Skip to content

Commit

Permalink
Version info added.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratbaseren committed Dec 7, 2018
1 parent 101acc3 commit 545921b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MyEvernote.WebApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MyEvernote.WebApp")]
[assembly: AssemblyTitle("Udemy My Evernote Sample Project")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MyEvernote.WebApp")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCompany("K. Murat Başeren")]
[assembly: AssemblyProduct("Udemy My Evernote Sample Project")]
[assembly: AssemblyCopyright("Copyright By K. Murat Başeren © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
5 changes: 5 additions & 0 deletions MyEvernote.WebApp/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<li>
@Bootstrap.LinkMenu("/Home/About", "info-sign", " Hakkımızda")
</li>
<li>
<a href="javascript:void(0)">
Version : @(System.Reflection.Assembly.GetAssembly(typeof(MvcApplication))?.GetName().Version.ToString())
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
@if (CurrentSession.User == null)
Expand Down

0 comments on commit 545921b

Please sign in to comment.