0.58.1 release clean up

This commit is contained in:
darkfire006 2021-01-27 00:30:43 -06:00
parent 9147437d7b
commit 5ea848d5d7
6 changed files with 8 additions and 12 deletions

View File

@ -19,12 +19,12 @@ Public Class GameController
''' <summary>
''' The current version of the game.
''' </summary>
Public Const GAMEVERSION As String = "0.58"
Public Const GAMEVERSION As String = "0.58.1"
''' <summary>
''' The number of released iterations of the game.
''' </summary>
Public Const RELEASEVERSION As String = "100"
Public Const RELEASEVERSION As String = "101"
''' <summary>
''' The development stage the game is in.

View File

@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("0.58")>
<Assembly: AssemblyVersion("0.58.1")>

View File

@ -27413,7 +27413,6 @@
<Content Include="credits.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Compile Include="Core\Classified.vb" />
<Compile Include="Pokemon\Abilities\Aerilate.vb" />
<Compile Include="Pokemon\Abilities\PsychicSurge.vb" />
<Compile Include="Pokemon\Abilities\MistySurge.vb" />
@ -28918,9 +28917,6 @@
<None Include="meta">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="meta">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Pokemon\Items\_itemList.txt" />
<None Include="My Project\app.manifest" />

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 48239192
Const METAHASH As String = "ODU3RDdENDYxNDUwODBCRUU3OUY0RTRDQjFDRTIwNTk="
Const EXPECTEDSIZE As Integer = 48238526
Const METAHASH As String = "NzlEQkNFOEJCQzdCMkU1MDIzMkRBNzYxODcwNEUwQUM="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MonoGame.Framework.DX" version="3.7.1.189" targetFramework="net45" />
<package id="NAudio" version="1.10.0" targetFramework="net45" />
<package id="NAudio.Vorbis" version="1.2.0" targetFramework="net45" />
<package id="NAudio" version="1.10.0" targetFramework="net46" />
<package id="NAudio.Vorbis" version="1.2.0" targetFramework="net46" />
<package id="NVorbis" version="0.10.1" targetFramework="net45" />
<package id="SharpDX" version="4.0.1" targetFramework="net45" />
<package id="SharpDX.Direct2D1" version="4.0.1" targetFramework="net45" />