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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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
« no previous file with comments | « third_party/protobuf/csharp/.gitignore ('k') | third_party/protobuf/csharp/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <package> 2 <package>
3 <metadata> 3 <metadata>
4 <id>Google.Protobuf.Tools</id> 4 <id>Google.Protobuf.Tools</id>
5 <title>Google Protocol Buffers tools</title> 5 <title>Google Protocol Buffers tools</title>
6 <summary>Tools for Protocol Buffers - Google's data interchange format.</sum mary> 6 <summary>Tools for Protocol Buffers - Google's data interchange format.</sum mary>
7 <description>See project site for more info.</description> 7 <description>See project site for more info.</description>
8 <version>3.0.0-beta3</version> 8 <version>3.1.0</version>
9 <authors>Google Inc.</authors> 9 <authors>Google Inc.</authors>
10 <owners>protobuf-packages</owners> 10 <owners>protobuf-packages</owners>
11 <licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseU rl> 11 <licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseU rl>
12 <projectUrl>https://github.com/google/protobuf</projectUrl> 12 <projectUrl>https://github.com/google/protobuf</projectUrl>
13 <requireLicenseAcceptance>false</requireLicenseAcceptance> 13 <requireLicenseAcceptance>false</requireLicenseAcceptance>
14 <releaseNotes>Tools for Protocol Buffers</releaseNotes> 14 <releaseNotes>Tools for Protocol Buffers</releaseNotes>
15 <copyright>Copyright 2015, Google Inc.</copyright> 15 <copyright>Copyright 2015, Google Inc.</copyright>
16 <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags > 16 <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags >
17 </metadata> 17 </metadata>
18 <files> 18 <files>
19 <file src="protoc\windows_x86\protoc.exe" target="tools\windows_x86\protoc.e xe" /> 19 <file src="protoc\windows_x86\protoc.exe" target="tools\windows_x86\protoc.e xe" />
20 <file src="protoc\windows_x64\protoc.exe" target="tools\windows_x64\protoc.e xe" /> 20 <file src="protoc\windows_x64\protoc.exe" target="tools\windows_x64\protoc.e xe" />
21 <file src="protoc\linux_x86\protoc" target="tools\linux_x86\protoc" /> 21 <file src="protoc\linux_x86\protoc" target="tools\linux_x86\protoc" />
22 <file src="protoc\linux_x64\protoc" target="tools\linux_x64\protoc" /> 22 <file src="protoc\linux_x64\protoc" target="tools\linux_x64\protoc" />
23 <file src="protoc\macosx_x86\protoc" target="tools\macosx_x86\protoc" /> 23 <file src="protoc\macosx_x86\protoc" target="tools\macosx_x86\protoc" />
24 <file src="protoc\macosx_x64\protoc" target="tools\macosx_x64\protoc" /> 24 <file src="protoc\macosx_x64\protoc" target="tools\macosx_x64\protoc" />
25 <file src="..\src\google\protobuf\any.proto" target="tools\google\protobuf" /> 25 <file src="..\src\google\protobuf\any.proto" target="tools\google\protobuf" />
26 <file src="..\src\google\protobuf\api.proto" target="tools\google\protobuf" /> 26 <file src="..\src\google\protobuf\api.proto" target="tools\google\protobuf" />
27 <file src="..\src\google\protobuf\descriptor.proto" target="tools\google\pro tobuf" /> 27 <file src="..\src\google\protobuf\descriptor.proto" target="tools\google\pro tobuf" />
28 <file src="..\src\google\protobuf\duration.proto" target="tools\google\proto buf" /> 28 <file src="..\src\google\protobuf\duration.proto" target="tools\google\proto buf" />
29 <file src="..\src\google\protobuf\empty.proto" target="tools\google\protobuf " /> 29 <file src="..\src\google\protobuf\empty.proto" target="tools\google\protobuf " />
30 <file src="..\src\google\protobuf\field_mask.proto" target="tools\google\pro tobuf" /> 30 <file src="..\src\google\protobuf\field_mask.proto" target="tools\google\pro tobuf" />
31 <file src="..\src\google\protobuf\source_context.proto" target="tools\google \protobuf" /> 31 <file src="..\src\google\protobuf\source_context.proto" target="tools\google \protobuf" />
32 <file src="..\src\google\protobuf\struct.proto" target="tools\google\protobu f" /> 32 <file src="..\src\google\protobuf\struct.proto" target="tools\google\protobu f" />
33 <file src="..\src\google\protobuf\timestamp.proto" target="tools\google\prot obuf" /> 33 <file src="..\src\google\protobuf\timestamp.proto" target="tools\google\prot obuf" />
34 <file src="..\src\google\protobuf\type.proto" target="tools\google\protobuf" /> 34 <file src="..\src\google\protobuf\type.proto" target="tools\google\protobuf" />
35 <file src="..\src\google\protobuf\wrappers.proto" target="tools\google\proto buf" /> 35 <file src="..\src\google\protobuf\wrappers.proto" target="tools\google\proto buf" />
36 </files> 36 </files>
37 </package> 37 </package>
OLDNEW
« no previous file with comments | « third_party/protobuf/csharp/.gitignore ('k') | third_party/protobuf/csharp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698