File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments