1. 04 Jul, 2016 2 commits
  2. 03 Jul, 2016 10 commits
  3. 29 Jun, 2016 1 commit
  4. 21 May, 2016 1 commit
  5. 20 May, 2016 1 commit
    • Nick Craver's avatar
      RC2 upgrades to get an alpha out · bc2ec482
      Nick Craver authored
      - RC2 project.json format and references
      - NuGet.config added since we're on one feed now
      - Unit tests minimally running in core - lots of work left here
      - Bumps to netstandard1.5 for BufferedStream, but we have net40, net45,
      and net46 builds already so this should be low impact.
      - AuthenticateAsClient() (synchronous) is no longer in .Net Core, Async
      version must be used there now.
      - Version bump to 1.604-* (alpha suffix is in via dotnet pack now)
      - To pack:
      dotnet pack StackExchange.Redis -o .nupkg -c Release --version-suffix
      alpha
      dotnet pack StackExchange.Redis.StrongName -o .nupkg -c Release
      --version-suffix alpha
      bc2ec482
  6. 16 May, 2016 5 commits
  7. 21 Apr, 2016 1 commit
    • DeepakVerma's avatar
      net 40 project packages.config already has dependency on 1.1.10 updating nuspec as well. · 7756592b
      DeepakVerma authored
       with 1.1.9 customers run into following error:
       Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'.
       Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
      
      Exception Details: System.Security.VerificationException: Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'.
      7756592b
  8. 19 Apr, 2016 1 commit
  9. 14 Apr, 2016 1 commit
  10. 04 Apr, 2016 2 commits
  11. 01 Apr, 2016 2 commits
  12. 31 Mar, 2016 1 commit
  13. 27 Mar, 2016 2 commits
  14. 26 Mar, 2016 1 commit
  15. 25 Mar, 2016 3 commits
  16. 21 Mar, 2016 2 commits
  17. 18 Mar, 2016 4 commits