Skip to content

Commit

Permalink
Bump to version 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviersolau committed Apr 29, 2019
1 parent 0d43b64 commit bcfa2cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ 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.GeneratorTools.Core.CSharp -version 1.0.0-alpha.1
Install-Package SoloX.GeneratorTools.Core.CSharp -version 1.0.0-alpha.2
```

**Install using the .Net CLI:**
```bash
dotnet add package SoloX.GeneratorTools.Core.CSharp --version 1.0.0-alpha.1
dotnet add package SoloX.GeneratorTools.Core.CSharp --version 1.0.0-alpha.2
```

**Install editing your project file (csproj):**
```xml
<PackageReference Include="SoloX.GeneratorTools.Core.CSharp" Version="1.0.0-alpha.1" />
<PackageReference Include="SoloX.GeneratorTools.Core.CSharp" Version="1.0.0-alpha.2" />
```

## How to use it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PackageId>SoloX.GeneratorTools.Core.CSharp</PackageId>

<Version>1.0.0-alpha.1</Version>
<Version>1.0.0-alpha.2</Version>
<Authors>Xavier Solau</Authors>
<Copyright>Copyright © 2019 Xavier Solau</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/xaviersolau/GeneratorTools/master/LICENSE</PackageLicenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PackageId>SoloX.GeneratorTools.Core</PackageId>

<Version>1.0.0-alpha.1</Version>
<Version>1.0.0-alpha.2</Version>
<Authors>Xavier Solau</Authors>
<Copyright>Copyright © 2019 Xavier Solau</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/xaviersolau/GeneratorTools/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit bcfa2cd

Please sign in to comment.