Skip to content

Commit b6b5194

Browse files
committed
1.0.0-preview.1
1 parent 470cd39 commit b6b5194

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LumexUI/LumexUI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<PropertyGroup>
1010
<Title>LumexUI</Title>
11-
<Description>🚀 A versatile Blazor component library built using Tailwind CSS for efficient web development</Description>
12-
<Version>0.1.9</Version>
11+
<Description>🚀 A versatile Blazor UI library built using Tailwind CSS.</Description>
12+
<Version>1.0.0-preview.1</Version>
1313
<Authors>desmondinho</Authors>
1414
<PackageId>LumexUI</PackageId>
1515
<!--<PackageIcon>logo.png</PackageIcon>-->
1616
<PackageTags>blazor;components;library;tailwindcss;</PackageTags>
17-
<PackageProjectUrl>https://github.com/LumexUI/lumexui</PackageProjectUrl>
17+
<PackageProjectUrl>https://lumexui.org</PackageProjectUrl>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<RepositoryUrl>https://github.com/LumexUI/lumexui</RepositoryUrl>
@@ -76,7 +76,7 @@
7676
<Exec Command="npx rollup -c" />
7777
</Target>
7878

79-
<!-- Remove theme files from the build output -->
79+
<!-- Remove these files from the build output -->
8080
<ItemGroup>
8181
<Content Remove="package.json" />
8282
<Content Remove="package-lock.json" />

0 commit comments

Comments
 (0)