Skip to content

Commit

Permalink
Update to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 20, 2024
1 parent 070103e commit 5cdf7d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- GBX.NET.LZO
- GBX.NET.ZLib
- GBX.NET.NewtonsoftJson
- GBX.NET.Tool
- GBX.NET.Tool.CLI

name: Publish ${{ matrix.lib }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET.Tool.CLI/GBX.NET.Tool.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.Tool.CLI</PackageId>
<Version>0.1.0</Version>
<Version>0.1.0-beta3</Version>
<Authors>BigBang1112</Authors>
<Description>CLI implementation for the GBX.NET tool framework using Spectre.Console.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET.Tool/GBX.NET.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.Tool</PackageId>
<Version>0.1.0</Version>
<Version>0.1.0-beta3</Version>
<Authors>BigBang1112</Authors>
<Description>Base library for creating rich tools for different environments with GBX.NET.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET/GBX.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET</PackageId>
<Version>2.0.6-beta2</Version>
<Version>2.0.6-beta3</Version>
<Authors>BigBang1112</Authors>
<Description>General purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania. It supports high performance serialization and deserialization of 200+ Gbx classes.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down

0 comments on commit 5cdf7d1

Please sign in to comment.