mirror of https://github.com/grpc/grpc.git
Merge pull request #2419 from jtattermusch/nuget_versioning_simplification
Nuget versioning simplificationpull/2462/head
commit
5a9674c0e7
31 changed files with 71 additions and 35 deletions
@ -0,0 +1,6 @@ |
||||
using System.Reflection; |
||||
using System.Runtime.CompilerServices; |
||||
|
||||
// The current version of gRPC C#. |
||||
[assembly: AssemblyVersion("0.6.0.*")] |
||||
|
Loading…
Reference in new issue