mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
lib upd
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AWSSDK.Core" Version="3.7.12.9" />
|
||||
<PackageReference Include="AWSSDK.EC2" Version="3.7.78.1" />
|
||||
<PackageReference Include="AWSSDK.Core" Version="3.7.12.15" />
|
||||
<PackageReference Include="AWSSDK.EC2" Version="3.7.79.2" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
8
mRemoteNG/UI/Forms/FrmAbout.Designer.cs
generated
8
mRemoteNG/UI/Forms/FrmAbout.Designer.cs
generated
@@ -1,11 +1,11 @@
|
||||
namespace mRemoteNG.UI.Forms
|
||||
{
|
||||
public partial class FrmAbout
|
||||
public partial class frmAbout
|
||||
{
|
||||
#region Windows Form Designer generated code
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
|
||||
this.pbLogo = new System.Windows.Forms.PictureBox();
|
||||
this.pnlBottom = new System.Windows.Forms.Panel();
|
||||
this.llCredits = new System.Windows.Forms.LinkLabel();
|
||||
@@ -133,7 +133,7 @@
|
||||
this.lblCopyright.Text = "Copyright";
|
||||
this.lblCopyright.UseCompatibleTextRendering = true;
|
||||
//
|
||||
// FrmAbout
|
||||
// frmAbout
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
@@ -147,7 +147,7 @@
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(20000, 10000);
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmAbout";
|
||||
this.Name = "frmAbout";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "About";
|
||||
this.TopMost = true;
|
||||
|
||||
@@ -9,11 +9,11 @@ using System.Runtime.InteropServices;
|
||||
|
||||
namespace mRemoteNG.UI.Forms
|
||||
{
|
||||
public partial class FrmAbout : Form
|
||||
public partial class frmAbout : Form
|
||||
{
|
||||
public static FrmAbout Instance { get; set; } = new FrmAbout();
|
||||
public static frmAbout Instance { get; set; } = new frmAbout();
|
||||
|
||||
private FrmAbout()
|
||||
private frmAbout()
|
||||
{
|
||||
InitializeComponent();
|
||||
Icon = Resources.ImageConverter.GetImageAsIcon(Properties.Resources.UIAboutBox_16x);
|
||||
|
||||
@@ -150,7 +150,7 @@ namespace mRemoteNG.UI.Menu
|
||||
|
||||
private void mMenInfoDonate_Click(object sender, EventArgs e) => Process.Start("explorer.exe", GeneralAppInfo.UrlDonate);
|
||||
|
||||
private void mMenInfoAbout_Click(object sender, EventArgs e) => FrmAbout.Instance.Show();
|
||||
private void mMenInfoAbout_Click(object sender, EventArgs e) => frmAbout.Instance.Show();
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<PackageReference Include="log4net" Version="2.0.14" />
|
||||
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
|
||||
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1264.42" />
|
||||
<PackageReference Include="MySql.Data" Version="8.0.29" />
|
||||
<PackageReference Include="MySql.Data" Version="8.0.30" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="ObjectListView.Official" Version="2.9.1" />
|
||||
<PackageReference Include="OpenCover" Version="4.7.1221" />
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Cucumber.Messages" Version="16.0.1" />
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.2" />
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.4" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="NUnit" Version="3.13.3" />
|
||||
<PackageReference Include="NUnit.Runners" Version="3.12.0" />
|
||||
|
||||
Reference in New Issue
Block a user