From 157634c5f45b19fa2c0efc006c2174814ab1bef7 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 29 Sep 2024 09:37:02 +0200 Subject: [PATCH] Release 2.0 --- ActivityWinOff/ActivityWinOff.csproj | 13 +++++++++++++ ActivityWinOff/Main.cs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ActivityWinOff/ActivityWinOff.csproj b/ActivityWinOff/ActivityWinOff.csproj index 99bcb76..db9e0b1 100644 --- a/ActivityWinOff/ActivityWinOff.csproj +++ b/ActivityWinOff/ActivityWinOff.csproj @@ -7,12 +7,25 @@ true enable Icon.ico + 2.0 + 2.0.0.0 + 2.0 + 2.0 + LICENCE.txt + True + + + True + \ + + + all diff --git a/ActivityWinOff/Main.cs b/ActivityWinOff/Main.cs index 1b0187f..676bbd9 100644 --- a/ActivityWinOff/Main.cs +++ b/ActivityWinOff/Main.cs @@ -680,7 +680,7 @@ private void LoadOnWindowsStartcheckBox_CheckChanged(object sender, EventArgs e) private void aboutToolStripMenuItem1_Click(object sender, EventArgs e) { - MessageBox.Show("Version: " + Application.ProductVersion.ToString() + Environment.NewLine + Environment.NewLine + "MIT Licence 2020, Meliox", "About", MessageBoxButtons.OK, MessageBoxIcon.Information); + MessageBox.Show("Version: " + Application.ProductVersion.ToString(), "About", MessageBoxButtons.OK, MessageBoxIcon.Information); } private void UserActivityKeyboardcheckBox_CheckedChanged(object sender, EventArgs e)