Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed cache v2 #4

Merged
merged 7 commits into from
May 29, 2018
Merged

Distributed cache v2 #4

merged 7 commits into from
May 29, 2018

Conversation

SeanFarrow
Copy link
Contributor

Update the distributed cache to support .net standard 2.0 and use Polly V6.0.1. Also update the build process and namespaces to conform to the style used in other repositories. Finally, update the Microsoft caching packages where required.

@@ -1,4 +1,8 @@
# Polly.Caching.IDistributedCache change log
# Polly.Caching.Distributed change log
## 1.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to make this

## 2.0.0 

as a version 1.0.x of this package has already been released.

@@ -13,6 +13,12 @@
<tags>Polly Cache Caching Cache-aside</tags>
<copyright>Copyright © 2017, App vNext</copyright>
<releaseNotes>
1.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to make this 2.0.0 as a version 1.0.x of this package has already been released.

Copy link
Member

@reisenberger reisenberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFarrow This PR is looking great! Could you:

  • bump the version to 2.0.0 in GitVersionConfig.yaml and re-run the build (that'll bump the version to 2.0.0 in places like AssemblyInfo.cs too; only ChangeLog.md and the nuspec will also need adjusting manually to 2.0.0)
  • retarget the PR against the v20dev branch? Then I'll merge and make some minor updates to the readme/doco before merging to master.

Thanks!

@reisenberger reisenberger changed the title Distributed cache v1. Distributed cache v2 May 27, 2018
@reisenberger reisenberger changed the base branch from master to v20dev May 27, 2018 07:27
@reisenberger reisenberger added this to the v2.0.0 milestone May 27, 2018
@reisenberger
Copy link
Member

@SeanFarrow I've changed the base branch of PR 👍 I'll fix up the v2.0.0 refs and merge soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants