From 23e9f5e933cbd43efeffa1d01ea12db086a33e97 Mon Sep 17 00:00:00 2001 From: Daniel Dugger Date: Sun, 17 May 2020 21:26:40 -0400 Subject: [PATCH] SW: Update version numbers for 1.4.0 release --- sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs | 6 +++--- sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs | 6 +++--- sw/control/KFDtool.P25/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs | 4 ++-- sw/installer/KFDtoolApp/Product.wxs | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs index 9644b25..223fe73 100644 --- a/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs b/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs index e0b4688..f02bf66 100644 --- a/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs index ea978b7..9d4fdf6 100644 --- a/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Runtime.InteropServices; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] -[assembly: AssemblyInformationalVersion("1.3.2")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyInformationalVersion("1.4.0")] diff --git a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs index f51aa3b..2d9a3b5 100644 --- a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ using System.Windows; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] -[assembly: AssemblyInformationalVersion("1.3.2")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyInformationalVersion("1.4.0")] diff --git a/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs b/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs index 3f1290f..8a7d323 100644 --- a/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs index 4a3dc71..cace29f 100644 --- a/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/sw/installer/KFDtoolApp/Product.wxs b/sw/installer/KFDtoolApp/Product.wxs index 1f5f4d3..3756684 100644 --- a/sw/installer/KFDtoolApp/Product.wxs +++ b/sw/installer/KFDtoolApp/Product.wxs @@ -1,6 +1,6 @@ - +