Google.Protobuf.nuspec 2.29 KB
Newer Older
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<package>
  <metadata>
    <id>Google.Protobuf</id>
    <title>Google Protocol Buffers C#</title>
    <summary>C# runtime library for Protocol Buffers - Google's data interchange format.</summary>
    <description>See project site for more info.</description>
8
    <version>3.0.0-alpha4</version>
9 10 11 12 13
    <authors>Google Inc.</authors>
    <owners>protobuf-packages</owners>
    <licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/google/protobuf</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
14
    <releaseNotes>C# proto3 support</releaseNotes>
15 16 17 18
    <copyright>Copyright 2015, Google Inc.</copyright>
    <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
  </metadata>
  <files>
19 20 21
    <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/portable-net45+netcore45+wpa81+wp8" />
	<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" />
22
	<file src="**\*.cs" target="src" />
23 24 25
	<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" />
26
	<file src="..\..\..\src\google\protobuf\descriptor.proto" target="tools\google\protobuf" />
27 28 29 30 31 32 33 34 35
	<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" />
36 37
  </files>
</package>