Skip to content

Commit

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

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

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

## The use case
Expand Down
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.0-alpha.38</Version>
<Version>1.0.0-alpha.39</Version>
<Authors>Xavier Solau</Authors>
<Copyright>Copyright © 2021 Xavier Solau</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit bfb3014

Please sign in to comment.