Skip to content

Commit cada6fa

Browse files
committed
stamp: bump version to 1.2.3
1 parent c5d14ee commit cada6fa

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Directory.Build.props

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<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>
1717

1818
<PropertyGroup Label="Build Properties">
1919
<LangVersion>preview</LangVersion>

0 commit comments

Comments
 (0)