mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Dump to v0.0.9-alpha
This commit is contained in:
parent
ed66911489
commit
adaf63c7fc
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ namespace Capy64;
|
|||
|
||||
public class Capy64 : Game, IGame
|
||||
{
|
||||
public const string Version = "0.0.8-alpha";
|
||||
public const string Version = "0.0.9-alpha";
|
||||
public static string AppDataPath = Path.Combine(
|
||||
Environment.GetFolderPath(
|
||||
Environment.SpecialFolder.ApplicationData,
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<PackageReference Include="DiscordRichPresence" Version="1.1.3.18" />
|
||||
<PackageReference Include="FontStashSharp.MonoGame" Version="1.2.8" />
|
||||
<PackageReference Include="KeraLua" Version="1.3.3" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
|
||||
<PackageReference Include="MonoGame.Extended.Graphics" Version="3.8.0" />
|
||||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
|
||||
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
|
||||
|
|
Loading…
Reference in a new issue