1. 27 Aug, 2019 2 commits
  2. 13 Jun, 2019 1 commit
  3. 12 Jun, 2019 5 commits
  4. 03 Jun, 2019 1 commit
  5. 05 Apr, 2019 1 commit
  6. 30 Mar, 2019 3 commits
  7. 27 Mar, 2019 2 commits
  8. 26 Mar, 2019 1 commit
  9. 03 Mar, 2019 1 commit
  10. 25 Feb, 2019 1 commit
    • Nick Craver's avatar
      Bump version to 1.60.0 (#1198) · b520e26a
      Nick Craver authored
      This bumps and locks at 1.60.0 to cope with whatever binding policies .NET Core is enforcing - then we can stick at this until 2.x I guess.
      b520e26a
  11. 20 Feb, 2019 1 commit
    • Nick Kirby's avatar
      Release notes issue links (#1195) · 200f031c
      Nick Kirby authored
      This PR is for the issue I raised earlier #1194 
      
      - I've added links for all every issue
      - Tidied up capitalization 
      
      Let me know if you need me to make any changes
      200f031c
  12. 11 Feb, 2019 2 commits
  13. 09 Feb, 2019 2 commits
    • Marc Gravell's avatar
      fix #1190 · 68eea4ff
      Marc Gravell authored
      68eea4ff
    • Wixely's avatar
      Improve Exception message (#1154) · b961089e
      Wixely authored
      In cases where the object has a property named ID, the property will automatically be assigned as [Key], even if [Computed] is added manually in an attempt to override it. This can cause confusion, this exception will be thrown despite the code looking fine and there only being one [ExplicitKey] defined. I've added this extra line of information to help diagnosis.
      b961089e
  14. 27 Jan, 2019 2 commits
  15. 02 Nov, 2018 2 commits
  16. 12 Sep, 2018 4 commits
  17. 11 Sep, 2018 6 commits
  18. 07 Sep, 2018 2 commits
  19. 04 Sep, 2018 1 commit
    • Nick Craver's avatar
      Faster builds + use MySqlConnector · 522d150e
      Nick Craver authored
      MySql.Data is a travesty at this point - moving to something more stable. Really we weren't testing Dapper with previous test failures, we were testing what mood MySql.Data and NuGet extraction are in and which phase of the moon is about.
      
      Also speeds up the builds with 1 restore and 1 build. We can simplify here because everything is relevant (no wasted builds).
      522d150e