Skip to content

Commit

Permalink
VersionBump : v3.6.0-preview.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev committed Jan 9, 2025
1 parent 34ccfc3 commit 157047f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- Package metadata -->
<PackageId>AterraEngine.Unions.Generators</PackageId>
<Version>3.6.0-preview.2</Version>
<Version>3.6.0-preview.3</Version>
<Authors>Anna Sas</Authors>
<Description>The Source Generator for AterraEngine.Unions</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/AterraEngine.Unions.Lib/AterraEngine.Unions.Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<IsPackable>true</IsPackable>
<PackageId>AterraEngine.Unions.Lib</PackageId> <!-- Main package name -->
<Version>3.5.0</Version> <!-- Package version -->
<Version>3.6.0-preview.3</Version> <!-- Package version -->
<Authors>Anna Sas</Authors>
<Description>A small package allowing you to use Union Structs</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/AterraEngine.Unions/AterraEngine.Unions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<IsPackable>true</IsPackable>
<PackageId>AterraEngine.Unions</PackageId> <!-- Main package name -->
<Version>3.6.0-preview.2</Version> <!-- Package version -->
<Version>3.6.0-preview.3</Version> <!-- Package version -->
<Authors>Anna Sas</Authors>
<Description>A small package allowing you to use Union Structs</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand Down
1 change: 1 addition & 0 deletions src/Tools.AterraEngine.Unions/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static async Task Main(string[] args) {
// Code is the true saviour
string projects = string.Join(";",
"AterraEngine.Unions",
"AterraEngine.Unions.Lib",
"AterraEngine.Unions.Generators"
);

Expand Down

0 comments on commit 157047f

Please sign in to comment.