couple of fixes

This commit is contained in:
Dimitrij
2023-03-10 23:00:05 +00:00
parent 4b67fcb0d4
commit 93fe32491b
4 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
using System; using System;
using System.Linq; using System.Linq;
using System.Runtime.Versioning;
using System.Windows.Forms; using System.Windows.Forms;
using mRemoteNG.Config.Connections; using mRemoteNG.Config.Connections;
using mRemoteNG.Config.DataProviders; using mRemoteNG.Config.DataProviders;
@@ -17,6 +18,7 @@ using mRemoteNG.UI.Forms;
namespace mRemoteNG.App namespace mRemoteNG.App
{ {
[SupportedOSPlatform("windows")]
public static class Export public static class Export
{ {
public static void ExportToFile(ConnectionInfo selectedNode, ConnectionTreeModel connectionTreeModel) public static void ExportToFile(ConnectionInfo selectedNode, ConnectionTreeModel connectionTreeModel)

View File

@@ -15,8 +15,8 @@ using System.Resources;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
// Version information // Version information
[assembly: AssemblyVersion("1.77.3.1821")] [assembly: AssemblyVersion("1.77.3.1826")]
[assembly: AssemblyFileVersion("1.77.3.1821")] [assembly: AssemblyFileVersion("1.77.3.1826")]
[assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1821)")] [assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1826)")]

View File

@@ -6,9 +6,11 @@ using mRemoteNG.App;
using mRemoteNG.Container; using mRemoteNG.Container;
using mRemoteNG.Themes; using mRemoteNG.Themes;
using mRemoteNG.Resources.Language; using mRemoteNG.Resources.Language;
using System.Runtime.Versioning;
namespace mRemoteNG.UI.Window namespace mRemoteNG.UI.Window
{ {
[SupportedOSPlatform("windows")]
public partial class ActiveDirectoryImportWindow : BaseWindow public partial class ActiveDirectoryImportWindow : BaseWindow
{ {
private string _currentDomain; private string _currentDomain;

View File

@@ -120,6 +120,9 @@
<Component Id="cmp6107C12C2A55CB8E7E97FF2C9A33F385" Directory="INSTALLDIR" Guid="*"> <Component Id="cmp6107C12C2A55CB8E7E97FF2C9A33F385" Directory="INSTALLDIR" Guid="*">
<File Id="fil135F9AEEB4A74E1EE438100986E97C41" KeyPath="yes" Source="$(var.HarvestPath)\Microsoft.Xaml.Behaviors.dll" /> <File Id="fil135F9AEEB4A74E1EE438100986E97C41" KeyPath="yes" Source="$(var.HarvestPath)\Microsoft.Xaml.Behaviors.dll" />
</Component> </Component>
<Component Id="cmp6D79B55FE813E3B9698C5EC94C61A3ED" Directory="INSTALLDIR" Guid="*">
<File Id="filEAE7ACD0CC39325A589F2853F7C77C6A" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG-Installer-1.77.3 (Nightly Build 1824).msi" />
</Component>
<Component Id="cmp41D33384103998013724F7507BE537A3" Directory="INSTALLDIR" Guid="*"> <Component Id="cmp41D33384103998013724F7507BE537A3" Directory="INSTALLDIR" Guid="*">
<File Id="filD409F3953DFE64FEE2FDC4460BD98297" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG.deps.json" /> <File Id="filD409F3953DFE64FEE2FDC4460BD98297" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG.deps.json" />
</Component> </Component>