• Jon Skeet's avatar
    Introduce a new nuget package, Google.Protobuf.Tools, basically to contain… · ca0461c1
    Jon Skeet authored
    Introduce a new nuget package, Google.Protobuf.Tools, basically to contain 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 :)
    ca0461c1
Name
Last commit
Last update
..
keys Loading commit data...
protos Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CHANGES.txt Loading commit data...
Google.Protobuf.Tools.nuspec Loading commit data...
README.md Loading commit data...
build_packages.bat Loading commit data...
buildall.sh Loading commit data...
generate_protos.sh Loading commit data...