Prepare to publish to nuget.

This commit is contained in:
2026-04-13 20:34:40 +05:00
parent a8b13d1120
commit 398d22169d
2 changed files with 17 additions and 1 deletions
@@ -5,8 +5,20 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<PublishAot>true</PublishAot> <PublishAot>true</PublishAot>
</PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Enciphered.Blazor.UIComponents</PackageId>
<Version>0.0.1</Version>
<Authors>shaamilahmed</Authors>
<Company>nciphered</Company>
<Description>Pure static SSR Blazor component library styled with Tailwind CSS v4 and shadcn/ui. All interactivity powered by vanilla JS. htmx-powered form validation.</Description>
<PackageTags>blazor;ui;components;tailwind;htmx;ssr;static</PackageTags>
<RepositoryUrl>https://git.nciphered.com/shaamilahmed/Enciphered.Blazor.UIComponents</RepositoryUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://git.nciphered.com/shaamilahmed/Enciphered.Blazor.UIComponents</PackageProjectUrl>
<PackageIcon>enci_white.png</PackageIcon>
</PropertyGroup>
<Target Name="TailwindBuild" BeforeTargets="Build"> <Target Name="TailwindBuild" BeforeTargets="Build">
<Exec Command="npx @tailwindcss/cli -i Styles/app.css -o wwwroot/css/app.css --minify" /> <Exec Command="npx @tailwindcss/cli -i Styles/app.css -o wwwroot/css/app.css --minify" />
</Target> </Target>
@@ -16,4 +28,8 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" /> <FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="./Logo/enci_white.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project> </Project>
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB