diff --git a/GLFW.NET/GLFW.NET.csproj b/GLFW.NET/GLFW.NET.csproj index 60fe200..226d0f7 100644 --- a/GLFW.NET/GLFW.NET.csproj +++ b/GLFW.NET/GLFW.NET.csproj @@ -22,6 +22,7 @@ 3.3.0 glfw-net https://github.com/ForeverZer0/glfw-net/raw/master/favicons.png + glfw-net diff --git a/HISTORY.md b/HISTORY.md index 3a8a21f..919a542 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -73,10 +73,6 @@ * Added `InputMode.LockKeyMods` * Added `InputMode.RawMouseMotion` -### Misc. -* Fixed some typos and grammatical errors in XML comments -* Added this version history - ### Functions/Properties #### Static Glfw Class @@ -115,7 +111,11 @@ * Added `GameWindow.MaximizeChanged` * Added `GameWindow.OnMaximize` * Added `GameWindow.ContentScaleChanged` -* Added `GameWindow.OnContentScaleChanged` +* Added `GameWindow.OnContentScaleChanged + +### Misc. +* Fixed some typos and grammatical errors in XML comments +* Added this version history`