aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-08-25 18:41:10 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-08-25 18:43:01 -0700
commit295047518c03326e11aabd34381021ce30fe5fc8 (patch)
tree0314355339240deed2ef9686f2499c6ecb0cfc4e
parent5da0b46811a103bd1a953f496d4bcd5ff45d3736 (diff)
downloadprotobuf-295047518c03326e11aabd34381021ce30fe5fc8.tar.gz
protobuf-295047518c03326e11aabd34381021ce30fe5fc8.tar.bz2
protobuf-295047518c03326e11aabd34381021ce30fe5fc8.zip
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" />