Skip to content

Commit

Permalink
Updated csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold committed Aug 5, 2024
1 parent 9aa8144 commit c0509c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Hexa.NET.ImGui/Hexa.NET.ImGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<IsAotCompatible>true</IsAotCompatible>

<AssemblyVersion>1.91.0</AssemblyVersion>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<Description>A .NET wrapper for the Dear ImGui library. (1.91.0)</Description>
<PackageTags>ImGui UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
<Authors>Juna Meinhold</Authors>
Expand All @@ -24,6 +24,9 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
5 changes: 4 additions & 1 deletion Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<IsAotCompatible>true</IsAotCompatible>

<AssemblyVersion>1.89.0</AssemblyVersion>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<Description>A .NET wrapper for the ImGuizmo library. (1.89.0 WIP)</Description>
<PackageTags>ImGuizmo UI Immidate GUI Guizmo Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
<Authors>Juna Meinhold</Authors>
Expand All @@ -24,6 +24,9 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
5 changes: 4 additions & 1 deletion Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<IsAotCompatible>true</IsAotCompatible>

<AssemblyVersion>0.5.0</AssemblyVersion>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<Description>A .NET wrapper for the ImNodes library. (0.5.0)</Description>
<PackageTags>ImNodes UI Immidate GUI Nodes Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
<Authors>Juna Meinhold</Authors>
Expand All @@ -24,6 +24,9 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
5 changes: 4 additions & 1 deletion Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<IsAotCompatible>true</IsAotCompatible>

<AssemblyVersion>0.17.0</AssemblyVersion>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<Description>A .NET wrapper for the ImPlot library. (0.17)</Description>
<PackageTags>ImPlot UI Immidate GUI Plot Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags>
<Authors>Juna Meinhold</Authors>
Expand All @@ -24,6 +24,9 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit c0509c6

Please sign in to comment.