File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments