Skip to content

Commit 0673057

Browse files
author
Sebastian-Debian
committed
Readme update.
1 parent e4cbe6f commit 0673057

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Blazor.SimpleGrid
22

33
![Build Status](https://github.com/CodingCodeSeb/Blazor.SimpleGrid/actions/workflows/dotnet-ci.yml/badge.svg)
4-
![NuGet Version](https://img.shields.io/nuget/v/Blazor.SimpleGrid)
4+
![NuGet Version](https://img.shields.io/nuget/v/Blazor.SimpleGridComponent)
55
![License](https://img.shields.io/github/license/CodingCodeSeb/Blazor.SimpleGrid)
66

77
A modern, lightweight Blazor component library for creating **CSS Grid Layouts**. Define complex structures directly in Razor syntax without writing manual CSS.
@@ -21,7 +21,7 @@ A modern, lightweight Blazor component library for creating **CSS Grid Layouts**
2121
## Installation
2222

2323
1. Install the package via NuGet:
24-
`dotnet add package Blazor.SimpleGrid`
24+
`dotnet add package Blazor.SimpleGridComponent`
2525

2626
2. Add the namespace to your _Imports.razor:
2727
`@using Blazor.SimpleGrid.Components`

src/Blazor.SimpleGrid/Blazor.SimpleGrid.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88
</PropertyGroup>
99

1010
<PropertyGroup>
11-
<PackageId>SR.Blazor.SimpleGrid</PackageId>
11+
<PackageId>Blazor.SimpleGridComponent</PackageId>
1212
<Version>1.0.0</Version>
1313
<Authors>CodingCodeSeb</Authors>
1414
<Company></Company>
1515
<Description>A lightweight Blazor component library for easy CSS Grid layouts.</Description>
1616
<PackageTags>blazor;grid;layout;css-grid;components</PackageTags>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/CodingCodeSeb/Blazor.SimpleGrid</RepositoryUrl>
19+
<Title>Blazor.SimpleGrid</Title>
20+
<PackageProjectUrl>https://github.com/CodingCodeSeb/Blazor.SimpleGrid</PackageProjectUrl>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackAsTool>True</PackAsTool>
1923
</PropertyGroup>
2024

2125
<ItemGroup>
@@ -30,4 +34,11 @@
3034
<Folder Include="wwwroot\" />
3135
</ItemGroup>
3236

37+
<ItemGroup>
38+
<None Include="..\..\README.md">
39+
<Pack>True</Pack>
40+
<PackagePath>\</PackagePath>
41+
</None>
42+
</ItemGroup>
43+
3344
</Project>

0 commit comments

Comments
 (0)