Skip to content

Commit

Permalink
Bump to version 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviersolau committed Sep 13, 2019
1 parent 80ffa05 commit 2a4db72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ You can checkout this Github repository or you can use the NuGet package:

**Install using the command line from the Package Manager:**
```bash
Install-Package SoloX.CodeQuality.Prod -version 1.0.2
Install-Package SoloX.CodeQuality.Prod -version 1.0.3
or
Install-Package SoloX.CodeQuality.Test -version 1.0.2
Install-Package SoloX.CodeQuality.Test -version 1.0.3
```

**Install using the .Net CLI:**
```bash
dotnet add package SoloX.CodeQuality.Prod --version 1.0.2
dotnet add package SoloX.CodeQuality.Prod --version 1.0.3
or
dotnet add package SoloX.CodeQuality.Test --version 1.0.2
dotnet add package SoloX.CodeQuality.Test --version 1.0.3
```

**Install editing your project file (csproj):**
```xml
<PackageReference Include="SoloX.CodeQuality.Prod" Version="1.0.2" />
<PackageReference Include="SoloX.CodeQuality.Prod" Version="1.0.3" />
or
<PackageReference Include="SoloX.CodeQuality.Test" Version="1.0.2" />
<PackageReference Include="SoloX.CodeQuality.Test" Version="1.0.3" />
```
2 changes: 1 addition & 1 deletion src/SharedProperties.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Authors>Xavier Solau</Authors>
<Copyright>Copyright © 2019 Xavier Solau</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 2a4db72

Please sign in to comment.