diff options
| author | Paul Yang <TeBoring@users.noreply.github.com> | 2019-02-28 12:55:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-28 12:55:14 -0800 |
| commit | 582743bf40c5d3639a70f98f183914a2c0cd0680 (patch) | |
| tree | 6d57b390bbadea7a1bc9cb952854e595878f996f /csharp | |
| parent | 6eeab294689e926d973fbf06b5a720add5feaefa (diff) | |
| download | platform_external_protobuf-582743bf40c5d3639a70f98f183914a2c0cd0680.tar.gz platform_external_protobuf-582743bf40c5d3639a70f98f183914a2c0cd0680.tar.bz2 platform_external_protobuf-582743bf40c5d3639a70f98f183914a2c0cd0680.zip | |
Update version number to 3.7.0 (#5793)
* Update version number to 3.7.0
* Add php/releash.sh to Makefile.am
* Make cpp_distcheck exit on fail
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/Google.Protobuf.Tools.nuspec | 2 | ||||
| -rw-r--r-- | csharp/src/Google.Protobuf/Google.Protobuf.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csharp/Google.Protobuf.Tools.nuspec b/csharp/Google.Protobuf.Tools.nuspec index b98cdff82..396fdf951 100644 --- a/csharp/Google.Protobuf.Tools.nuspec +++ b/csharp/Google.Protobuf.Tools.nuspec @@ -5,7 +5,7 @@ <title>Google Protocol Buffers tools</title> <summary>Tools for Protocol Buffers - Google's data interchange format.</summary> <description>See project site for more info.</description> - <version>3.7.0-rc.3</version> + <version>3.7.0</version> <authors>Google Inc.</authors> <owners>protobuf-packages</owners> <licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl> diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 224022064..4b4131c37 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -4,7 +4,7 @@ <Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description> <Copyright>Copyright 2015, Google Inc.</Copyright> <AssemblyTitle>Google Protocol Buffers</AssemblyTitle> - <VersionPrefix>3.7.0-rc.3</VersionPrefix> + <VersionPrefix>3.7.0</VersionPrefix> <LangVersion>6</LangVersion> <Authors>Google Inc.</Authors> <TargetFrameworks>netstandard1.0;net45</TargetFrameworks> |
