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> ''' <summary>
''' The current version of the game. ''' The current version of the game.
''' </summary> ''' </summary>
Public Const GAMEVERSION As String = "0.58" Public Const GAMEVERSION As String = "0.58.1"
''' <summary> ''' <summary>
''' The number of released iterations of the game. ''' The number of released iterations of the game.
''' </summary> ''' </summary>
Public Const RELEASEVERSION As String = "100" Public Const RELEASEVERSION As String = "101"
''' <summary> ''' <summary>
''' The development stage the game is in. ''' The development stage the game is in.

View File

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

View File

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

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 48239192 Const EXPECTEDSIZE As Integer = 48238526
Const METAHASH As String = "ODU3RDdENDYxNDUwODBCRUU3OUY0RTRDQjFDRTIwNTk=" Const METAHASH As String = "NzlEQkNFOEJCQzdCMkU1MDIzMkRBNzYxODcwNEUwQUM="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get 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"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="MonoGame.Framework.DX" version="3.7.1.189" targetFramework="net45" /> <package id="MonoGame.Framework.DX" version="3.7.1.189" targetFramework="net45" />
<package id="NAudio" version="1.10.0" targetFramework="net45" /> <package id="NAudio" version="1.10.0" targetFramework="net46" />
<package id="NAudio.Vorbis" version="1.2.0" targetFramework="net45" /> <package id="NAudio.Vorbis" version="1.2.0" targetFramework="net46" />
<package id="NVorbis" version="0.10.1" targetFramework="net45" /> <package id="NVorbis" version="0.10.1" targetFramework="net45" />
<package id="SharpDX" version="4.0.1" targetFramework="net45" /> <package id="SharpDX" version="4.0.1" targetFramework="net45" />
<package id="SharpDX.Direct2D1" version="4.0.1" targetFramework="net45" /> <package id="SharpDX.Direct2D1" version="4.0.1" targetFramework="net45" />