Skip to content

Commit 1e78ead

Browse files
committed
fixed nuspec dependency to core
1 parent 74355b0 commit 1e78ead

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GeonBit.UI.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>GeonBit.UI</id>
5-
<version>4.0.1</version>
5+
<version>4.0.2</version>
66
<authors>Ronen Ness</authors>
77
<owners>RonenNess</owners>
88
<title>MonoGame GeonBit.UI</title>
@@ -16,6 +16,7 @@ It provide all the basic UI elements required to make a game / editor UI, and co
1616
<description>UI system for MonoGame projects.</description>
1717
<tags>monogame ui gui hud user-interface gamedev</tags>
1818
<dependencies>
19+
<group targetFramework=".NETCoreApp3.1" />
1920
</dependencies>
2021
</metadata>
2122
<files>

GeonBit.UI/Source/UserInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public enum BuiltinThemes
9595
public class UserInterface : System.IDisposable
9696
{
9797
/// <summary>Current GeonBit.UI version identifier.</summary>
98-
public const string VERSION = "4.0.1";
98+
public const string VERSION = "4.0.2";
9999

100100
/// <summary>
101101
/// The currently active user interface instance.

0 commit comments

Comments
 (0)