1. 30 Jul, 2015 3 commits
  2. 22 Jul, 2015 1 commit
  3. 21 Jul, 2015 1 commit
  4. 20 Jul, 2015 1 commit
  5. 14 Jul, 2015 2 commits
  6. 10 Jul, 2015 2 commits
  7. 09 Jul, 2015 2 commits
  8. 30 Jun, 2015 1 commit
  9. 26 Jun, 2015 2 commits
  10. 25 Jun, 2015 1 commit
  11. 24 Jun, 2015 1 commit
  12. 23 Jun, 2015 2 commits
  13. 19 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Minor cleanup. · cdeda4b8
      Jon Skeet authored
      - Make some members internal
      - Remove a lot of FrameworkPortability that isn't required
      - Start adding documentation comments
      - Remove some more group-based members
      - Not passing in "the last tag read" into Read*Array, g
      cdeda4b8
  14. 17 Jun, 2015 1 commit
  15. 12 Jun, 2015 2 commits
  16. 30 May, 2015 1 commit
  17. 29 Apr, 2015 1 commit
    • Jon Skeet's avatar
      Update C# solution and AddressBook project. · 5e0189ab
      Jon Skeet authored
      Move to a single solution file containing all of the C# projects, but no other solution folders - it's easier to edit those files outside VS than keep adding and removing them from the project.
      The AddressBook protos have been regenerated (with a change to the example proto which I haven't included in this change - I'll wait for us to decide exactly what we're doing with namespaces before changing protos outside the csharp directory.
      
      Note that now we've got Addressbook.cs which contains AddressBook and Addressbook classes. It's bad enough that we've got a class called AddressBook within a namespace of AddressBook (hard to get away from) but having things vary just by case is nasty.
      This is more evidence that an option for renaming the file and descriptor class would be welcome. (A single option can probably handle both.)
      5e0189ab