Skip to content

Commit

Permalink
Update data access and client
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 2, 2023
1 parent ca5ef8d commit 361a8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SIL.DataAccess/SIL.DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<Description>An entity framework for document databases.</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Serval.Client/Serval.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>0.5.3</Version>
<Version>0.5.4</Version>
<Description>Client classes for Serval.</Description>
<RootNamespace>Serval.Client</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 361a8fe

Please sign in to comment.