From 32b9842b669669fa3f092cd0aba725129a6cec2a Mon Sep 17 00:00:00 2001
From: Mattie Schraeder <mattie@csharpmarc.net>
Date: Mon, 19 Feb 2018 22:49:58 -0600
Subject: [PATCH] Stage for release

---
 CSharp_MARC Editor/CSharp_MARC Editor.csproj  | 9 +++++++--
 CSharp_MARC Editor/Properties/AssemblyInfo.cs | 4 ++--
 CSharp_MARC Tests/Properties/AssemblyInfo.cs  | 4 ++--
 CSharp_MARC/Properties/AssemblyInfo.cs        | 6 +++---
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/CSharp_MARC Editor/CSharp_MARC Editor.csproj b/CSharp_MARC Editor/CSharp_MARC Editor.csproj
index c9014b6..29a3bee 100644
--- a/CSharp_MARC Editor/CSharp_MARC Editor.csproj	
+++ b/CSharp_MARC Editor/CSharp_MARC Editor.csproj	
@@ -33,8 +33,8 @@
     <ProductName>CSharp_MARC Editor</ProductName>
     <PublisherName>Mattie Schraeder</PublisherName>
     <SuiteName>csharpmarc.net</SuiteName>
-    <ApplicationRevision>1</ApplicationRevision>
-    <ApplicationVersion>2017.08.18.%2a</ApplicationVersion>
+    <ApplicationRevision>3</ApplicationRevision>
+    <ApplicationVersion>2018.02.19.%2a</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
     <PublishWizardCompleted>true</PublishWizardCompleted>
     <BootstrapperEnabled>true</BootstrapperEnabled>
@@ -114,6 +114,10 @@
   <PropertyGroup>
     <ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl>
   </PropertyGroup>
+  <PropertyGroup>
+    <ManifestKeyFile>
+    </ManifestKeyFile>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
       <HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll</HintPath>
@@ -253,6 +257,7 @@
     <Content Include="MARC.db">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
+    <None Include="CSharp_MARC Editor_TemporaryKey.pfx" />
     <None Include="CSharp_MARC.pfx" />
     <None Include="MARCDataSet.xsc">
       <DependentUpon>MARCDataSet.xsd</DependentUpon>
diff --git a/CSharp_MARC Editor/Properties/AssemblyInfo.cs b/CSharp_MARC Editor/Properties/AssemblyInfo.cs
index d2f7a81..b74d90a 100644
--- a/CSharp_MARC Editor/Properties/AssemblyInfo.cs	
+++ b/CSharp_MARC Editor/Properties/AssemblyInfo.cs	
@@ -59,5 +59,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("2017.08.18.0")]
-[assembly: AssemblyFileVersion("2017.08.18.0")]
+[assembly: AssemblyVersion("2018.02.19.0")]
+[assembly: AssemblyFileVersion("2018.02.19.0")]
diff --git a/CSharp_MARC Tests/Properties/AssemblyInfo.cs b/CSharp_MARC Tests/Properties/AssemblyInfo.cs
index b58baaf..5300fda 100644
--- a/CSharp_MARC Tests/Properties/AssemblyInfo.cs	
+++ b/CSharp_MARC Tests/Properties/AssemblyInfo.cs	
@@ -57,5 +57,5 @@
 //
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("2016.04.21.0")]
-[assembly: AssemblyFileVersion("2016.04.21.0")]
+[assembly: AssemblyVersion("2018.02.19.0")]
+[assembly: AssemblyFileVersion("2018.02.19.0")]
diff --git a/CSharp_MARC/Properties/AssemblyInfo.cs b/CSharp_MARC/Properties/AssemblyInfo.cs
index a3ab832..9e18197 100644
--- a/CSharp_MARC/Properties/AssemblyInfo.cs
+++ b/CSharp_MARC/Properties/AssemblyInfo.cs
@@ -36,7 +36,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Bound To Stay Bound Books")]
 [assembly: AssemblyProduct("CSharp_MARC")]
-[assembly: AssemblyCopyright("Copyright © Mattie Schraeder and Bound To Stay Bound Books 2009-2016")]
+[assembly: AssemblyCopyright("Copyright © Mattie Schraeder and Bound To Stay Bound Books 2009-2018")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -57,5 +57,5 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("2016.06.05.0")]
-[assembly: AssemblyFileVersion("2016.06.05.0")]
+[assembly: AssemblyVersion("2018.02.19.0")]
+[assembly: AssemblyFileVersion("2018.02.19.0")]