Skip to content

Commit

Permalink
updated version number to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Sep 8, 2024
1 parent a687782 commit 5a0cfc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DataGen/DataGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Platforms>x64;AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions EVEData/EveAppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public class EveAppConfig
/// <summary>
/// SMT Version Tagline
/// </summary>
public const string SMT_TITLE = "Equinoctial .";
public const string SMT_TITLE = "Tractor fishing time";

/// <summary>
/// SMT Version
/// </summary>
public const string SMT_VERSION = "SMT_134";
public const string SMT_VERSION = "SMT_135";

/// <summary>
/// Folder to store all of the data from
Expand Down
1 change: 0 additions & 1 deletion SMT.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Global
{B2323ED5-1B76-4E01-9B13-AC79600EF8EA}.Release|x64.Build.0 = Release|x64
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Debug|x64.ActiveCfg = Debug
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Release|x64.ActiveCfg = Release
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Release|x64.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SMT"
"ProductCode" = "8:{CE2ED2F4-F151-4891-B58F-C8DD18FD8AE0}"
"PackageCode" = "8:{4CA3FED8-78E1-42C9-AAD0-418177C5FBD9}"
"ProductCode" = "8:{8E7A3AF6-EC88-42CD-A2FE-5E109E0CE7DA}"
"PackageCode" = "8:{B220F388-C214-48F2-902A-B599E7DEFDFB}"
"UpgradeCode" = "8:{52AA6C1E-3097-4771-BEFB-9E08D74573C1}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.34"
"ProductVersion" = "8:1.35"
"Manufacturer" = "8:Slazanger"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/Slazanger/SMT"
Expand Down

0 comments on commit 5a0cfc2

Please sign in to comment.