Skip to content

Commit 0980654

Browse files
authored
Update version number from 2.3.0 to 2.4.0 and update NuGet Packages (#288)
1 parent 21af0c2 commit 0980654

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Emrald_Site/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
//
3434
// You can specify all the values or you can default the Revision and Build Numbers
3535
// by using the '*' as shown below:
36-
[assembly: AssemblyVersion("2.3.0.0")]
37-
[assembly: AssemblyFileVersion("2.3.0.0")]
36+
[assembly: AssemblyVersion("2.4.0.0")]
37+
[assembly: AssemblyFileVersion("2.4.0.0")]

Emrald_Site/index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</script>
2121

2222
@{
23-
string version = "2.3.0";
23+
string version = "2.4.0";
2424
}
2525

2626
<script src="scripts/jquery/jquery-2.1.4.min.js?v=@version"></script>

Emrald_Site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 id="project_name" style="margin: 0;"></h1>
8080
</div>
8181

8282
<div class="footer">
83-
EMRALD version 2.3.0
83+
EMRALD version 2.4.0
8484
</div>
8585
</body>
8686

Emrald_Site/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.AspNet.Identity.Core" version="2.2.3" targetFramework="net452" />
3+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.4" targetFramework="net452" />
44
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net452" />
55
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net452" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net452" />

0 commit comments

Comments
 (0)