Просмотр исходного кода

Merge pull request #3442 from pherl/csharpversion

Bump csharp version
Jisi Liu 8 лет назад
Родитель
Сommit
53ae6de18b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

+ 1 - 1
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>