aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-01-18 15:02:37 -0800
committerBo Yang <teboring@google.com>2017-01-18 15:14:38 -0800
commit6eeb5c7d0fc84c9c5d562ae54b3bdc088ec62129 (patch)
tree0f2ebd4565990e51c99c8deca4479109ca9b548a /csharp
parent3e51b3d4b6a3dd068daabb32d95c9f30381aae58 (diff)
downloadprotobuf-6eeb5c7d0fc84c9c5d562ae54b3bdc088ec62129.tar.gz
protobuf-6eeb5c7d0fc84c9c5d562ae54b3bdc088ec62129.tar.bz2
protobuf-6eeb5c7d0fc84c9c5d562ae54b3bdc088ec62129.zip
Update version number to 3.2.0rc2v3.2.0rc2
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 f25fcc9f..a79eef73 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-rc.1</version>
+ <version>3.2.0-rc2</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 f5fd5022..59a76908 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.2.0-rc.1",
+ "version": "3.2.0-rc2",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],