Skip to content

Commit 1e5d99c

Browse files
committed
Correct the version number
1 parent a03acd5 commit 1e5d99c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 5.1.1
1+
next-version: 5.1.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

Source/SVGImage/DotNetProjects.SVGImage.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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>

0 commit comments

Comments
 (0)