Skip to content

Commit

Permalink
v1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
schdck committed Nov 2, 2019
1 parent 76a6c57 commit 59f5e0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions RemoteFlix.Setup/RemoteFlix.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -6082,15 +6082,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:RemoteFlix"
"ProductCode" = "8:{1B2EA73D-4445-4197-AA7D-CE40DF4A661E}"
"PackageCode" = "8:{197519ED-3207-40BE-8F55-97D82E56C087}"
"ProductCode" = "8:{D9B9DB23-04BF-4ED9-B484-A84BACB371DA}"
"PackageCode" = "8:{146BC41F-07C5-4F8C-A3D6-7C7232F8EAB8}"
"UpgradeCode" = "8:{6BD5C4A1-2B61-4F27-A693-71FB6DA8D1A9}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.1"
"ProductVersion" = "8:1.0.2"
"Manufacturer" = "8:RemoteFlix"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -6327,8 +6327,8 @@
"Type" = "3:3"
"ContextData" = "8:"
"Attributes" = "3:0"
"Setting" = "3:1"
"Value" = "8:#1202"
"Setting" = "3:2"
"Value" = "8:WARNING: This installer is conigured to create a shortcut to start this software with Windows."
"DefaultValue" = "8:#1202"
"UsePlugInResources" = "11:TRUE"
}
Expand Down Expand Up @@ -6484,8 +6484,8 @@
"Type" = "3:15"
"ContextData" = "8:"
"Attributes" = "3:0"
"Setting" = "3:1"
"Value" = "8:#1258"
"Setting" = "3:2"
"Value" = "8:The software was successfully installed on your computer."
"DefaultValue" = "8:#1258"
"UsePlugInResources" = "11:TRUE"
}
Expand Down Expand Up @@ -6582,7 +6582,7 @@
"ContextData" = "8:1;True=1;False=0"
"Attributes" = "3:0"
"Setting" = "3:0"
"Value" = "3:1"
"Value" = "3:0"
"DefaultValue" = "3:1"
"UsePlugInResources" = "11:TRUE"
}
Expand Down Expand Up @@ -6616,8 +6616,8 @@
"Type" = "3:3"
"ContextData" = "8:"
"Attributes" = "3:0"
"Setting" = "3:1"
"Value" = "8:#1202"
"Setting" = "3:2"
"Value" = "8:WARNING: This installer is conigured to create a shortcut to start this software with Windows."
"DefaultValue" = "8:#1202"
"UsePlugInResources" = "11:TRUE"
}
Expand Down
2 changes: 1 addition & 1 deletion RemoteFlix.UI.Desktop/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MainViewModel : ViewModelBase

public bool ErrorStartingServer { get; private set; }
public string ServerAddress { get; }
public string RemoteFlixVersion => "1.0-beta1";
public string RemoteFlixVersion => "1.0-beta2";
public ObservableCollection<Log> Logs { get; }

public ICommand CopyAddressToClipboardCommand { get; }
Expand Down

0 comments on commit 59f5e0c

Please sign in to comment.