You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated assembly and package versions to 1.0.7 and 1.2.14.
- Upgraded `Microsoft.CodeAnalysis.CSharp.Scripting` to 4.14.0.
- Changed `filename` type in `RenameFileDialog.cs` to `nuint`.
- Updated `Hexa.NET.ImGui`, `System.Numerics.Vectors`, and `System.Text.Json` packages.
- Added `Microsoft.Bcl.Numerics` version 9.0.7.
- Changed image parameter types in `ImageHelper.cs` to `ImTextureRef`.
- Updated `WidgetIcon` struct in `WidgetStyle.cs` for consistency.
- Modified `ImGuiManager.cs` for improved error handling.
- Updated `Hexa.NET.ImPlot` and `Hexa.NET.ImGui.Backends` versions in `TestApp.csproj`.
Copy file name to clipboardExpand all lines: Hexa.NET.ImGui.Widgets.Extras/Hexa.NET.ImGui.Widgets.Extras.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
<Nullable>enable</Nullable>
7
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
8
9
-
<AssemblyVersion>1.0.6</AssemblyVersion>
10
-
<PackageVersion>1.0.6</PackageVersion>
9
+
<AssemblyVersion>1.0.7</AssemblyVersion>
10
+
<PackageVersion>1.0.7</PackageVersion>
11
11
<Description>
12
12
Hexa.NET.ImGui.Widgets is a comprehensive library of custom widgets for the ImGui graphical user interface library. This package includes a variety of pre-built widgets that enhance the functionality and usability of ImGui in your .NET applications. Each widget is designed to be easy to integrate, with consistent styling and behavior. This library is an extension of the Hexa.NET.ImGui wrapper, providing additional UI components for a seamless user experience.
Copy file name to clipboardExpand all lines: Hexa.NET.ImGui.Widgets/Hexa.NET.ImGui.Widgets.csproj
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@
12
12
<EnableAotAnalyzer>true</EnableAotAnalyzer>
13
13
<IsAotCompatible>true</IsAotCompatible>
14
14
15
-
<AssemblyVersion>1.2.13</AssemblyVersion>
16
-
<PackageVersion>1.2.13</PackageVersion>
15
+
<AssemblyVersion>1.2.14</AssemblyVersion>
16
+
<PackageVersion>1.2.14</PackageVersion>
17
17
<Description>
18
18
Hexa.NET.ImGui.Widgets is a comprehensive library of custom widgets for the ImGui graphical user interface library. This package includes a variety of pre-built widgets that enhance the functionality and usability of ImGui in your .NET applications. Each widget is designed to be easy to integrate, with consistent styling and behavior. This library is an extension of the Hexa.NET.ImGui wrapper, providing additional UI components for a seamless user experience.
0 commit comments