Skip to content

Commit 6456ba4

Browse files
authored
Bump version to 0.1.21-pre1 (#291)
* build other packages too * set nupkg version to 0.1.21-pre1
1 parent 0c6d5ce commit 6456ba4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<!-- version of all grpc-dotnet packages -->
4-
<GrpcDotnetVersion>0.1.21-dev</GrpcDotnetVersion>
4+
<GrpcDotnetVersion>0.1.21-pre1</GrpcDotnetVersion>
55
</PropertyGroup>
66
</Project>

kokoro/build_nuget.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ mkdir -p artifacts
3030
build/expand_dev_version.sh
3131

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

0 commit comments

Comments
 (0)