Skip to content

Commit

Permalink
Bumping the version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszRewak committed Apr 12, 2021
1 parent 568364e commit 7e2e24d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ConsoleGUI/ConsoleGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<RepositoryUrl>https://github.com/TomaszRewak/C-sharp-console-gui-framework</RepositoryUrl>
<PackageTags>console, gui, framework</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.2.2</Version>
<PackageReleaseNotes> 1.2.2 - Fixing AdjustWindowSize exception when window has 0 height
<Version>1.3.0</Version>
<PackageReleaseNotes>1.3.0 - Making the ScrollUpKey and the ScrollDownKey configurable in the VerticalScrollPanel
1.2.2 - Fixing AdjustWindowSize exception when window has 0 height
1.2.1 - Fixing exceptions on window resizing
1.2.0 - Adding modifiable IConsole interface and fixing collection setters in HorizontalStackPanel and VerticalStackPanel
1.1.0 - Adding BreakPanel and Decorator
Expand Down

0 comments on commit 7e2e24d

Please sign in to comment.