aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-06-21 15:29:32 -0700
committerGitHub <noreply@github.com>2017-06-21 15:29:32 -0700
commit5532abc15b97f3489183b266b41844306052a3fa (patch)
treed4070fc838b312a7f81c6f0f9d2e2b7db8d21898 /csharp
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
parent5520b4384a87d010814bfc503cc2df109268a9a8 (diff)
downloadprotobuf-5532abc15b97f3489183b266b41844306052a3fa.tar.gz
protobuf-5532abc15b97f3489183b266b41844306052a3fa.tar.bz2
protobuf-5532abc15b97f3489183b266b41844306052a3fa.zip
Merge pull request #3258 from TeBoring/3.3.xv3.3.23.3.x
Update version number to 3.3.2
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 18a03f59..95e6b04a 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.3.1</version>
+ <version>3.3.2</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 6596ddf6..38830d01 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.3.1",
+ "version": "3.3.2",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],