Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.nuspec

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <package>
3 <metadata>
4 <id>Google.Protobuf</id>
5 <title>Google Protocol Buffers C#</title>
6 <summary>C# runtime library for Protocol Buffers - Google's data interchange format.</summary>
7 <description>See project site for more info.</description>
8 <version>3.0.0-beta2</version>
9 <authors>Google Inc.</authors>
10 <owners>protobuf-packages</owners>
11 <licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseU rl>
12 <projectUrl>https://github.com/google/protobuf</projectUrl>
13 <requireLicenseAcceptance>false</requireLicenseAcceptance>
14 <releaseNotes>C# proto3 support</releaseNotes>
15 <copyright>Copyright 2015, Google Inc.</copyright>
16 <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags >
17 <dependencies>
18 <group targetFramework="dotnet">
19 <dependency id="System.Collections" version="4.0.0" />
20 <dependency id="System.Diagnostics.Debug" version="4.0.0" />
21 <dependency id="System.Globalization" version="4.0.0" />
22 <dependency id="System.IO" version="4.0.0" />
23 <dependency id="System.Linq" version="4.0.0" />
24 <dependency id="System.Linq.Expressions" version="4.0.0" />
25 <dependency id="System.ObjectModel" version="4.0.0" />
26 <dependency id="System.Reflection" version="4.0.0" />
27 <dependency id="System.Runtime" version="4.0.0" />
28 <dependency id="System.Runtime.Extensions" version="4.0.0" />
29 <dependency id="System.Text.Encoding" version="4.0.0" />
30 <dependency id="System.Text.RegularExpressions" version="4.0.0" />
31 </group>
32 </dependencies>
33 </metadata>
34 <files>
35 <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/portable-net45 +netcore45+wpa81+wp8" />
36 <file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/portable-net45 +netcore45+wpa81+wp8" />
37 <file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/portable-net45 +netcore45+wpa81+wp8" />
38 <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/dotnet" />
39 <file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/dotnet" />
40 <file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/dotnet" />
41 <file src="**\*.cs" target="src" />
42 <file src="..\..\..\cmake\Release\protoc.exe" target="tools" />
43 <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\prot obuf" />
44 <file src="..\..\..\src\google\protobuf\api.proto" target="tools\google\prot obuf" />
45 <file src="..\..\..\src\google\protobuf\descriptor.proto" target="tools\goog le\protobuf" />
46 <file src="..\..\..\src\google\protobuf\duration.proto" target="tools\google \protobuf" />
47 <file src="..\..\..\src\google\protobuf\empty.proto" target="tools\google\pr otobuf" />
48 <file src="..\..\..\src\google\protobuf\field_mask.proto" target="tools\goog le\protobuf" />
49 <file src="..\..\..\src\google\protobuf\source_context.proto" target="tools\ google\protobuf" />
50 <file src="..\..\..\src\google\protobuf\struct.proto" target="tools\google\p rotobuf" />
51 <file src="..\..\..\src\google\protobuf\timestamp.proto" target="tools\googl e\protobuf" />
52 <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\prot obuf" />
53 <file src="..\..\..\src\google\protobuf\type.proto" target="tools\google\pro tobuf" />
54 <file src="..\..\..\src\google\protobuf\wrappers.proto" target="tools\google \protobuf" />
55 </files>
56 </package>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698