We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d470 commit 6117410Copy full SHA for 6117410
2 files changed
DotnetDevKR.TailwindCSS/DotnetDevKR.TailwindCSS.csproj
@@ -10,7 +10,7 @@
10
<PackageProjectUrl>https://github.com/dotnetdev-kr/DotnetDevKR.TailwindCSS</PackageProjectUrl>
11
<RepositoryType>git</RepositoryType>
12
<RepositoryUrl>https://github.com/dotnetdev-kr/DotnetDevKR.TailwindCSS</RepositoryUrl>
13
- <Version>4.1.17.0</Version>
+ <Version>4.1.18.2</Version>
14
<Authors>DotnetDevKR</Authors>
15
<Copyright>Copyright (c) 2024-2025 DotnetDevKR</Copyright>
16
<PackageTags>tailwindcss;tailwind;css;msbuild;aspnetcore;blazor;compiler;build;frontend;no-nodejs;standalone</PackageTags>
DotnetDevKR.TailwindCSS/runtime/install.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION=${1:-"v4.1.17"}
+VERSION=${1:-"v4.1.18"}
4
5
if [ -n "$1" ]; then
6
VERSION=$1
0 commit comments