aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-08-02 13:28:15 -0700
committerGitHub <noreply@github.com>2017-08-02 13:28:15 -0700
commit53ae6de18b51509e67ec84bd6363985d14750bd7 (patch)
tree501704fc1c8ad89429ee1774ed2c34acc8bda6e5
parente0288e7ec0caf59d376f12ee324deeaceadb06c7 (diff)
parent6c64f1177857a4a99b5336916431abc07a070f56 (diff)
downloadprotobuf-53ae6de18b51509e67ec84bd6363985d14750bd7.tar.gz
protobuf-53ae6de18b51509e67ec84bd6363985d14750bd7.tar.bz2
protobuf-53ae6de18b51509e67ec84bd6363985d14750bd7.zip
Merge pull request #3442 from pherl/csharpversion
Bump csharp version
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index 46418e39..1d21fdc5 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -4,7 +4,7 @@
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
<Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
- <VersionPrefix>3.3.0</VersionPrefix>
+ <VersionPrefix>3.4.0</VersionPrefix>
<Authors>Google Inc.</Authors>
<TargetFrameworks>netstandard1.0;net451</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>