Skip to content

Commit

Permalink
fixed package version
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Dec 24, 2023
1 parent 420fba1 commit 9720c26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions GeonBit.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>GeonBit.UI</id>
<version>4.3.0.1</version>
<version>4.3.0.2</version>
<authors>Ronen Ness</authors>
<owners>RonenNess</owners>
<title>MonoGame GeonBit.UI</title>
Expand All @@ -16,13 +16,13 @@ It provide all the basic elements required to make a game / editor UI, and comes
<description>UI system for MonoGame projects.</description>
<tags>monogame ui gui hud user-interface gamedev</tags>
<dependencies>
<group targetFramework=".net6.0" />
<group targetFramework=".net7.0" />
</dependencies>
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.dll" target="lib\net6.0\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.dll" target="lib\net6.0-windows\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\net7.0\GeonBit.UI.dll" target="lib\net7.0\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\net7.0\GeonBit.UI.dll" target="lib\net7.0-windows\GeonBit.UI.dll"/>
<file src="Help\Documentation.chm" target="Documentation.chm"/>
<file src="GeonBit.UI\Content\GeonBit.UI\**\*.*" target="content\Content\GeonBit.UI" />
</files>
Expand Down
2 changes: 1 addition & 1 deletion GeonBit.UI/Source/UserInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public enum BuiltinThemes
public class UserInterface : System.IDisposable
{
/// <summary>Current GeonBit.UI version identifier.</summary>
public const string VERSION = "4.3.0.1";
public const string VERSION = "4.3.0.2";

/// <summary>
/// The currently active user interface instance.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ If you want to use the new files dialog, you must include the new textures that
- Fixed files dialog to show folders if can pick them, even if can't change root folder.
- Fixed background offset bug in selected list item with icon.

### 4.3.0.1
### 4.3.0.2

- Update to .Net 7.
- Added rotation to paragraphs.
Expand Down

0 comments on commit 9720c26

Please sign in to comment.