From f25708e6049231ec18c3df252611cca2216f7f66 Mon Sep 17 00:00:00 2001 From: Nathan Crawford Date: Fri, 21 Sep 2018 00:41:30 -0400 Subject: [PATCH] Incremented version to 2.2.4, updated copyright year to 2018 --- Installer/EmbroideryReader.wxs | 4 ++-- PesFile/PesColors.cs | 2 +- PesFile/PesFile.cs | 2 +- PesFile/Properties/AssemblyInfo.cs | 6 +++--- PesFile/Stitch.cs | 2 +- PesFile/StitchBlock.cs | 2 +- TranslationBuilder/Program.cs | 2 +- TranslationBuilder/Properties/AssemblyInfo.cs | 2 +- embroideryInfo/Program.cs | 2 +- embroideryInfo/Properties/AssemblyInfo.cs | 2 +- embroideryReader/EmbroideryReaderSettings.cs | 2 +- embroideryReader/Program.cs | 2 +- embroideryReader/Properties/AssemblyInfo.cs | 8 ++++---- embroideryReader/Translation.cs | 2 +- embroideryReader/frmMain.cs | 2 +- embroideryReader/frmSettingsDialog.cs | 2 +- embroideryReader/frmTextbox.cs | 2 +- embroideryTester/Program.cs | 2 +- embroideryTester/Properties/AssemblyInfo.cs | 2 +- embroideryThumbs/PESThumbnail.cs | 2 +- embroideryThumbs/Properties/AssemblyInfo.cs | 2 +- 21 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Installer/EmbroideryReader.wxs b/Installer/EmbroideryReader.wxs index 1bb6c38..2b2fe33 100644 --- a/Installer/EmbroideryReader.wxs +++ b/Installer/EmbroideryReader.wxs @@ -1,8 +1,8 @@ - - + + diff --git a/PesFile/PesColors.cs b/PesFile/PesColors.cs index 911e396..2598604 100644 --- a/PesFile/PesColors.cs +++ b/PesFile/PesColors.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PesFile/PesFile.cs b/PesFile/PesFile.cs index 3f2d8af..8ce6dd4 100644 --- a/PesFile/PesFile.cs +++ b/PesFile/PesFile.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PesFile/Properties/AssemblyInfo.cs b/PesFile/Properties/AssemblyInfo.cs index e86800f..342de92 100644 --- a/PesFile/Properties/AssemblyInfo.cs +++ b/PesFile/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PesFile")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -55,5 +55,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.2.0")] -[assembly: AssemblyFileVersion("1.5.2.0")] +[assembly: AssemblyVersion("1.5.3.0")] +[assembly: AssemblyFileVersion("1.5.3.0")] diff --git a/PesFile/Stitch.cs b/PesFile/Stitch.cs index 28053d1..803306a 100644 --- a/PesFile/Stitch.cs +++ b/PesFile/Stitch.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PesFile/StitchBlock.cs b/PesFile/StitchBlock.cs index 015a814..ba63c08 100644 --- a/PesFile/StitchBlock.cs +++ b/PesFile/StitchBlock.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/TranslationBuilder/Program.cs b/TranslationBuilder/Program.cs index 0808c49..a8193a3 100644 --- a/TranslationBuilder/Program.cs +++ b/TranslationBuilder/Program.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/TranslationBuilder/Properties/AssemblyInfo.cs b/TranslationBuilder/Properties/AssemblyInfo.cs index 91955c5..b881c7f 100644 --- a/TranslationBuilder/Properties/AssemblyInfo.cs +++ b/TranslationBuilder/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("TranslationBuilder")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/embroideryInfo/Program.cs b/embroideryInfo/Program.cs index 2cec263..863ab72 100644 --- a/embroideryInfo/Program.cs +++ b/embroideryInfo/Program.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryInfo/Properties/AssemblyInfo.cs b/embroideryInfo/Properties/AssemblyInfo.cs index f152be0..b054212 100644 --- a/embroideryInfo/Properties/AssemblyInfo.cs +++ b/embroideryInfo/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("embroideryInfo")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/embroideryReader/EmbroideryReaderSettings.cs b/embroideryReader/EmbroideryReaderSettings.cs index d3a0a1b..c8969d2 100644 --- a/embroideryReader/EmbroideryReaderSettings.cs +++ b/embroideryReader/EmbroideryReaderSettings.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryReader/Program.cs b/embroideryReader/Program.cs index 05c581e..22b4204 100644 --- a/embroideryReader/Program.cs +++ b/embroideryReader/Program.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryReader/Properties/AssemblyInfo.cs b/embroideryReader/Properties/AssemblyInfo.cs index 09ee2eb..9145de1 100644 --- a/embroideryReader/Properties/AssemblyInfo.cs +++ b/embroideryReader/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ /* Embridery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -35,7 +35,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Embroidery Reader")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -54,5 +54,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.2.3.0")] -[assembly: AssemblyFileVersion("2.2.3.0")] +[assembly: AssemblyVersion("2.2.4.0")] +[assembly: AssemblyFileVersion("2.2.4.0")] diff --git a/embroideryReader/Translation.cs b/embroideryReader/Translation.cs index 66a0f7a..2909b99 100644 --- a/embroideryReader/Translation.cs +++ b/embroideryReader/Translation.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryReader/frmMain.cs b/embroideryReader/frmMain.cs index 1d3529f..0b5c9c5 100644 --- a/embroideryReader/frmMain.cs +++ b/embroideryReader/frmMain.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryReader/frmSettingsDialog.cs b/embroideryReader/frmSettingsDialog.cs index 2351e06..6ec51b7 100644 --- a/embroideryReader/frmSettingsDialog.cs +++ b/embroideryReader/frmSettingsDialog.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryReader/frmTextbox.cs b/embroideryReader/frmTextbox.cs index 1712450..ec8e17c 100644 --- a/embroideryReader/frmTextbox.cs +++ b/embroideryReader/frmTextbox.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryTester/Program.cs b/embroideryTester/Program.cs index cc6b7e5..7520e64 100644 --- a/embroideryTester/Program.cs +++ b/embroideryTester/Program.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryTester/Properties/AssemblyInfo.cs b/embroideryTester/Properties/AssemblyInfo.cs index 323f7e7..785d3ee 100644 --- a/embroideryTester/Properties/AssemblyInfo.cs +++ b/embroideryTester/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("emroideryTester")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/embroideryThumbs/PESThumbnail.cs b/embroideryThumbs/PESThumbnail.cs index 5b920ed..bd7d49f 100644 --- a/embroideryThumbs/PESThumbnail.cs +++ b/embroideryThumbs/PESThumbnail.cs @@ -1,7 +1,7 @@ /* Embroidery Reader - an application to view .pes embroidery designs -Copyright (C) 2016 Nathan Crawford +Copyright (C) 2018 Nathan Crawford This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/embroideryThumbs/Properties/AssemblyInfo.cs b/embroideryThumbs/Properties/AssemblyInfo.cs index 9f84d8b..b54b928 100644 --- a/embroideryThumbs/Properties/AssemblyInfo.cs +++ b/embroideryThumbs/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("embroideryThumbs")] -[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2016")] +[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]