Infocaster.Umbraco.ETag
10.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Infocaster.Umbraco.ETag --version 10.1.0
NuGet\Install-Package Infocaster.Umbraco.ETag -Version 10.1.0
<PackageReference Include="Infocaster.Umbraco.ETag" Version="10.1.0" />
paket add Infocaster.Umbraco.ETag --version 10.1.0
#r "nuget: Infocaster.Umbraco.ETag, 10.1.0"
// Install Infocaster.Umbraco.ETag as a Cake Addin #addin nuget:?package=Infocaster.Umbraco.ETag&version=10.1.0 // Install Infocaster.Umbraco.ETag as a Cake Tool #tool nuget:?package=Infocaster.Umbraco.ETag&version=10.1.0
Umbraco ETag
An ETag is like a version number: it tells consumers if they're up-to-date. Why serve the same content again, if they already have it?
By applying ETags, you can improve performance by saving both bandwidth and CPU usage. With this package, creating ETags is made easy. Apply it to all your content at once, or apply it only to specific pages. Check out the instructions on our GitHub to get started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.2)
- Umbraco.Cms.Core (>= 10.0.0)
- Umbraco.Cms.Web.Common (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
11.1.0 | 586 | 5/19/2023 |
11.0.0 | 414 | 12/2/2022 |
10.1.0 | 152 | 5/19/2023 |
10.0.0 | 477 | 10/6/2022 |
10.0.0-beta0001 | 146 | 10/4/2022 |
2 changes
- Update the base algorithm to calculate the ETag
- Improve description on the NuGet package