• 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
StackExchange.Redis.StrongName.xproj 1.22 KB