Skip to content

Commit d321786

Browse files
committed
Bump package versions for multiple projects
Updated `PackageVersion` to `1.0.17.4` for GLFW, SDL2, SDL3, and Backends. Upgraded `HexaGen.Runtime` from `1.1.20` to `1.1.21` across several projects. Increased `PackageVersion` to `2.2.8.4` for `Hexa.NET.ImGui`, `Hexa.NET.ImGuizmo`, `Hexa.NET.ImNodes`, and `Hexa.NET.ImPlot`.
1 parent 2a3ea35 commit d321786

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.0.12</AssemblyVersion>
16-
<PackageVersion>1.0.17.3</PackageVersion>
16+
<PackageVersion>1.0.17.4</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui (1.92.1) library backend GLFW.</Description>
1818
<PackageTags>ImGui Backends GLFW UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.0.12</AssemblyVersion>
16-
<PackageVersion>1.0.17.3</PackageVersion>
16+
<PackageVersion>1.0.17.4</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui (1.92.1) library backend SDL2.</Description>
1818
<PackageTags>ImGui Backends SDL2 UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.0.12</AssemblyVersion>
16-
<PackageVersion>1.0.17.3</PackageVersion>
16+
<PackageVersion>1.0.17.4</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui (1.92.1) library backend SDL3.</Description>
1818
<PackageTags>ImGui Backends SDL3 UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.0.12</AssemblyVersion>
16-
<PackageVersion>1.0.17.3</PackageVersion>
16+
<PackageVersion>1.0.17.4</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui (1.92.1) library backends (Win32, Vulkan, OpenGL2, OpenGL3, D3D11, D3D12, OSX, Metal, Android).</Description>
1818
<PackageTags>ImGui Backends UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImGui/Hexa.NET.ImGui.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.92.1</AssemblyVersion>
16-
<PackageVersion>2.2.8.3</PackageVersion>
16+
<PackageVersion>2.2.8.4</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui library. (1.92.1)</Description>
1818
<PackageTags>ImGui UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.92.1</AssemblyVersion>
16-
<PackageVersion>2.2.8.3</PackageVersion>
16+
<PackageVersion>2.2.8.4</PackageVersion>
1717
<Description>A .NET wrapper for the ImGuizmo library. (1.91.3 WIP) (for ImGui 1.92.1)</Description>
1818
<PackageTags>ImGuizmo UI Immidate GUI Guizmo Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.92.1</AssemblyVersion>
16-
<PackageVersion>2.2.8.3</PackageVersion>
16+
<PackageVersion>2.2.8.4</PackageVersion>
1717
<Description>A .NET wrapper for the ImNodes library. (0.5.0) (for ImGui 1.92.1)</Description>
1818
<PackageTags>ImNodes UI Immidate GUI Nodes Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.92.1</AssemblyVersion>
16-
<PackageVersion>2.2.8.3</PackageVersion>
16+
<PackageVersion>2.2.8.4</PackageVersion>
1717
<Description>A .NET wrapper for the ImPlot library. (0.17) (for ImGui 1.92.1)</Description>
1818
<PackageTags>ImPlot UI Immidate GUI Plot Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
1919
<Authors>Juna Meinhold</Authors>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="HexaGen.Runtime" Version="1.1.20" />
34+
<PackageReference Include="HexaGen.Runtime" Version="1.1.21" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)