aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-07-26 10:01:16 -0700
committerGitHub <noreply@github.com>2016-07-26 10:01:16 -0700
commitf11a4f1fe4b73044615b285a79ab09806fd54b7a (patch)
treea4c3d39db5f4a594c8e94f81db299a34cf127abf /csharp
parenta17367f44a3b592993d2ac5c074ed58fb0ce784c (diff)
parent0973822d03992fd818e5424020e6c618f3f33649 (diff)
downloadprotobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.tar.gz
protobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.tar.bz2
protobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.zip
Merge pull request #1841 from pherl/3.0.0-GA
Bump version number for GA
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 659b2e77..24b4a776 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.0-beta4</version>
+ <version>3.0.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 c8eae6d0..9b831f12 100644
--- a/csharp/src/Google.Protobuf/project.json
+++ b/csharp/src/Google.Protobuf/project.json
@@ -1,5 +1,5 @@
{
- "version": "3.0.0-beta4",
+ "version": "3.0.0",
"title": "Google Protocol Buffers",
"description": "See project site for more info.",
"authors": [ "Google Inc." ],