0.58 Update files

This commit is contained in:
darkfire006 2020-08-04 12:12:48 -05:00
parent 98ca5fdcd0
commit 3e186bc022
5 changed files with 11 additions and 8 deletions

View File

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

View File

@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")>
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2019")>
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2020")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("0.57.1")>
<Assembly: AssemblyVersion("0.58")>

View File

@ -29,6 +29,7 @@
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@ -41,7 +42,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
@ -28914,6 +28914,9 @@
<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 = 47449626
Const METAHASH As String = "ODI4QjU3RTRGQ0MxMDVGQTU0NUUyMDVERDEzNjA2NjQ="
Const EXPECTEDSIZE As Integer = 48239192
Const METAHASH As String = "ODU3RDdENDYxNDUwODBCRUU3OUY0RTRDQjFDRTIwNTk="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long