aboutsummaryrefslogtreecommitdiff
path: root/csharp/Google.Protobuf.Tools.nuspec
Commit message (Collapse)AuthorAgeFilesLines
* Update version number.Feng Xiao2016-10-101-1/+1
| | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-101-1/+1
|
* Bump version number to 3.0.2Jisi Liu2016-09-021-1/+1
|
* Bump version number for GAJisi Liu2016-07-251-1/+1
|
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-1/+1
|
* Update version numbers for other languagesJisi Liu2016-05-101-2/+2
|
* Remove duplicate lineJon Skeet2016-03-311-1/+0
|
* Introduce a new nuget package, Google.Protobuf.Tools, basically to contain ↵Jon Skeet2016-03-311-0/+38
protoc on multiple platforms. I've moved both protoc.exe and the proto files out of Google.Protobuf. The .proto files aren't a slam-dunk, but it feels like they belong with protoc as you'd *use* them with protoc. It's not clear to me whether we really need both an x86 and x64 version of protoc.exe, as x86 would work on 64-bit Windows anyway. Discuss :)