aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-07-29 21:29:06 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-08-02 01:20:42 -0700
commit0df900f0dc0efe7312206666f7ad5b6e448c0133 (patch)
tree1dc2d137dbdfa195ba19a1f098e4268e1686355e /csharp/src/Google.Protobuf/Google.Protobuf.nuspec
parent538ef54f1e9ff218d9134927a17cb3a8703358b1 (diff)
downloadprotobuf-0df900f0dc0efe7312206666f7ad5b6e448c0133.tar.gz
protobuf-0df900f0dc0efe7312206666f7ad5b6e448c0133.tar.bz2
protobuf-0df900f0dc0efe7312206666f7ad5b6e448c0133.zip
added protoc.exe and well known protobuf files to the nuspec file
Diffstat (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.nuspec')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.nuspec16
1 files changed, 15 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
index fcfe4103..1f502626 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
@@ -11,7 +11,7 @@
<licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/google/protobuf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <releaseNotes>C# Protocol Buffers</releaseNotes>
+ <releaseNotes>C# proto3 support</releaseNotes>
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
</metadata>
@@ -20,5 +20,19 @@
<file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/portable-net45+netcore45+wpa81+wp8" />
<file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/portable-net45+netcore45+wpa81+wp8" />
<file src="**\*.cs" target="src" />
+ <file src="..\..\..\cmake\Release\protoc.exe" target="tools" />
+ <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\api.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\descriptor.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\duration.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\empty.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\field_mask.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\source_context.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\struct.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\timestamp.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\type.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\wrappers.proto" target="tools\google\protobuf" />
+ <file src="..\..\..\src\google\protobuf\compiler\plugin.proto" target="tools\google\protobuf\compiler\plugin.proto" />
</files>
</package>