![]() |
VOOZH | about |
dotnet add package Ccf.Ck.Libs.Web.Bundling --version 10.0.0
NuGet\Install-Package Ccf.Ck.Libs.Web.Bundling -Version 10.0.0
<PackageReference Include="Ccf.Ck.Libs.Web.Bundling" Version="10.0.0" />
<PackageVersion Include="Ccf.Ck.Libs.Web.Bundling" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="Ccf.Ck.Libs.Web.Bundling" />Project file
paket add Ccf.Ck.Libs.Web.Bundling --version 10.0.0
#r "nuget: Ccf.Ck.Libs.Web.Bundling, 10.0.0"
#:package Ccf.Ck.Libs.Web.Bundling@10.0.0
#addin nuget:?package=Ccf.Ck.Libs.Web.Bundling&version=10.0.0Install as a Cake Addin
#tool nuget:?package=Ccf.Ck.Libs.Web.Bundling&version=10.0.0Install as a Cake Tool
Bundling and optimization framework for .NET Core and .NET-Standard projects
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Ccf.Ck.Libs.Web.Bundling:
| Package | Downloads |
|---|---|
|
Ccf.Ck.Utilities.Web.BundleTransformations
This package provides CoreKraft specific bundling. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 1,455 | 11/26/2025 |
| 9.0.0 | 9,255 | 12/23/2024 |
| 8.0.2 | 2,586 | 11/1/2024 |
| 8.0.1 | 289 | 10/14/2024 |
| 8.0.0 | 8,092 | 5/22/2024 |
| 7.0.2 | 8,795 | 7/2/2023 |
| 7.0.1 | 4,828 | 3/15/2023 |
| 7.0.0 | 1,486 | 3/14/2023 |
| 6.0.8 | 504 | 3/3/2023 |
| 6.0.7 | 14,579 | 6/6/2022 |
| 6.0.6 | 1,751 | 5/10/2022 |
| 5.0.1 | 5,603 | 10/5/2021 |
| 5.0.0 | 2,890 | 4/30/2021 |
| 1.0.17 | 2,584 | 4/27/2021 |
| 1.0.16 | 1,574 | 2/20/2021 |
| 1.0.15 | 759 | 1/7/2021 |
| 1.0.14 | 16,520 | 9/2/2020 |
| 1.0.13 | 749 | 5/15/2020 |
| 1.0.12 | 712 | 5/14/2020 |
| 1.0.11 | 6,770 | 5/12/2020 |
Bundling and optimization framework for .NET Core and .NET-Standard projects.
Adding support for profiles. You can combine different bundles into one profile and render only this profile. Comes handy when you have multiple Master Pages (e.g. for public or administration) and want to easily render the different profiles.
- Added ETag support
- Version 1.0.2: Fixed the ETag support, if the build-in minification transformation throws exception the not minified version is delivered and the error is logged (more error resilient).
- Version 1.0.3: Adding CacheControl when optimization enabled: Public = true, MaxAge = TimeSpan.FromDays(365).
- Version 1.0.4: Allow CacheControl when optimization enabled to be set from outside. The above defaults are still valid. Add the ETag as parameter to overcome issue with Chrome's very aggresive caching.
- Version 1.0.5: NUglify has a problem with the minification of large files, so we are changing our strategy and minify file by file and copy the chunks into big one which is cached and served.
- Version 1.0.6: Behavior change in the profile object (init Styles and Scripts in constructor) and avoid null exception.
- Version 1.0.7: Updated nuget references to the latest versions
- Version 1.0.8: Downgrade Microsoft packages from 3.1.3 to 2.2.0
- Version 1.0.9: Update nuget Ccf.Ck.Libs.Logging
- Version 1.0.10: Update nuget: remove Microsoft.Extensions.DependencyInjection.Abstractions Version=3.1.3
- Version 1.0.11: Extend Scripts and Styles with an additional method for removing all bundles
- Version 1.0.12 Update to TargetFramework netstandard2.1
- Version 1.0.13 Update to TargetFramework netcoreapp3.1
- Version 1.0.14 Update underlying Nuget-Packages
- Version 1.0.15 Extend the Bundle creation with parameter for Enable/Disable file watchers
- Version 1.0.16 Combine all minification errors for a file in one error message
- Version 1.0.17 Adding support for optional dependencies
- Version 5.0.0 Migrate to net5.0
- Version 5.0.1 Update nuget dependencies and introduce version.txt for extending the eTag with external versioning
- Version 6.0.6 Updated to .NET 6.0
- Version 6.0.7 Handle the disposed dependency injection container
- Version 6.0.8 Change logging from error to trace for the file watchers
- Version 7.0.0 Updated to .NET 7.0
- Version 7.0.1 Updated nuget for logging
- Version 7.0.2 Updated nuget for logging and minification
- Version 8.0.0 Updated to .NET 8.0
- Version 8.0.1 Throw exception if referenced file is not available
- Version 8.0.2 codeSettings.StripDebugStatements = true | codeSettings.RemoveUnneededCode = true; | codeSettings.CollapseToLiteral = true;
- Version 9.0.0 Updated to .NET 9.0
- Version 10.0.0 Updated to .NET 10.0