File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
3232or
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
4141or
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 " />
5050or
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```
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments