Skip to content

Commit 565b5c3

Browse files
committed
version update (1.46)
1 parent a543031 commit 565b5c3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

EVEData/EveAppConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ public class EveAppConfig
2121
/// <summary>
2222
/// SMT Version Tagline
2323
/// </summary>
24-
public const string SMT_TITLE = "A new space";
24+
public const string SMT_TITLE = "Welcome to Super-Highsec";
2525

2626
/// <summary>
2727
/// SMT Version
2828
/// </summary>
29-
public const string SMT_VERSION = "SMT_145";
29+
public const string SMT_VERSION = "SMT_146";
3030

3131

3232
/// <summary>

EVEData/EveManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,7 @@ private async void UpdateDotlanKillDeltaInfo()
36403640
HttpClient hc = new HttpClient();
36413641
string versionNum = VersionStr.Split("_")[1];
36423642

3643-
string userAgent = "SMT/" + EveAppConfig.SMT_VERSION + EveAppConfig.SMT_USERAGENT_DETAILS;
3643+
string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0";
36443644
hc.DefaultRequestHeaders.Add("User-Agent", userAgent);
36453645
hc.DefaultRequestHeaders.IfModifiedSince = LastDotlanUpdate;
36463646

SMT/SMT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<EnforceCodeStyleInBuild>False</EnforceCodeStyleInBuild>
5050
<EnableNETAnalyzers>False</EnableNETAnalyzers>
5151
<SignAssembly>False</SignAssembly>
52-
<Version>1.44</Version>
52+
<Version>1.46</Version>
5353
<PackageProjectUrl>https://github.com/Slazanger/SMT</PackageProjectUrl>
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">

Setup/Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@
229229
{
230230
"Name" = "8:Microsoft Visual Studio"
231231
"ProductName" = "8:SMT"
232-
"ProductCode" = "8:{4DB97E1C-849C-475D-B304-D9B2646811FF}"
233-
"PackageCode" = "8:{F2E12290-0E30-4350-A519-B09A19899657}"
232+
"ProductCode" = "8:{06BDD9F3-AF8F-48C5-AF13-3200707E0F83}"
233+
"PackageCode" = "8:{B969868A-645E-465E-BED5-7DAE103A9DE4}"
234234
"UpgradeCode" = "8:{52AA6C1E-3097-4771-BEFB-9E08D74573C1}"
235235
"AspNetVersion" = "8:"
236236
"RestartWWWService" = "11:FALSE"
237237
"RemovePreviousVersions" = "11:TRUE"
238238
"DetectNewerInstalledVersion" = "11:TRUE"
239239
"InstallAllUsers" = "11:FALSE"
240-
"ProductVersion" = "8:1.45"
240+
"ProductVersion" = "8:1.46"
241241
"Manufacturer" = "8:Slazanger"
242242
"ARPHELPTELEPHONE" = "8:"
243243
"ARPHELPLINK" = "8:https://github.com/Slazanger/SMT"

0 commit comments

Comments
 (0)