From bd32d343d8f1fdffc2862b9c924d0a0b1ad882a0 Mon Sep 17 00:00:00 2001 From: rameel Date: Tue, 8 Sep 2026 23:45:06 +0500 Subject: [PATCH 1/2] build: remove duplicate source embedding configuration --- src/Ramstack.HtmxToolkit/Ramstack.HtmxToolkit.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ramstack.HtmxToolkit/Ramstack.HtmxToolkit.csproj b/src/Ramstack.HtmxToolkit/Ramstack.HtmxToolkit.csproj index 1d54cee..a90aaaa 100644 --- a/src/Ramstack.HtmxToolkit/Ramstack.HtmxToolkit.csproj +++ b/src/Ramstack.HtmxToolkit/Ramstack.HtmxToolkit.csproj @@ -29,7 +29,6 @@ true true true - true From a3c8943c19bb43e4feff796f172b17d2b7f92f32 Mon Sep 17 00:00:00 2001 From: rameel Date: Tue, 8 Sep 2026 23:45:20 +0500 Subject: [PATCH 2/2] documentation: improve README formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6688cb4..fc70e19 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ HtmxToolkit integrates [HTMX](https://htmx.org/) with ASP.NET Core. It provides strongly typed APIs for request and response headers, MVC action filters, Razor Tag Helpers, application-wide HTMX configuration, and antiforgery support. -The package targets .NET 6 and can be used by applications running on .NET 6 or later. -It supports HTMX 1.9.x, HTMX 2.x, and HTMX 4.x. HTMX 2.x is selected by default. +- The package targets .NET 6 and can be used by applications running on .NET 6 or later. +- It supports HTMX 1.9.x, HTMX 2.x, and HTMX 4.x. HTMX 2.x is selected by default. ## Features