File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ The respository includes
1515* ** Samples:** For sample applications
1616* ** Docs:** For the documentations (in markdown format).
1717
18- The command lines installation options are: For the version ` 5.1.1 `
19- * ** .NET CLI:** dotnet add package DotNetProjects.SVGImage --version 5.1.1
20- * ** Package Manager:** NuGet\Install-Package DotNetProjects.SVGImage -Version 5.1.1
18+ The command lines installation options are: For the version ` 5.1.0 `
19+ * ** .NET CLI:** dotnet add package DotNetProjects.SVGImage --version 5.1.0
20+ * ** Package Manager:** NuGet\Install-Package DotNetProjects.SVGImage -Version 5.1.0
2121
22- For reference in projects use: For the version ` 5.1.1 `
22+ For reference in projects use: For the version ` 5.1.0 `
2323``` xml
24- <PackageReference Include =" DotNetProjects.SVGImage" Version =" 5.1.1 " />
24+ <PackageReference Include =" DotNetProjects.SVGImage" Version =" 5.1.0 " />
2525```
2626
2727## How to build
Original file line number Diff line number Diff line change 1- next-version : 5.1.1
1+ next-version : 5.1.0
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ The respository includes
1515* ** Samples:** For sample applications
1616* ** Docs:** For the documentations (in markdown format).
1717
18- The command lines installation options are: For the version ` 5.1.1 `
19- * ** .NET CLI:** dotnet add package DotNetProjects.SVGImage --version 5.1.1
20- * ** Package Manager:** NuGet\Install-Package DotNetProjects.SVGImage -Version 5.1.1
18+ The command lines installation options are: For the version ` 5.1.0 `
19+ * ** .NET CLI:** dotnet add package DotNetProjects.SVGImage --version 5.1.0
20+ * ** Package Manager:** NuGet\Install-Package DotNetProjects.SVGImage -Version 5.1.0
2121
22- For reference in projects use: For the version ` 5.1.1 `
22+ For reference in projects use: For the version ` 5.1.0 `
2323``` xml
24- <PackageReference Include =" DotNetProjects.SVGImage" Version =" 5.1.1 " />
24+ <PackageReference Include =" DotNetProjects.SVGImage" Version =" 5.1.0 " />
2525```
2626
2727## How to build
Original file line number Diff line number Diff line change 1111 <Product >DotNetProjects.SVGImage</Product >
1212 <Copyright >2020-2023 DotNetProjects</Copyright >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
14- <AssemblyVersion >5.1.1 .0</AssemblyVersion >
15- <FileVersion >5.1.1 .0</FileVersion >
16- <Version >5.1.1 </Version >
14+ <AssemblyVersion >5.1.0 .0</AssemblyVersion >
15+ <FileVersion >5.1.0 .0</FileVersion >
16+ <Version >5.1.0 </Version >
1717 <OutputType >Library</OutputType >
1818 <Configurations >Debug;Release</Configurations >
1919 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments