aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
diff options
context:
space:
mode:
authorGravatar Jon Skeet <skeet@pobox.com>2015-08-26 06:44:26 +0100
committerGravatar Jon Skeet <skeet@pobox.com>2015-08-26 06:44:26 +0100
commitb1b98e4b79592baddb5ce1473f53d984a18478da (patch)
tree4dad6877195c4d14f05cf2ed4a44b52e7fb19a17 /csharp
parentc80f7c6f3c51667bf7aa51ade2c816b50e857316 (diff)
parent295047518c03326e11aabd34381021ce30fe5fc8 (diff)
Merge pull request #738 from jtattermusch/include_descriptor_proto
Include descriptor.proto in nuget package
Diffstat (limited to 'csharp')
-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" />