Commit Graph

32 Commits

Author SHA1 Message Date
Ryan Brandenburg 94d78e22c8 Upgrade to netcoreapp22 2018-05-08 11:10:18 -07:00
Pranav K 511b9ab323 Update samples and tests to target netcoreapp2.1 2017-11-15 14:10:21 -08:00
Nate McMaster f616f3e891 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:27:57 -07:00
Nate McMaster e87f13d267 Use PackageLineup to manage PackageReference versions 2017-08-29 12:14:28 -07:00
Nate McMaster 7e22244eed Use Directory.Build.props/targets 2017-08-29 12:13:48 -07:00
Ryan Brandenburg cad0e9eff9 Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:00 -07:00
John Luo a05ad22173 Target NETStandard2.0 2017-05-22 15:29:37 -07:00
John Luo 1be9dc10ab netcoreapp2.0 (#121) 2017-05-05 10:11:29 -07:00
Kiran Challa 33a3be4a16 Converted sample and test project to run on netcoreapp2.0 2017-03-23 17:04:47 -07:00
Pranav K 25ec1f9bd7 Remove net451 as a cross-compile target 2017-03-22 18:28:32 -07:00
Nate McMaster 6d59c8b589 Unify dependency versions to one file and remove workarounds 2017-03-15 16:50:26 -07:00
Nate McMaster 267f5134c8 Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
Pranav K a5717aa583 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
John Luo 41f58191bf Update sample to add a README.md file 2016-11-15 16:35:01 -08:00
Pranav K f26ef2e50c Updating versions to 1.2.0-* 2016-11-09 14:19:20 -08:00
John Luo 63c0bec743 Update version to 1.1.0-* 2016-10-28 14:34:52 -07:00
John Luo 2eb66dc684 Merge branch 'rel/1.0.0' into rel/1.0.0-preview1 2016-10-17 11:59:05 -07:00
John Luo 8acf71457e API review feedback
Rename middleware components ResponseCache => ResponseCaching

Move ResponseCachingOptions to Microsoft.AspNetCore.ResponseCaching namespace

Rename extension methods
2016-10-17 11:33:09 -07:00
moozzyk c46a019a6b Updating dependency versions in the sample project 2016-10-13 16:25:45 -07:00
Pranav K cbbcab2a0d Updating to netcoreapp1.1 2016-10-13 11:24:00 -07:00
John Luo bc6fff40e6 Use 1.0.0 dependencies 2016-10-12 16:42:40 -07:00
Pranav K 794cc5359b Revert "Updating to netcoreapp1.1"
This reverts commit 8656065f88.
2016-10-12 16:09:33 -07:00
Pranav K 8656065f88 Updating to netcoreapp1.1 2016-10-12 13:46:23 -07:00
John Luo 9d54cf1e8a Move ResponseCacheFeature to new Abstractions package (#67)
Move ResponseCacheFeature to new Abstractions package and update package version numbers
2016-10-06 15:59:14 -07:00
Pranav K aec2a7c2d2 Updating partner package versions 2016-10-03 14:27:49 -07:00
John Luo aa52e66585 Make DistributedResponseCacheStore internal (#61)
Remove DistributedResponseCacheStore and move all interfaces to the Internal namespace
2016-09-30 11:24:44 -07:00
John Luo 44b0dfd5bb Sharding (#57)
Add sharding support for MemoryResponseCacheStore

- update CachedResponse API to use streams
- added empty IResponseCacheEntry interface
2016-09-28 11:58:16 -07:00
John Luo 6c13371fa0 API review renames and updates continued
- Consolidate base key to be singular
2016-09-15 11:40:51 -07:00
John Luo 62aabc1bae Add implementation for HTTP caching 2016-08-15 13:00:24 -07:00
John Luo a40cc88169 IResponseCache adapter and support for vary by header 2016-08-04 17:50:07 -07:00
John Luo 1628d42b43 Clean up and update to post RTM 2016-07-27 10:41:38 -07:00
Chris R a14bb69d6a Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00