Skip to content

Commit

Permalink
Update client and grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 16, 2024
1 parent cb56fe7 commit 82f9049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>1.1.0</Version>
<Version>1.2.0</Version>
<Description>Client classes for Serval.</Description>
<RootNamespace>Serval.Client</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Serval.Grpc/Serval.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Description>The Serval gRPC APIs.</Description>
</PropertyGroup>

Expand Down

0 comments on commit 82f9049

Please sign in to comment.