Skip to content

Commit

Permalink
Bump version to 0.1.21-pre1 (#291)
Browse files Browse the repository at this point in the history
* build other packages too

* set nupkg version to 0.1.21-pre1
  • Loading branch information
jtattermusch committed Jun 4, 2019
1 parent 0c6d5ce commit 6456ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<!-- version of all grpc-dotnet packages -->
<GrpcDotnetVersion>0.1.21-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>0.1.21-pre1</GrpcDotnetVersion>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions kokoro/build_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ mkdir -p artifacts
build/expand_dev_version.sh

(cd src/Grpc.AspNetCore.Server && dotnet pack --configuration Release --output ../../artifacts)
(cd src/Grpc.AspNetCore.Server.ClientFactory && dotnet pack --configuration Release --output ../../artifacts)
(cd src/Grpc.Net.Client && dotnet pack --configuration Release --output ../../artifacts)
(cd src/Grpc.Net.ClientFactory && dotnet pack --configuration Release --output ../../artifacts)

0 comments on commit 6456ba4

Please sign in to comment.