浏览代码

Incorrect titles in NuGet packages

csharptest 14 年之前
父节点
当前提交
a14aa642ab
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build/Google.ProtocolBuffers.nuspec
  2. 1 1
      build/Google.ProtocolBuffersLite.nuspec

+ 1 - 1
build/Google.ProtocolBuffers.nuspec

@@ -11,7 +11,7 @@
     <copyright>Copyright 2008 Google Inc.  All rights reserved.</copyright>
     <tags>Protocol Buffers Binary Serialization Format Google</tags>
 
-    <title>Google Protocol Buffers</title>
+    <title>Google.ProtocolBuffers</title>
     <summary>A managed code generator and library for Google's data interchange format.</summary>
     <description><![CDATA[
 Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008.  

+ 1 - 1
build/Google.ProtocolBuffersLite.nuspec

@@ -11,7 +11,7 @@
     <copyright>Copyright 2008 Google Inc.  All rights reserved.</copyright>
     <tags>Protocol Buffers Binary Serialization Format Google</tags>
 
-    <title>Google Protocol Buffers</title>
+    <title>Google.ProtocolBuffersLite</title>
     <summary>A managed code generator and library for Google's data interchange format.</summary>
     <description><![CDATA[
 Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008.