Skip to content

Commit

Permalink
update assembly versions to 2.0.0 and display version number on web a…
Browse files Browse the repository at this point in the history
…pp footer
  • Loading branch information
annaked committed Jan 20, 2018
1 parent 7bf08f0 commit a4cbb73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions (CRS) Criteria – Express Entry/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
4 changes: 2 additions & 2 deletions ExpressEntryCalculator.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
2 changes: 1 addition & 1 deletion ExpressEntryCalculator.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<footer>
<div class="col-xs-12">
<div class="pull-left">
<p>&copy; @DateTime.Now.Year - Express Entry Calculator</p>
<p>&copy; @DateTime.Now.Year - Express Entry Calculator v.2.0.0</p>
</div>
<div class=" pull-right">
<a href="https://github.com/annaked/ExpressEntryCalculator" target="_blank" title="Express Entry Calculator GitHub repo">
Expand Down

0 comments on commit a4cbb73

Please sign in to comment.