1. 04 Feb, 2016 2 commits
  2. 15 Dec, 2015 1 commit
  3. 22 Nov, 2015 1 commit
  4. 19 Nov, 2015 1 commit
  5. 09 Nov, 2015 1 commit
  6. 01 Oct, 2015 1 commit
  7. 29 Sep, 2015 2 commits
  8. 01 Sep, 2015 1 commit
  9. 06 Aug, 2015 1 commit
  10. 05 Aug, 2015 2 commits
  11. 30 Jul, 2015 3 commits
  12. 22 Jul, 2015 1 commit
  13. 21 Jul, 2015 1 commit
  14. 20 Jul, 2015 1 commit
  15. 14 Jul, 2015 2 commits
  16. 10 Jul, 2015 2 commits
  17. 09 Jul, 2015 2 commits
  18. 30 Jun, 2015 1 commit
  19. 26 Jun, 2015 2 commits
  20. 25 Jun, 2015 1 commit
  21. 24 Jun, 2015 1 commit
  22. 23 Jun, 2015 2 commits
  23. 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
  24. 17 Jun, 2015 1 commit
  25. 12 Jun, 2015 2 commits
  26. 30 May, 2015 1 commit
  27. 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