aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-20 21:29:02 +0000
committerBo Yang <teboring@google.com>2016-10-10 11:24:31 -0700
commit15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b (patch)
tree4a071e32af4b2ac5c43304b1402c30b12dc7369c /csharp
parentaf62fde5e88a2cc348dfacefd1db321e5481d22c (diff)
downloadprotobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.tar.gz
protobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.tar.bz2
protobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.zip
Bump version number to 3.1.0-alpha-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 ce7514b4..79f32bab 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.0.2</version>
+ <version>3.1.0-alpha1</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 607b65ef..dd958c98 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.0.2",
+ "version": "3.1.0-alpha-1",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],