mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Discord Plugin 19 beta 2
This commit is contained in:
parent
6c50f8be6f
commit
84e8e24e50
4 changed files with 28 additions and 5 deletions
|
|
@ -7,6 +7,29 @@
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2021-12-09T00:00:00Z</updated>
|
<updated>2021-12-09T00:00:00Z</updated>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>urn:uuid:FD4F56C3-9E44-4422-A761-87E7F957454F</id>
|
||||||
|
<title>1.0.19 (1.0.19.2)</title>
|
||||||
|
<summary>1.0.19.2</summary>
|
||||||
|
<link href="" />
|
||||||
|
<updated>2021-12-09T00: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;">CHANGE</u>
|
||||||
|
<br/>
|
||||||
|
<ul>
|
||||||
|
<li>Changed the plugin initialization so it throws an exception if unable to load config file, rather than creating a new config file.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>bletch</name>
|
||||||
|
<email>bletch1971@hotmail.com</email>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:A9EC2F32-E026-485F-BD7B-C657DBA95B54</id>
|
<id>urn:uuid:A9EC2F32-E026-485F-BD7B-C657DBA95B54</id>
|
||||||
<title>1.0.19 (1.0.19.1)</title>
|
<title>1.0.19 (1.0.19.1)</title>
|
||||||
|
|
@ -24,8 +47,8 @@
|
||||||
<u style="font-size: .9em;">NEW</u>
|
<u style="font-size: .9em;">NEW</u>
|
||||||
<br/>
|
<br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>de-DE Translation file added.</li>
|
<li>de-DE Translation file updated.</li>
|
||||||
<li>pt-BR Translation file added.</li>
|
<li>pt-BR Translation file updated.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.0.19.1
|
1.0.19.2
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.0.19.2")]
|
[assembly: AssemblyVersion("1.0.19.3")]
|
||||||
[assembly: AssemblyFileVersion("1.0.19.2")]
|
[assembly: AssemblyFileVersion("1.0.19.3")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue