1. 25 Jul, 2016 1 commit
  2. 13 Jul, 2016 1 commit
  3. 10 May, 2016 1 commit
  4. 31 Mar, 2016 2 commits
    • Jon Skeet's avatar
      Remove duplicate line · dfd47600
      Jon Skeet authored
      dfd47600
    • 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