Skip to content

Commit

Permalink
Merge pull request #7 from zxeltor/feature/Input
Browse files Browse the repository at this point in the history
Update assemblies and installer to 4.0.2
  • Loading branch information
zxeltor authored Jan 23, 2022
2 parents 27b9d83 + 54329c5 commit 61c6750
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions StarTrekNut.Setup/StarTrekNut.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -742,15 +742,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Voice Command Interface"
"ProductCode" = "8:{F0286FAE-BEB7-49DD-BAB0-EDB840E3EEC5}"
"PackageCode" = "8:{B5FC10A2-88BF-4CFA-BA1A-B606E2A4E395}"
"ProductCode" = "8:{EBEAA4B1-58CA-411F-9CC0-40E30DFD6F4C}"
"PackageCode" = "8:{FC272ABD-734D-4EC5-90FD-6840BBBD297A}"
"UpgradeCode" = "8:{24F84DF6-EB76-4D4E-B0B1-DFAAF96671FD}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:4.0.1"
"ProductVersion" = "8:4.0.2"
"Manufacturer" = "8:Zxeltor"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.starfleet.engineer/projects"
Expand Down
4 changes: 2 additions & 2 deletions StarTrekNut.Utils/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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("4.0.2.0")]
[assembly: AssemblyFileVersion("4.0.2.0")]
4 changes: 2 additions & 2 deletions StarTrekNut.VoiceCom.Lib/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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("4.0.2.0")]
[assembly: AssemblyFileVersion("4.0.2.0")]
4 changes: 2 additions & 2 deletions StarTrekNut.VoiceCom.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.0.2.0")]
[assembly: AssemblyFileVersion("4.0.2.0")]

0 comments on commit 61c6750

Please sign in to comment.