Skip to content

Commit

Permalink
Update to beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 16, 2024
1 parent 44c84f2 commit 82d338e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.Imaging.ImageSharp</PackageId>
<Version>1.0.0-beta1</Version>
<Version>1.0.0-beta2</Version>
<Authors>BigBang1112</Authors>
<Description></Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.Imaging.SkiaSharp</PackageId>
<Version>1.1.0-beta1</Version>
<Version>1.1.0-beta2</Version>
<Authors>BigBang1112</Authors>
<Description>Provides extensions for image handling in GBX.NET (Google's Skia with SkiaSharp).</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET.LZO/GBX.NET.LZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.LZO</PackageId>
<Version>2.1.0-beta1</Version>
<Version>2.1.0-beta2</Version>
<Authors>BigBang1112</Authors>
<Description>An LZO compression plugin for GBX.NET to allow de/serialization of compressed Gbx bodies. This official implementation uses lzo 2.10 from NativeSharpLzo and minilzo 2.06 port by zzattack.</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-beta1</Version>
<Version>2.0.6-beta2</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 82d338e

Please sign in to comment.