Lib updates + small changes

This commit is contained in:
Dimitrij
2024-11-12 11:47:47 +00:00
parent bd21b85de7
commit 207beaee12
8 changed files with 12 additions and 11 deletions

View File

@@ -15,8 +15,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.400.44" /> <PackageReference Include="AWSSDK.Core" Version="3.7.400.48" />
<PackageReference Include="AWSSDK.EC2" Version="3.7.414.1" /> <PackageReference Include="AWSSDK.EC2" Version="3.7.414.5" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" /> <PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup> </ItemGroup>

View File

@@ -13,7 +13,7 @@ namespace mRemoteNG.App.Info
[SupportedOSPlatform("windows")] [SupportedOSPlatform("windows")]
public static class GeneralAppInfo public static class GeneralAppInfo
{ {
public const string UrlHome = "https://www.mremoteng.org"; public const string UrlHome = "https://mremoteng.org";
public const string UrlDonate = "https://mremoteng.org/contribute"; public const string UrlDonate = "https://mremoteng.org/contribute";
public const string UrlForum = "https://www.reddit.com/r/mRemoteNG"; public const string UrlForum = "https://www.reddit.com/r/mRemoteNG";
public const string UrlBugs = "https://bugs.mremoteng.org"; public const string UrlBugs = "https://bugs.mremoteng.org";

View File

@@ -36,7 +36,7 @@ namespace mRemoteNG.Connection.Protocol.RDP
*/ */
private MsRdpClient6NotSafeForScripting _rdpClient; // lowest version supported private MsRdpClient6NotSafeForScripting _rdpClient; // lowest version supported
protected virtual RdpVersion RdpProtocolVersion => RDP.RdpVersion.Rdc6; protected virtual RdpVersion RdpProtocolVersion => RDP.RdpVersion.Rdc12;
protected ConnectionInfo connectionInfo; protected ConnectionInfo connectionInfo;
protected Version RdpVersion; protected Version RdpVersion;
private readonly DisplayProperties _displayProperties; private readonly DisplayProperties _displayProperties;

View File

@@ -8,6 +8,7 @@
Rdc9, Rdc9,
Rdc10, Rdc10,
Rdc11, Rdc11,
Rdc12,
Highest = 1000 Highest = 1000
} }
} }

View File

@@ -18,10 +18,10 @@ using System.Resources;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
// Version information // Version information
[assembly: AssemblyVersion("1.77.3.2717")] [assembly: AssemblyVersion("1.77.3.2733")]
[assembly: AssemblyFileVersion("1.77.3.2717")] [assembly: AssemblyFileVersion("1.77.3.2733")]
[assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 2717)")] [assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 2733)")]
// Logging // Logging
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]

View File

@@ -95,7 +95,7 @@
<PackageReference Include="DockPanelSuite" Version="3.1.1" /> <PackageReference Include="DockPanelSuite" Version="3.1.1" />
<PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.1" /> <PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.1" />
<PackageReference Include="LiteDB" Version="5.0.21" /> <PackageReference Include="LiteDB" Version="5.0.21" />
<PackageReference Include="log4net" Version="3.0.2" /> <PackageReference Include="log4net" Version="3.0.3" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" /> <PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" /> <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2849.39" /> <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2849.39" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Include> <Include>
<?define ProductName = "mRemoteNG" ?> <?define ProductName = "mRemoteNG" ?>
<?define Company = "Next Generation Software" ?> <?define Company = "Profi-Kom Ltd." ?>
<?define UpgradeCode = "dd678a54-ca75-4791-8dfe-d818095684f8" ?> <?define UpgradeCode = "dd678a54-ca75-4791-8dfe-d818095684f8" ?>
<?define ProductCode = "*" ?> <?define ProductCode = "*" ?>
<?define ProductVersion = "!(bind.FileVersion.MainExeFile)" ?> <?define ProductVersion = "!(bind.FileVersion.MainExeFile)" ?>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<?include $(sys.CURRENTDIR)Includes\Config.wxi?> <?include $(sys.CURRENTDIR)Includes\Config.wxi?>
<Product Name="$(var.ProductNameWithPlatform)" Manufacturer="Next Generation Software" <Product Name="$(var.ProductNameWithPlatform)" Manufacturer="Profi-Kom Ltd."
Version="$(var.ProductVersion)" Version="$(var.ProductVersion)"
Id="$(var.ProductCode)" Id="$(var.ProductCode)"
UpgradeCode="$(var.UpgradeCode)" UpgradeCode="$(var.UpgradeCode)"
@@ -12,7 +12,7 @@
<Binary Id="CustomActions.CA.dll" SourceFile="$(var.SolutionDir)mRemoteNGInstaller\CustomActions\bin\x64\$(var.Configuration)\CustomActions.CA.dll" /> <Binary Id="CustomActions.CA.dll" SourceFile="$(var.SolutionDir)mRemoteNGInstaller\CustomActions\bin\x64\$(var.Configuration)\CustomActions.CA.dll" />
<Property Id="MsiLogging" Value="v" /> <Property Id="MsiLogging" Value="v" />
<Property Id="ARPPRODUCTICON" Value="AppIcon.ico" /> <Property Id="ARPPRODUCTICON" Value="AppIcon.ico" />
<Property Id="ARPHELPLINK" Value="http://www.mremoteng.org" /> <Property Id="ARPHELPLINK" Value="http://mremoteng.org" />
<SetProperty Id="ARPINSTALLLOCATION" Value="[INSTALLDIR]" After="CostFinalize" /> <SetProperty Id="ARPINSTALLLOCATION" Value="[INSTALLDIR]" After="CostFinalize" />
<Property Id="MAINEXE" Value="$(var.ExeProcessName)" /> <Property Id="MAINEXE" Value="$(var.ExeProcessName)" />
<Property Id="INSTALLDIR"> <Property Id="INSTALLDIR">