Skip to content

Commit

Permalink
Update Serval.Client to 0.4.0 and Serval.Grpc to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed May 4, 2023
1 parent 7767761 commit 3e2f4f0
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>0.3.0</Version>
<Version>0.4.0</Version>
<Description>Client classes for Serval.</Description>
</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>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
<Description>The Serval gRPC APIs.</Description>
</PropertyGroup>

Expand Down

0 comments on commit 3e2f4f0

Please sign in to comment.