Skip to content

Commit 5a0cfc2

Browse files
updated version number to 1.35
1 parent a687782 commit 5a0cfc2

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

DataGen/DataGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Platforms>x64</Platforms>
8+
<Platforms>x64;AnyCPU</Platforms>
99
</PropertyGroup>
1010

1111
<ItemGroup>

EVEData/EveAppConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public class EveAppConfig
2323
/// <summary>
2424
/// SMT Version Tagline
2525
/// </summary>
26-
public const string SMT_TITLE = "Equinoctial .";
26+
public const string SMT_TITLE = "Tractor fishing time";
2727

2828
/// <summary>
2929
/// SMT Version
3030
/// </summary>
31-
public const string SMT_VERSION = "SMT_134";
31+
public const string SMT_VERSION = "SMT_135";
3232

3333
/// <summary>
3434
/// Folder to store all of the data from

SMT.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Global
3131
{B2323ED5-1B76-4E01-9B13-AC79600EF8EA}.Release|x64.Build.0 = Release|x64
3232
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Debug|x64.ActiveCfg = Debug
3333
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Release|x64.ActiveCfg = Release
34-
{9F3D6EC2-A182-4C10-87CB-D7091BE1231C}.Release|x64.Build.0 = Release
3534
EndGlobalSection
3635
GlobalSection(SolutionProperties) = preSolution
3736
HideSolutionNode = FALSE

Setup/Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@
214214
{
215215
"Name" = "8:Microsoft Visual Studio"
216216
"ProductName" = "8:SMT"
217-
"ProductCode" = "8:{CE2ED2F4-F151-4891-B58F-C8DD18FD8AE0}"
218-
"PackageCode" = "8:{4CA3FED8-78E1-42C9-AAD0-418177C5FBD9}"
217+
"ProductCode" = "8:{8E7A3AF6-EC88-42CD-A2FE-5E109E0CE7DA}"
218+
"PackageCode" = "8:{B220F388-C214-48F2-902A-B599E7DEFDFB}"
219219
"UpgradeCode" = "8:{52AA6C1E-3097-4771-BEFB-9E08D74573C1}"
220220
"AspNetVersion" = "8:"
221221
"RestartWWWService" = "11:FALSE"
222222
"RemovePreviousVersions" = "11:TRUE"
223223
"DetectNewerInstalledVersion" = "11:TRUE"
224224
"InstallAllUsers" = "11:FALSE"
225-
"ProductVersion" = "8:1.34"
225+
"ProductVersion" = "8:1.35"
226226
"Manufacturer" = "8:Slazanger"
227227
"ARPHELPTELEPHONE" = "8:"
228228
"ARPHELPLINK" = "8:https://github.com/Slazanger/SMT"

0 commit comments

Comments
 (0)