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 ec764e4 commit 9af036c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CSharp_MARC Editor/CSharp_MARC Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PublisherName>Mattie Schraeder</PublisherName>
<SuiteName>csharpmarc.net</SuiteName>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>2018.02.19.%2a</ApplicationVersion>
<ApplicationVersion>2018.02.20.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
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("2018.02.19.0")]
[assembly: AssemblyFileVersion("2018.02.19.0")]
[assembly: AssemblyVersion("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.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("2018.02.19.0")]
[assembly: AssemblyFileVersion("2018.02.19.0")]
[assembly: AssemblyVersion("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.0")]
4 changes: 2 additions & 2 deletions CSharp_MARC/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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2018.02.19.0")]
[assembly: AssemblyFileVersion("2018.02.19.0")]
[assembly: AssemblyVersion("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.0")]

0 comments on commit 9af036c

Please sign in to comment.