Skip to content

Commit 6d12e71

Browse files
authored
Merge pull request #400 from david-poindexter/release-020500
Update version for 2.5.0 release
2 parents 3ffe0f6 + c2b56e5 commit 6d12e71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nvQuickSite/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("2.4.0")]
53-
[assembly: AssemblyFileVersion("2.4.0")]
52+
[assembly: AssemblyVersion("2.5.0")]
53+
[assembly: AssemblyFileVersion("2.5.0")]
5454
[assembly: NeutralResourcesLanguage("en")]

nvQuickSite/data/latestVersion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latestVersion": "2.4.0"
2+
"latestVersion": "2.5.0"
33
}

0 commit comments

Comments
 (0)