Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviersolau committed Dec 16, 2024
1 parent d0208d0 commit 3a029f5
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 @@ -27,20 +27,20 @@ You can checkout this Github repository or you can use the NuGet packages:

**Install using the command line from the Package Manager:**
```bash
Install-Package SoloX.TableModel -version 1.0.0-alpha.13
Install-Package SoloX.TableModel.Server -version 1.0.0-alpha.13
Install-Package SoloX.TableModel -version 1.0.0
Install-Package SoloX.TableModel.Server -version 1.0.0
```

**Install using the .Net CLI:**
```bash
dotnet add package SoloX.TableModel --version 1.0.0-alpha.13
dotnet add package SoloX.TableModel.Server --version 1.0.0-alpha.13
dotnet add package SoloX.TableModel --version 1.0.0
dotnet add package SoloX.TableModel.Server --version 1.0.0
```

**Install editing your project file (csproj):**
```xml
<PackageReference Include="SoloX.TableModel" Version="1.0.0-alpha.13" />
<PackageReference Include="SoloX.TableModel.Server" Version="1.0.0-alpha.13" />
<PackageReference Include="SoloX.TableModel" Version="1.0.0" />
<PackageReference Include="SoloX.TableModel.Server" Version="1.0.0" />
```

## 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.13</Version>
<Version>1.0.0</Version>
<Authors>Xavier Solau</Authors>
<Copyright>Copyright © 2021 Xavier Solau</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 3a029f5

Please sign in to comment.