aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-01-27 15:03:40 -0800
committerBo Yang <teboring@google.com>2017-01-27 15:03:40 -0800
commit593e917c176b5bc5aafa57bf9f6030d749d91cd5 (patch)
tree06c5b0760bdc983b06ce99d9617f2ae1e1be14e3 /csharp
parent2c8346a259791ccb176da80e31e59f1df479bd6d (diff)
downloadprotobuf-593e917c176b5bc5aafa57bf9f6030d749d91cd5.tar.gz
protobuf-593e917c176b5bc5aafa57bf9f6030d749d91cd5.tar.bz2
protobuf-593e917c176b5bc5aafa57bf9f6030d749d91cd5.zip
Bump version number to 3.2.0v3.2.0-alpha-1v3.2.0
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 a79eef73..0b9cbcf4 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-rc2</version>
+ <version>3.2.0</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 59a76908..961e037e 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.2.0-rc2",
+ "version": "3.2.0",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],