Skip to content

Commit 1bcb8fe

Browse files
committed
Bump to version 1.0.5.
1 parent 67e6f35 commit 1bcb8fe

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ You can checkout this Github repository or you can use the NuGet package:
2828

2929
**Install using the command line from the Package Manager:**
3030
```bash
31-
Install-Package SoloX.CodeQuality.Prod -version 1.0.4
31+
Install-Package SoloX.CodeQuality.Prod -version 1.0.5
3232
or
33-
Install-Package SoloX.CodeQuality.Test -version 1.0.4
33+
Install-Package SoloX.CodeQuality.Test -version 1.0.5
3434

35-
Install-Package SoloX.CodeQuality.Test.Helpers -version 1.0.4
35+
Install-Package SoloX.CodeQuality.Test.Helpers -version 1.0.5
3636
```
3737

3838
**Install using the .Net CLI:**
3939
```bash
40-
dotnet add package SoloX.CodeQuality.Prod --version 1.0.4
40+
dotnet add package SoloX.CodeQuality.Prod --version 1.0.5
4141
or
42-
dotnet add package SoloX.CodeQuality.Test --version 1.0.4
42+
dotnet add package SoloX.CodeQuality.Test --version 1.0.5
4343

44-
dotnet add package SoloX.CodeQuality.Test.Helpers --version 1.0.4
44+
dotnet add package SoloX.CodeQuality.Test.Helpers --version 1.0.5
4545
```
4646

4747
**Install editing your project file (csproj):**
4848
```xml
49-
<PackageReference Include="SoloX.CodeQuality.Prod" Version="1.0.4" />
49+
<PackageReference Include="SoloX.CodeQuality.Prod" Version="1.0.5" />
5050
or
51-
<PackageReference Include="SoloX.CodeQuality.Test" Version="1.0.4" />
51+
<PackageReference Include="SoloX.CodeQuality.Test" Version="1.0.5" />
5252

53-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="1.0.4" />
53+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="1.0.5" />
5454
```

src/SharedProperties.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>1.0.4</Version>
4+
<Version>1.0.5</Version>
55
<Authors>Xavier Solau</Authors>
66
<Copyright>Copyright © 2019 Xavier Solau</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)