From ab0ff452377050e84c90fa71491a4b072fe41b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=B6nbauer?= Date: Mon, 25 Jan 2021 22:13:58 +0100 Subject: [PATCH 01/10] turning up version numbers --- Source/EvlWatcher/EvlWatcher/NSIS/make.nsi | 2 +- .../EvlWatcher/Properties/AssemblyInfo.cs | 4 +-- .../EvlWatcherConsole.csproj | 28 ++++++++++++++++++- .../Properties/AssemblyInfo.cs | 10 +++---- .../EvlWatcherConsole/app.manifest | 2 +- 5 files changed, 35 insertions(+), 11 deletions(-) diff --git a/Source/EvlWatcher/EvlWatcher/NSIS/make.nsi b/Source/EvlWatcher/EvlWatcher/NSIS/make.nsi index 44015f1..f5eccff 100644 --- a/Source/EvlWatcher/EvlWatcher/NSIS/make.nsi +++ b/Source/EvlWatcher/EvlWatcher/NSIS/make.nsi @@ -2,7 +2,7 @@ Name "EvlWatcher" ; The file to write Icon EvlWatcher.ico -OutFile "EvlWatcher-v2.0 setup.exe" +OutFile "EvlWatcher-v2.1.2-setup.exe" ; The default installation directory InstallDir $PROGRAMFILES\EvlWatcher diff --git a/Source/EvlWatcher/EvlWatcher/Properties/AssemblyInfo.cs b/Source/EvlWatcher/EvlWatcher/Properties/AssemblyInfo.cs index ea9317d..e112698 100644 --- a/Source/EvlWatcher/EvlWatcher/Properties/AssemblyInfo.cs +++ b/Source/EvlWatcher/EvlWatcher/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.2.0")] +[assembly: AssemblyFileVersion("2.1.2.0")] diff --git a/Source/EvlWatcherConsole/EvlWatcherConsole/EvlWatcherConsole.csproj b/Source/EvlWatcherConsole/EvlWatcherConsole/EvlWatcherConsole.csproj index 13c27b8..5ca9f62 100644 --- a/Source/EvlWatcherConsole/EvlWatcherConsole/EvlWatcherConsole.csproj +++ b/Source/EvlWatcherConsole/EvlWatcherConsole/EvlWatcherConsole.csproj @@ -20,6 +20,21 @@ SAK SAK SAK + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true x86 @@ -138,7 +153,18 @@ - + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + +