Giraffe.Htmx.Common 2.0.6

dotnet add package Giraffe.Htmx.Common --version 2.0.6
                    
NuGet\Install-Package Giraffe.Htmx.Common -Version 2.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Giraffe.Htmx.Common" Version="2.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Giraffe.Htmx.Common" Version="2.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Giraffe.Htmx.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Giraffe.Htmx.Common --version 2.0.6
                    
#r "nuget: Giraffe.Htmx.Common, 2.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Giraffe.Htmx.Common&version=2.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Giraffe.Htmx.Common&version=2.0.6
                    
Install as a Cake Tool

Giraffe.Htmx.Common

This package contains common code shared between Giraffe.Htmx and Giraffe.ViewEngine.Htmx, and will be automatically installed when you install either one.

htmx version: 2.0.6

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Giraffe.Htmx.Common:

Package Downloads
Giraffe.Htmx

htmx header extensions and helpers for Giraffe

Giraffe.ViewEngine.Htmx

Extensions to Giraffe View Engine to support htmx attributes and their values

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.6 9 7/3/2025
2.0.4 327 12/13/2024
2.0.3 336 10/18/2024
2.0.2 442 8/13/2024
2.0.1 114 7/29/2024
2.0.0 1,483 6/18/2024
2.0.0-beta4 174 5/23/2024
2.0.0-beta3 155 4/18/2024
2.0.0-beta1 142 3/19/2024
2.0.0-alpha2 174 2/12/2024
2.0.0-alpha1 157 1/31/2024
1.9.12 2,344 4/18/2024
1.9.11 2,185 3/19/2024
1.9.10 638 1/3/2024
1.9.8 498 11/22/2023
1.9.6 346 9/28/2023
1.9.5 265 8/25/2023
1.9.4 383 7/26/2023
1.9.3 278 7/15/2023
1.9.2 467 5/6/2023
1.9.0 313 4/14/2023
1.8.6 413 3/3/2023
1.8.5 4,175 1/18/2023
1.8.4 1,780 11/24/2022
1.8.0 2,661 7/14/2022

- All packages now have full XML documentation
- Adds HxSync module and attribute helper to view engine
- Updates script tags to pull htmx 2.0.6 (no header or attribute changes)
- Drops .NET 6 support
       
NOTE: The CDN for htmx changed from unpkg.com to cdn.jsdelivr.net; sites with Content-Security-Policy headers will want to update their allowed domains accordingly