Skip to content

Commit

Permalink
Merge pull request #8 from lucidcode/update-installer-framework
Browse files Browse the repository at this point in the history
Update installer framework
  • Loading branch information
IAmCoder committed May 1, 2022
2 parents f84c7d5 + b90c033 commit 702f20c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Halovision/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
[assembly: AssemblyVersion("1.1.5.0")]
[assembly: AssemblyFileVersion("1.1.5.0")]
14 changes: 7 additions & 7 deletions Installer/Lucid Scribe Halovision.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -2825,10 +2825,10 @@
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Net.Framework.3.5.SP1"
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.8"
{
"Name" = "8:.NET Framework 3.5 SP1"
"ProductCode" = "8:Microsoft.Net.Framework.3.5.SP1"
"Name" = "8:Microsoft .NET Framework 4.8 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.8"
}
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1"
{
Expand Down Expand Up @@ -2858,7 +2858,7 @@
{
"Name" = "8:.NET Framework"
"Message" = "8:[VSDNETMSG]"
"FrameworkVersion" = "8:3.5.30729 "
"FrameworkVersion" = "8:3.5.30729 "
"AllowLaterVersions" = "11:FALSE"
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=76617"
}
Expand Down Expand Up @@ -10813,15 +10813,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Lucid Scribe Halovision"
"ProductCode" = "8:{2A939E32-2F73-4396-9F87-6BDAAF9B555A}"
"PackageCode" = "8:{D2CA9322-8E18-47D8-A5BE-213B5A7ADCB1}"
"ProductCode" = "8:{88AB19BE-62E9-4FCC-B010-7EBF89EB4B78}"
"PackageCode" = "8:{4A38A2EF-0D8B-4B34-86C4-6374211E1AFA}"
"UpgradeCode" = "8:{CAAB2187-AD23-435C-A3DB-568744247625}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1.4"
"ProductVersion" = "8:1.1.5"
"Manufacturer" = "8:lucidcode"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"
Expand Down

0 comments on commit 702f20c

Please sign in to comment.