Incremented version to 2.2.4, updated copyright year to 2018

master v2.2.4
Nathan Crawford 2018-09-21 00:41:30 -04:00
rodzic 51bc553e73
commit f25708e604
21 zmienionych plików z 27 dodań i 27 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!-- ProductGuid should change whenever ProductVersion changes -->
<?define ProductVersion="2.2.3" ?>
<?define ProductGuid="{13885371-473E-465C-95D6-84430334655D}" ?>
<?define ProductVersion="2.2.4" ?>
<?define ProductGuid="{39447850-C068-4C91-8142-AEA9630470C5}" ?>
<Product Id="$(var.ProductGuid)" Name="Embroidery Reader" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Nathan Crawford" UpgradeCode="CE1642E2-5EE0-454F-B7DF-5C9C92D6D40D">
<Package Description="Test file in a Product" Comments="Simple test" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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")]

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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("")]

Wyświetl plik

@ -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

Wyświetl plik

@ -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("")]

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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")]

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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("")]

Wyświetl plik

@ -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

Wyświetl plik

@ -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("")]