ASM 409 beta 3

This commit is contained in:
Brett Hewitson 2021-12-01 11:26:02 +10:00
parent 57d13faa8f
commit a863ba5495
5 changed files with 28 additions and 3 deletions

View file

@ -5,7 +5,30 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2021-11-30T00:00:00Z</updated>
<updated>2021-12-01T00:00:00Z</updated>
<entry>
<id>urn:uuid:0B63D89E-0C36-41DE-96E7-BFB140250C02</id>
<title>1.1.409 (1.1.409.3)</title>
<summary>1.1.409.3</summary>
<link href="" />
<updated>2021-12-01T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Added the Profile ID to the top of the profile window.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:0B63D89E-0C36-41DE-96E7-BFB140250C02</id>

View file

@ -763,6 +763,8 @@
<!--#region Server Settings -->
<!--#region Server Settings - General -->
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in Ark. For that, set the 'Server Name' field.</sys:String>
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>

View file

@ -1 +1 @@
1.1.409.2
1.1.409.3

Binary file not shown.

View file

@ -36,7 +36,7 @@
<PublisherName>Bletch1971</PublisherName>
<SuiteName>Server Managers</SuiteName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>1.1.409.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>