|
1 | 1 | <Project> |
2 | | - <PropertyGroup Label="Package Properties"> |
3 | | - <Version>1.2.2</Version> |
4 | | - <Authors>Kalleby Santos</Authors> |
5 | | - <Company>kallebysantos</Company> |
6 | | - <Product>$(MSBuildProjectName)</Product> |
7 | | - <PackageId>$(MSBuildProjectName)</PackageId> |
8 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
9 | | - <PackageProjectUrl>https://github.com/kallebysantos/tailwind-dotnet</PackageProjectUrl> |
10 | | - <PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes> |
11 | | - <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl> |
12 | | - <RepositoryType>git</RepositoryType> |
13 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
14 | | - <PackageTags>Tailwind;Tools;Hosting;Css;Frontend</PackageTags> |
15 | | - <Description>Helpers for launching the Tailwindcss automatically when the application starts in ASP.NETCore.</Description> |
16 | | - </PropertyGroup> |
| 2 | + <PropertyGroup Label="Package Properties"> |
| 3 | + <Version>1.2.3</Version> |
| 4 | + <Authors>Kalleby Santos</Authors> |
| 5 | + <Company>kallebysantos</Company> |
| 6 | + <Product>$(MSBuildProjectName)</Product> |
| 7 | + <PackageId>$(MSBuildProjectName)</PackageId> |
| 8 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 9 | + <PackageProjectUrl>https://github.com/kallebysantos/tailwind-dotnet</PackageProjectUrl> |
| 10 | + <PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes> |
| 11 | + <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl> |
| 12 | + <RepositoryType>git</RepositoryType> |
| 13 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 14 | + <PackageTags>Tailwind;Tools;Hosting;Css;Frontend</PackageTags> |
| 15 | + <Description>Helpers for launching the Tailwindcss automatically when the application starts in ASP.NETCore.</Description> |
| 16 | + </PropertyGroup> |
17 | 17 |
|
18 | 18 | <PropertyGroup Label="Build Properties"> |
19 | 19 | <LangVersion>preview</LangVersion> |
|
0 commit comments