Skip to content

Commit 24f01d3

Browse files
committed
Add license and link to NuGet package
1 parent 8a20108 commit 24f01d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ A string processing library for the C# programming language. It provides feature
1515

1616
## Installation
1717

18-
Install StringExtension using the following NuGet command
18+
Install [StringExtension](https://www.nuget.org/packages/String-Extension/) using the following NuGet command
1919
```bash
20-
nuget install StringExtension
20+
nuget install String-Extension
2121
```
2222

2323

StringExtension/StringExtension.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
<TargetFramework>net7.0</TargetFramework>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<PackageId>String-Extension</PackageId>
15-
<Version>1.5.0</Version>
15+
<Version>1.5.1</Version>
1616
<ProjectUrl>https://github.com/Antyss77/StringExtension</ProjectUrl>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1718
<Copyright>Copyright © Antyss77 2023</Copyright>
1819
<Description>This package provides useful extensions for string manipulation.</Description>
1920
<RepositoryUrl>https://github.com/Antyss77/StringExtension</RepositoryUrl>

0 commit comments

Comments
 (0)