1. 14 Jul, 2016 2 commits
  2. 17 Jul, 2015 1 commit
  3. 30 Jun, 2015 1 commit
  4. 26 Jun, 2015 2 commits
    • Jon Skeet's avatar
      More cleanup, based around searches for "Google.ProtocolBuffers" · fb77cc9d
      Jon Skeet authored
      - Remove some old proto2-based C#-only messages
      - Remove the "build" directory which only contained out-of-date files
      - Remove the csharp_namespace option from proto2 messages
      - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
      fb77cc9d
    • Jon Skeet's avatar
      Fix or delete old projects. · e75a10d8
      Jon Skeet authored
      ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed.
      ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark.
      ProtoMunge: delete; not useful enough to merit fixing up.
      
      Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
      e75a10d8