Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
afrozenpeach committed May 22, 2017
1 parent 7050bad commit 0130b01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CSharp_MARC Editor/CSharp_MARC Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PublisherName>Mattie Schraeder-Urbanowicz</PublisherName>
<SuiteName>csharpmarc.net</SuiteName>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2016.08.03.%2a</ApplicationVersion>
<ApplicationVersion>2017.05.22.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -105,6 +105,9 @@
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup>
<ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
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("2016.08.03.0")]
[assembly: AssemblyFileVersion("2016.08.03.0")]
[assembly: AssemblyVersion("2017.05.22.0")]
[assembly: AssemblyFileVersion("2017.05.22.0")]

0 comments on commit 0130b01

Please sign in to comment.