From 0b2fb3b37c0dfd0dbefec72b66519570a05ac588 Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Fri, 18 Oct 2019 14:44:10 +0300 Subject: [PATCH] baseline for 4.7.1 --- .gitignore | 1 + .../Analogy.Implementation.Example.csproj | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- Analogy.Interfaces/Analogy.Interfaces.csproj | 2 +- Analogy.Interfaces/Analogy.Interfaces.nuspec | 10 +++++++--- Analogy.Interfaces/Properties/AssemblyInfo.cs | 4 ++-- Analogy/Analogy.csproj | 2 +- Analogy/Analogy.nuspec | 6 +++--- Analogy/App.config | 2 +- Analogy/Properties/AssemblyInfo.cs | 4 ++-- 10 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 2b346ee5..3ae106ac 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /.vs/Analogy/DesignTimeBuild /Analogy.Interfaces.Standard/bin/Debug /Analogy.Interfaces.Standard/obj +/Analogy.Interfaces.Standard/bin/Release/netstandard2.0 diff --git a/Analogy.Implementation.Example/Analogy.Implementation.Example.csproj b/Analogy.Implementation.Example/Analogy.Implementation.Example.csproj index 20ea2147..e6de5fd6 100644 --- a/Analogy.Implementation.Example/Analogy.Implementation.Example.csproj +++ b/Analogy.Implementation.Example/Analogy.Implementation.Example.csproj @@ -9,7 +9,7 @@ Properties Analogy.Implementation.Example Analogy.Implementation.Example - v4.7.2 + v4.7.1 512 true diff --git a/Analogy.Implementation.Example/Properties/AssemblyInfo.cs b/Analogy.Implementation.Example/Properties/AssemblyInfo.cs index 5b3435e0..a76e1e6c 100644 --- a/Analogy.Implementation.Example/Properties/AssemblyInfo.cs +++ b/Analogy.Implementation.Example/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] diff --git a/Analogy.Interfaces/Analogy.Interfaces.csproj b/Analogy.Interfaces/Analogy.Interfaces.csproj index f3c61993..6d370658 100644 --- a/Analogy.Interfaces/Analogy.Interfaces.csproj +++ b/Analogy.Interfaces/Analogy.Interfaces.csproj @@ -9,7 +9,7 @@ Properties Philips.Analogy.Interfaces Analogy.Interfaces - v4.7.2 + v4.7.1 512 true SAK diff --git a/Analogy.Interfaces/Analogy.Interfaces.nuspec b/Analogy.Interfaces/Analogy.Interfaces.nuspec index 8eab0063..42f73e40 100644 --- a/Analogy.Interfaces/Analogy.Interfaces.nuspec +++ b/Analogy.Interfaces/Analogy.Interfaces.nuspec @@ -2,22 +2,26 @@ Analogy.LogViewer.Interfaces - 2.0.1 + 2.0.2 Analogy Log Viewer - Interfaces Lior Banai Lior Banai MIT https://github.com/philips-software/logviewer/ - icon.png + icon.png false Analogy Log Viewer (Interfaces) Refactoring of Interfaces. See github page Copyright 2019 Lior Banai + + + + - + \ No newline at end of file diff --git a/Analogy.Interfaces/Properties/AssemblyInfo.cs b/Analogy.Interfaces/Properties/AssemblyInfo.cs index 8feed0d9..de479a45 100644 --- a/Analogy.Interfaces/Properties/AssemblyInfo.cs +++ b/Analogy.Interfaces/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] +[assembly: AssemblyVersion("2.0.2.0")] +[assembly: AssemblyFileVersion("2.0.2.0")] diff --git a/Analogy/Analogy.csproj b/Analogy/Analogy.csproj index 7cea6959..ae7720a3 100644 --- a/Analogy/Analogy.csproj +++ b/Analogy/Analogy.csproj @@ -1,7 +1,7 @@  - v4.7.2 + v4.7.1 Local 9.0.30729 2.0 diff --git a/Analogy/Analogy.nuspec b/Analogy/Analogy.nuspec index c87e5a42..3d49a5ea 100644 --- a/Analogy/Analogy.nuspec +++ b/Analogy/Analogy.nuspec @@ -2,7 +2,7 @@ Analogy.LogViewer - 4.0.5 + 4.0.6 Analogy Log Viewer Lior Banai Lior Banai @@ -11,14 +11,14 @@ icon.png false Analogy Log Viewer - Add new features. See github page + See github page Copyright 2019 Lior Banai - + diff --git a/Analogy/App.config b/Analogy/App.config index 31f365f2..54ba1c6e 100644 --- a/Analogy/App.config +++ b/Analogy/App.config @@ -46,7 +46,7 @@ - + diff --git a/Analogy/Properties/AssemblyInfo.cs b/Analogy/Properties/AssemblyInfo.cs index fb1b3331..03e76144 100644 --- a/Analogy/Properties/AssemblyInfo.cs +++ b/Analogy/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -[assembly: AssemblyVersion("4.0.5.0")] -[assembly: AssemblyFileVersion("4.0.5.0")] +[assembly: AssemblyVersion("4.0.6.0")] +[assembly: AssemblyFileVersion("4.0.6.0")] [assembly: ComVisible(false)]