1.0.0.0 Official Release 🎉

This commit is contained in:
Michał Czyż
2021-03-23 11:48:27 +01:00
parent 750dafe650
commit a376e2d0c2
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ namespace Server_Manager
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)