Skip to content

Commit

Permalink
Update version to 1.4.2 and create installer for release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter authored May 10, 2020
1 parent d54f2ce commit 7d61ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nvQuickSite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// 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.4.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyVersion("1.4.2")]
[assembly: AssemblyFileVersion("1.4.2")]

2 changes: 1 addition & 1 deletion nvQuickSite/data/latestVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latestVersion": "1.4.1"
"latestVersion": "1.4.2"
}
6 changes: 3 additions & 3 deletions nvQuickSiteInstaller/nvQuickSiteInstaller.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -736,15 +736,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:nvQuickSite"
"ProductCode" = "8:{3152D081-2DD8-495E-8A9F-5C02277B6F7A}"
"PackageCode" = "8:{E52A0A4D-9927-4C5B-BB29-A67CC9C3D63E}"
"ProductCode" = "8:{DDEB30A8-0FF3-4944-ABFD-DC5197BA8B6B}"
"PackageCode" = "8:{48DD705C-BA47-4E25-B5B8-75B80653108A}"
"UpgradeCode" = "8:{C2643FC9-C49A-498F-B094-203933EBB97E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.4.1"
"ProductVersion" = "8:1.4.2"
"Manufacturer" = "8:nvisionative"
"ARPHELPTELEPHONE" = "8:704-248-7968"
"ARPHELPLINK" = "8:https://github.com/nvisionative/DNNQuickSite/issues"
Expand Down

0 comments on commit 7d61ea9

Please sign in to comment.