aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-01-11 21:56:54 +0000
committerGitHub <noreply@github.com>2017-01-11 21:56:54 +0000
commit5750146bd69064efe7d19e12797b8429e948513c (patch)
treebb2e8c4a7402c943308058e5a6c7bd94199dfab2 /csharp
parent4447637bf73494efff79596f5911d9af8871e620 (diff)
downloadprotobuf-5750146bd69064efe7d19e12797b8429e948513c.tar.gz
protobuf-5750146bd69064efe7d19e12797b8429e948513c.tar.bz2
protobuf-5750146bd69064efe7d19e12797b8429e948513c.zip
Update version number to 3.2.0-rc.1 (#2578)v3.2.0-rc.1
Diffstat (limited to 'csharp')
-rw-r--r--csharp/Google.Protobuf.Tools.nuspec2
-rw-r--r--csharp/src/Google.Protobuf/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/csharp/Google.Protobuf.Tools.nuspec b/csharp/Google.Protobuf.Tools.nuspec
index 0b9cbcf4..f25fcc9f 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.2.0</version>
+ <version>3.2.0-rc.1</version>
<authors>Google Inc.</authors>
<owners>protobuf-packages</owners>
<licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl>
diff --git a/csharp/src/Google.Protobuf/project.json b/csharp/src/Google.Protobuf/project.json
index 961e037e..f5fd5022 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.2.0",
+ "version": "3.2.0-rc.1",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],