mirror of
https://github.com/eRgo35/Server-Manager.git
synced 2026-02-04 03:16:10 +01:00
1.0.0.0 Official Release 🎉
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Server_Manager
|
|||||||
|
|
||||||
private void Button2_Click_1(object sender, EventArgs e)
|
private void Button2_Click_1(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
MessageBox.Show("Created by Michał Czyż\n\nCopyright(c) 2021 CC-BY-SA\n\nVersion: 1.0.0", "About Server Manager", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
MessageBox.Show("Created by Michał Czyż\n\nCopyright(c) 2021 MIT License\n\nVersion: 1.0.0.0", "About Server Manager", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkBox5_CheckedChanged(object sender, EventArgs e)
|
private void checkBox5_CheckedChanged(object sender, EventArgs e)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Michał Czyż")]
|
[assembly: AssemblyCompany("Michał Czyż")]
|
||||||
[assembly: AssemblyProduct("Server Manager")]
|
[assembly: AssemblyProduct("Server Manager")]
|
||||||
[assembly: AssemblyCopyright("Copyright(c) 2021 CC-BY-SA")]
|
[assembly: AssemblyCopyright("Copyright(c) 2021 MIT License")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ProductName>Server Manager</ProductName>
|
<ProductName>Server Manager</ProductName>
|
||||||
<PublisherName>Michał Czyż</PublisherName>
|
<PublisherName>Michał Czyż</PublisherName>
|
||||||
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
|
|||||||
Reference in New Issue
Block a user