1. 19 Apr, 2018 1 commit
  2. 19 Dec, 2017 1 commit
  3. 13 Dec, 2017 2 commits
  4. 11 Sep, 2017 1 commit
  5. 24 May, 2017 1 commit
    • Jon Skeet's avatar
      Convert C# projects to MSBuild (csproj) format · f26e8c2a
      Jon Skeet authored
      This has one important packaging change: the netstandard version now
      depends (implicitly) on netstandard1.6.1 rather than on individual
      packages. This is the preferred style of dependency, and shouldn't
      affect any users - see http://stackoverflow.com/questions/42946951
      for details.
      
      The tests are still NUnit, but NUnit doesn't support "dotnet test"
      yet; the test project is now an executable using NUnitLite. (When
      NUnit supports dotnet test, we can adapt to it.)
      
      Note that the project will now only work in Visual Studio 2017 (and
      Visual Studio Code, and from the command line with the .NET Core
      1.0.0 SDK); Visual Studio 2015 does *not* support this project file
      format.
      f26e8c2a
  6. 12 Dec, 2016 1 commit
  7. 14 Jul, 2016 2 commits
  8. 04 Jul, 2016 1 commit
  9. 20 Apr, 2016 1 commit
  10. 04 Feb, 2016 2 commits
  11. 15 Dec, 2015 1 commit
  12. 22 Nov, 2015 1 commit
  13. 19 Nov, 2015 3 commits
  14. 09 Nov, 2015 1 commit
  15. 01 Oct, 2015 1 commit
  16. 29 Sep, 2015 2 commits
  17. 01 Sep, 2015 1 commit
  18. 06 Aug, 2015 1 commit
  19. 05 Aug, 2015 2 commits
  20. 02 Aug, 2015 2 commits
  21. 30 Jul, 2015 3 commits
  22. 27 Jul, 2015 1 commit
    • Jon Skeet's avatar
      First attempt at using profile 259 for Google.Protobuf. · 0dbd5ec8
      Jon Skeet authored
      This requires .NET 4.5, and there are a few compatibility changes required around reflection.
      Creating a PR from this to see how our CI systems handle it. Will want to add more documentation,
      validation and probably tests before merging.
      
      This is in aid of issue #590.
      0dbd5ec8
  23. 22 Jul, 2015 1 commit
  24. 21 Jul, 2015 1 commit
  25. 20 Jul, 2015 2 commits
  26. 17 Jul, 2015 1 commit
  27. 14 Jul, 2015 2 commits
  28. 10 Jul, 2015 1 commit