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

View File

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

View File

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