Bump to v0.0.9-alpha

This commit is contained in:
Alessandro Proto 2023-02-19 14:10:36 +01:00 committed by Alessandro Proto
parent ed66911489
commit 70ff5ba20b
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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" />