Skip to content

Commit e4cbe6f

Browse files
author
Sebastian-Debian
committed
NuGet-Metadaten zur Projektdatei hinzugefügt
Metadaten wie PackageId, Version, Authors, Description, Tags, Lizenz und Repository-URL wurden in der Blazor.SimpleGrid.csproj ergänzt, um die Veröffentlichung und Auffindbarkeit als NuGet-Paket zu ermöglichen.
1 parent e844a6c commit e4cbe6f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/Blazor.SimpleGrid/Blazor.SimpleGrid.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
</PropertyGroup>
9-
9+
10+
<PropertyGroup>
11+
<PackageId>SR.Blazor.SimpleGrid</PackageId>
12+
<Version>1.0.0</Version>
13+
<Authors>CodingCodeSeb</Authors>
14+
<Company></Company>
15+
<Description>A lightweight Blazor component library for easy CSS Grid layouts.</Description>
16+
<PackageTags>blazor;grid;layout;css-grid;components</PackageTags>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<RepositoryUrl>https://github.com/CodingCodeSeb/Blazor.SimpleGrid</RepositoryUrl>
19+
</PropertyGroup>
1020

1121
<ItemGroup>
1222
<SupportedPlatform Include="browser" />

0 commit comments

Comments
 (0)