diff --git a/Plane.FormationCreator/App.xaml b/Plane.FormationCreator/App.xaml index 620528d..0c08436 100644 --- a/Plane.FormationCreator/App.xaml +++ b/Plane.FormationCreator/App.xaml @@ -11,14 +11,23 @@ ShutdownMode="OnMainWindowClose"> - - + + + + FalseKey="DisconnectIcon" + TrueKey="ConnectIcon" /> diff --git a/Plane.FormationCreator/MainWindow.xaml b/Plane.FormationCreator/MainWindow.xaml index ec1b8f4..efc6a93 100644 --- a/Plane.FormationCreator/MainWindow.xaml +++ b/Plane.FormationCreator/MainWindow.xaml @@ -278,9 +278,9 @@ - + - + diff --git a/Plane.FormationCreator/Properties/AssemblyInfo.cs b/Plane.FormationCreator/Properties/AssemblyInfo.cs index a853eeb..863459f 100644 --- a/Plane.FormationCreator/Properties/AssemblyInfo.cs +++ b/Plane.FormationCreator/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("北京飞行魔方科技有限公司")] [assembly: AssemblyProduct("无人机编队地面控制系统")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,5 @@ using System.Windows; // 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("2.1.0.*")] -[assembly: AssemblyFileVersion("2.1.0.0")] +[assembly: AssemblyVersion("2.2.0.*")] +[assembly: AssemblyFileVersion("2.2.0.0")]