Skip to content

Commit 5fa2ede

Browse files
committed
Fixed push nuget workflow file.
1 parent e044944 commit 5fa2ede

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/push-nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
dotnet restore Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj
2222
dotnet restore Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj
2323
dotnet restore Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj
24+
dotnet restore Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj
2425
dotnet restore Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj
2526
dotnet restore Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj
2627
dotnet restore Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj
@@ -31,6 +32,7 @@ jobs:
3132
dotnet build Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj --configuration Release
3233
dotnet build Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj --configuration Release
3334
dotnet build Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj --configuration Release
35+
dotnet build Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj --configuration Release
3436
dotnet build Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release
3537
dotnet build Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release
3638
dotnet build Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release
@@ -41,6 +43,7 @@ jobs:
4143
dotnet pack Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj --configuration Release --output ./nupkgs
4244
dotnet pack Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj --configuration Release --output ./nupkgs
4345
dotnet pack Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj --configuration Release --output ./nupkgs
46+
dotnet pack Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj --configuration Release --output ./nupkgs
4447
dotnet pack Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release --output ./nupkgs
4548
dotnet pack Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release --output ./nupkgs
4649
dotnet pack Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release --output ./nupkgs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IsAotCompatible>true</IsAotCompatible>
1414

1515
<AssemblyVersion>1.0.11</AssemblyVersion>
16-
<PackageVersion>1.0.15-preview</PackageVersion>
16+
<PackageVersion>1.0.15</PackageVersion>
1717
<Description>A .NET wrapper for the Dear ImGui (1.91.9b) 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>

0 commit comments

Comments
 (0)