Skip to content

Commit

Permalink
Formatting files and updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuck committed Jan 11, 2022
1 parent eabb06f commit b3d36aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/YuckQi.Domain.Services/Abstract/ITypeEntityService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ public interface ITypeEntityService<TTypeEntity, in TKey> where TTypeEntity : IE
Task<Result<TTypeEntity>> ModifyAsync(TTypeEntity entity);
Task<Result<IPage<TTypeEntity>>> SearchAsync(TypeSearchCriteria criteria = null);
}
}
}
2 changes: 1 addition & 1 deletion src/YuckQi.Domain.Services/Models/TypeSearchCriteria.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public class TypeSearchCriteria : IPage
public Int32 PageNumber { get; set; }
public Int32 PageSize { get; set; }
}
}
}
2 changes: 1 addition & 1 deletion src/YuckQi.Domain.Services/YuckQi.Domain.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Kevin J Lambert</Authors>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>A .NET library for bootstrapping a domain services project.</Description>
</PropertyGroup>
Expand Down

0 comments on commit b3d36aa

Please sign in to comment.