mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
CSM 54 beta 3
This commit is contained in:
parent
a863ba5495
commit
5f4be32131
5 changed files with 28 additions and 3 deletions
|
|
@ -5,7 +5,30 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2021-11-30T00:00:00Z</updated>
|
||||
<updated>2021-12-01T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E</id>
|
||||
<title>1.1.54 (1.1.54.3)</title>
|
||||
<summary>1.1.54.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:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E</id>
|
||||
|
|
|
|||
|
|
@ -847,6 +847,8 @@
|
|||
|
||||
<!--#region Server Settings Control-->
|
||||
<!--#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 the game. For that, set the 'Server Name' field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.54.2
|
||||
1.1.54.3
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -36,7 +36,7 @@
|
|||
<PublisherName>Bletch1971</PublisherName>
|
||||
<SuiteName>Server Managers</SuiteName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>3</ApplicationRevision>
|
||||
<ApplicationRevision>4</ApplicationRevision>
|
||||
<ApplicationVersion>1.1.54.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue