Skip to content

Commit

Permalink
Stage for release
Browse files Browse the repository at this point in the history
  • Loading branch information
afrozenpeach committed Feb 20, 2018
1 parent 9671701 commit 32b9842
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CSharp_MARC Editor/CSharp_MARC Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions CSharp_MARC Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions CSharp_MARC Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions CSharp_MARC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

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

0 comments on commit 32b9842

Please sign in to comment.