diff --git a/README.md b/README.md index df62e2b..24bc1a0 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ StoicGoose is a work-in-progress Bandai WonderSwan and WonderSwan Color emulator. It is written in C# via Visual Studio Community 2022 under Windows 10 Pro 21H2, and uses .NET 6.0 along with the following NuGet packages: -* [OpenTK](https://www.nuget.org/packages/OpenTK) 4.7.2 (for OpenGL rendering, OpenAL sound, etc.) +* [OpenTK](https://www.nuget.org/packages/OpenTK) 4.7.4 (for OpenGL rendering, OpenAL sound, etc.) * [OpenTK.WinForms](https://www.nuget.org/packages/OpenTK.WinForms) 4.0.0-pre.6 (for WinForms OpenGL control) * [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json) 13.0.1 (for configuration, cheats and breakpoint storage) * [GitInfo](https://www.nuget.org/packages/GitInfo) 2.2.0 (for versioning information) * [ImGui.NET](https://www.nuget.org/packages/ImGui.NET) 1.87.3 (for debugger UI) * [Iced](https://www.nuget.org/packages/Iced) 1.17.0 (for x86 disassembly) * [Microsoft.CodeAnalysis.CSharp.Scripting](https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp.Scripting) 4.2.0 (for breakpoint support) -* [Serilog](https://www.nuget.org/packages/Serilog/2.11.0) 2.11.0, [Serilog.Sinks.File](https://www.nuget.org/packages/Serilog.Sinks.File/5.0.0) 5.0.0 and [Serilog.Sinks.Console](https://www.nuget.org/packages/Serilog.Sinks.Console/4.0.1) 4.0.1 (for error and general message logging) +* [Serilog](https://www.nuget.org/packages/Serilog) 2.11.0, [Serilog.Sinks.File](https://www.nuget.org/packages/Serilog.Sinks.File) 5.0.0 and [Serilog.Sinks.Console](https://www.nuget.org/packages/Serilog.Sinks.Console) 4.0.1 (for error and general message logging) ## Versions diff --git a/StoicGoose.Common/StoicGoose.Common.csproj b/StoicGoose.Common/StoicGoose.Common.csproj index 8db0292..7c25fc9 100644 --- a/StoicGoose.Common/StoicGoose.Common.csproj +++ b/StoicGoose.Common/StoicGoose.Common.csproj @@ -1,7 +1,7 @@  - 1.0.0 + 2.0.0 xdaniel 16-bit handheld game system emulator common code diff --git a/StoicGoose.Core/StoicGoose.Core.csproj b/StoicGoose.Core/StoicGoose.Core.csproj index b136afd..0a9c1a7 100644 --- a/StoicGoose.Core/StoicGoose.Core.csproj +++ b/StoicGoose.Core/StoicGoose.Core.csproj @@ -1,7 +1,7 @@  - 1.0.0 + 2.0.0 xdaniel 16-bit handheld game system emulation core diff --git a/StoicGoose.GLWindow/StoicGoose.GLWindow.csproj b/StoicGoose.GLWindow/StoicGoose.GLWindow.csproj index 6cf049c..02d2154 100644 --- a/StoicGoose.GLWindow/StoicGoose.GLWindow.csproj +++ b/StoicGoose.GLWindow/StoicGoose.GLWindow.csproj @@ -1,7 +1,7 @@  - 1.1.0 + 2.0.0 xdaniel 16-bit handheld game system emulator diff --git a/StoicGoose.ImGuiCommon/StoicGoose.ImGuiCommon.csproj b/StoicGoose.ImGuiCommon/StoicGoose.ImGuiCommon.csproj index ca6b6b4..82ef30a 100644 --- a/StoicGoose.ImGuiCommon/StoicGoose.ImGuiCommon.csproj +++ b/StoicGoose.ImGuiCommon/StoicGoose.ImGuiCommon.csproj @@ -1,7 +1,7 @@ - 1.0.0 + 2.0.0 xdaniel 16-bit handheld game system emulator ImGui interface code diff --git a/StoicGoose.WinForms/StoicGoose.WinForms.csproj b/StoicGoose.WinForms/StoicGoose.WinForms.csproj index f31c264..d28426f 100644 --- a/StoicGoose.WinForms/StoicGoose.WinForms.csproj +++ b/StoicGoose.WinForms/StoicGoose.WinForms.csproj @@ -2,7 +2,7 @@ StoicGoose - 1.1.0 + 2.0.0 xdaniel 16-bit handheld game system emulator