Provides support for lazy in-memory caching in C#
- In NuGet:
- Login.
- Go to
[Username (top-left)]
>API Keys
. - Make sure you have a key which has not expired and which relates to your MyGet user. If not, create a new key then add it to the 'Upstream sources' section of MyGet.
- In MyGet:
- Login.
- Go to
Build services
. - Click on
Edit
next to the CI build source. - Reset the build counter and change the version number in the
Version format
field. - Click
Save
. - Click on
Build
next to the CI build source. - Wait for the build to complete.
- Go to
Packages
. - Click
Push
next to the package. - Click
Edit
. - Delete the
Prerelease Tag
value. - Click
Push
. - After about 1 minute, the package should appear on the NuGet.org page in
Validating
status. - After about 5 more minutes, the package should update to
Listed
status. You can consume the package directly immediately, and after about 30 more minutes the package should be indexed and therefore visible in search results etc.
- In GitHub:
- Tag the release in the format
v1.0.0
. - Publish the release tag.
- Tag the release in the format