Skip to content

Commit

Permalink
Version bump for Beta N°3
Browse files Browse the repository at this point in the history
  • Loading branch information
Premo36 committed Mar 5, 2022
1 parent 70dbb88 commit 9c285fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DoomModLoader2C/Doom Mod Loader v2.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProductName>Doom Mod Loader 2.X</ProductName>
<PublisherName>P36 Software</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.5.2.0</ApplicationVersion>
<ApplicationVersion>2.5.3.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
Expand All @@ -52,7 +52,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
Expand Down
4 changes: 2 additions & 2 deletions DoomModLoader2C/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.2.0")]
[assembly: AssemblyFileVersion("2.5.2.0")]
[assembly: AssemblyVersion("2.5.3.0")]
[assembly: AssemblyFileVersion("2.5.3.0")]
2 changes: 1 addition & 1 deletion DoomModLoader2C/SharedVar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace DoomModLoader2
/// </summary>
public static class SharedVar
{
public static string LOCAL_VERSION { get; } = "2.5 [Beta #2]";
public static string LOCAL_VERSION { get; } = "2.5 [Beta #3]";
public static string CONFIG_VERSION { get; set; }
public static bool CHECK_FOR_UPDATE { get; set; }
public static string UrlVersion { get; } = @"https://p36software.net/downloads/download_page.php?id=DML2&toJSON";
Expand Down

0 comments on commit 9c285fd

Please sign in to comment.