aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-08-26 06:44:04 +0100
committerJon Skeet <skeet@pobox.com>2015-08-26 06:44:04 +0100
commitf6b05f78a44501ef6a71f842788536f726144120 (patch)
treebed8ef801ccea490644fccf6f38993eea3e96c36
parentcf94f7b74495d08b833056016e045a0ae3fb64fa (diff)
parent72145dffd8cfe737c41e7e7ce194aa7a7e8aa4f2 (diff)
downloadprotobuf-f6b05f78a44501ef6a71f842788536f726144120.tar.gz
protobuf-f6b05f78a44501ef6a71f842788536f726144120.tar.bz2
protobuf-f6b05f78a44501ef6a71f842788536f726144120.zip
Merge pull request #739 from jtattermusch/include_descriptor_proto_master
include descriptor.proto in nuget package
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.nuspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
index 228457a3..9542138a 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
@@ -23,6 +23,7 @@
<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" />