aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
blob: d5302544c8bc2c04aff39dbf00cd210b278cc2bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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>
    <version>3.0.0-beta2</version>
    <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>
    <releaseNotes>C# proto3 support</releaseNotes>
    <copyright>Copyright 2015, Google Inc.</copyright>
    <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
    <dependencies>
      <!-- Dependencies for older, monolithic-assembly platforms -->
      <group targetFramework="net45" />
      <group targetFramework="wp8" />
      <group targetFramework="win8" />
      <group targetFramework="wpa81" />
      <group targetFramework="xamarin.ios" />
      <group targetFramework="monotouch" />
      <group targetFramework="monoandroid" />

      <!-- Dependencies for newer, more granular platforms (.NET Core etc) -->
      <group targetFramework="dotnet">
        <dependency id="System.Collections" version="4.0.0" />
        <dependency id="System.Diagnostics.Debug" version="4.0.0" />
        <dependency id="System.Globalization" version="4.0.0" />
        <dependency id="System.IO" version="4.0.0" />
        <dependency id="System.Linq" version="4.0.0" />
        <dependency id="System.Linq.Expressions" version="4.0.0" />
        <dependency id="System.ObjectModel" version="4.0.0" />
        <dependency id="System.Reflection" version="4.0.0" />
        <dependency id="System.Runtime" version="4.0.0" />
        <dependency id="System.Runtime.Extensions" version="4.0.0" />
        <dependency id="System.Text.Encoding" version="4.0.0" />
        <dependency id="System.Text.RegularExpressions" version="4.0.0" />
      </group>
    </dependencies>
  </metadata>
  <files>
    <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" />
    <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/dotnet" />
    <file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/dotnet" />
    <file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/dotnet" />
    <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" />
  </files>
</package>