This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
Microsoft.Extensions.Caching.Abstractions
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Caching.Redis
Microsoft.Extensions.Caching.SqlConfig.Tools
Microsoft.Extensions.Caching.SqlServer Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22var VERSION='0.1'
33var FULL_VERSION='0.1'
44var AUTHORS='Microsoft Open Technologies, Inc.'
5+ - BuildQuality = "";
56
67use-standard-lifecycle
78k-standard-goals
Original file line number Diff line number Diff line change 11{
2+ "version" : " 1.0.0-rc2-*" ,
23 "buildOptions" : {
34 "warningsAsErrors" : true ,
45 "keyFile" : " ../../tools/Key.snk" ,
3536 }
3637 }
3738 },
38- "version" : " 1.0.0-*" ,
3939 "packOptions" : {
4040 "repository" : {
4141 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-*" ,
2+ "version" : " 1.0.0-rc2- *" ,
33 "description" : " In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache." ,
44 "packOptions" : {
55 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-*" ,
2+ "version" : " 1.0.0-rc2- *" ,
33 "description" : " Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis." ,
44 "packOptions" : {
55 "repository" : {
Original file line number Diff line number Diff line change 11{
2+ "version" : " 1.0.0-preview1-*" ,
23 "dependencies" : {
34 "Microsoft.Extensions.CommandLineUtils" : " 1.0.0-*" ,
45 "Microsoft.Extensions.Logging" : " 1.0.0-*" ,
3031 ],
3132 "xmlDoc" : true
3233 },
33- "version" : " 1.0.0-*" ,
3434 "packOptions" : {
3535 "repository" : {
3636 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
2+ "version" : " 1.0.0-rc2-*" ,
23 "dependencies" : {
34 "Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-*" ,
45 "Microsoft.Extensions.Options" : " 1.0.0-*"
1920 }
2021 }
2122 },
22- "version" : " 1.0.0-*" ,
2323 "packOptions" : {
2424 "repository" : {
2525 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments