From 4c9e1579b66e0cdccebcf3dd6f27ad7ff07524a6 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Mon, 17 Dec 2018 22:17:10 -0800 Subject: [PATCH] Remove pre-release suffix on package version. --- src/ImGui.NET/ImGui.NET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 921a170..f395107 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -8,7 +8,7 @@ portable ImGui.NET ImGui.NET - -beta0 + $(AssemblyVersion)$(PackagePrereleaseIdentifier) ImGui ImGui.NET Immediate Mode GUI https://github.com/mellinoe/imgui.net