Skip to content

Commit

Permalink
Update version to 1.3.2 and create installer for release (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvisionative authored Apr 24, 2019
1 parent 1a97780 commit 70d772f
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.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]
[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyFileVersion("1.3.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.3.1"
"latestVersion": "1.3.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:{D2F6DA3F-C4FB-4D59-AB0D-372703C4461A}"
"PackageCode" = "8:{078868FB-D515-4A1D-AEDD-17A65EADCA14}"
"ProductCode" = "8:{C0F0A84F-D3EF-4E6B-A1D0-ED353030B83B}"
"PackageCode" = "8:{210CD4E6-462C-44FA-A3C1-8E238B29D2F9}"
"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.3.1"
"ProductVersion" = "8:1.3.2"
"Manufacturer" = "8:nvisionative"
"ARPHELPTELEPHONE" = "8:704-248-7968"
"ARPHELPLINK" = "8:https://github.com/nvisionative/DNNQuickSite/issues"
Expand Down

0 comments on commit 70d772f

Please sign in to comment.