Skip to content

Commit

Permalink
v002
Browse files Browse the repository at this point in the history
  • Loading branch information
xdanieldzd committed Aug 7, 2022
1 parent d88a232 commit 2e7a48b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion StoicGoose.Common/StoicGoose.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<Company>xdaniel</Company>
<Authors />
<Description>16-bit handheld game system emulator common code</Description>
Expand Down
2 changes: 1 addition & 1 deletion StoicGoose.Core/StoicGoose.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<Company>xdaniel</Company>
<Authors />
<Description>16-bit handheld game system emulation core</Description>
Expand Down
2 changes: 1 addition & 1 deletion StoicGoose.GLWindow/StoicGoose.GLWindow.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<Company>xdaniel</Company>
<Authors />
<Description>16-bit handheld game system emulator</Description>
Expand Down
2 changes: 1 addition & 1 deletion StoicGoose.ImGuiCommon/StoicGoose.ImGuiCommon.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<Company>xdaniel</Company>
<Authors />
<Description>16-bit handheld game system emulator ImGui interface code</Description>
Expand Down
2 changes: 1 addition & 1 deletion StoicGoose.WinForms/StoicGoose.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>StoicGoose</Product>
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<Company>xdaniel</Company>
<Authors />
<Description>16-bit handheld game system emulator</Description>
Expand Down

0 comments on commit 2e7a48b

Please sign in to comment.