From 6c298019570084187be91735e16d38d4aadfc471 Mon Sep 17 00:00:00 2001 From: "sushi.at" Date: Tue, 19 Dec 2023 19:28:13 +0000 Subject: [PATCH] Added changelog and bumped version --- .../Properties/AssemblyInfo.cs | 4 ++-- OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj | 10 ++++++++-- OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs | 4 ++-- OpenSky.Agent.Simulator/packages.config | 6 +++--- OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs | 4 ++-- OpenSky.Agent/OpenSky.Agent.csproj | 6 +++--- OpenSky.Agent/Properties/AssemblyInfo.cs | 4 ++-- changelog.txt | 5 +++++ 8 files changed, 27 insertions(+), 16 deletions(-) diff --git a/OpenSky.Agent.SimConnectMSFS/Properties/AssemblyInfo.cs b/OpenSky.Agent.SimConnectMSFS/Properties/AssemblyInfo.cs index 77e9a3c..ef8bbc7 100644 --- a/OpenSky.Agent.SimConnectMSFS/Properties/AssemblyInfo.cs +++ b/OpenSky.Agent.SimConnectMSFS/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("1f9cbede-669d-4510-bca2-e6ad29d6a498")] -[assembly: AssemblyVersion("0.5.10")] -[assembly: AssemblyFileVersion("0.5.10")] +[assembly: AssemblyVersion("0.5.11")] +[assembly: AssemblyFileVersion("0.5.11")] diff --git a/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj b/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj index 0762a6b..ddc93e4 100644 --- a/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj +++ b/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj @@ -56,8 +56,14 @@ - - ..\packages\Syncfusion.SfProgressBar.WPF.23.2.7\lib\net46\Syncfusion.SfProgressBar.WPF.dll + + ..\packages\Syncfusion.Licensing.24.1.41\lib\net46\Syncfusion.Licensing.dll + + + ..\packages\Syncfusion.SfProgressBar.WPF.24.1.41\lib\net46\Syncfusion.SfProgressBar.WPF.dll + + + ..\packages\Syncfusion.Shared.WPF.24.1.41\lib\net46\Syncfusion.Shared.WPF.dll diff --git a/OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs b/OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs index da1b1cd..c2a0b1c 100644 --- a/OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs +++ b/OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs @@ -18,6 +18,6 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("30c467e8-2eee-41e5-be01-0142a61ba171")] -[assembly: AssemblyVersion("0.5.10")] -[assembly: AssemblyFileVersion("0.5.10")] +[assembly: AssemblyVersion("0.5.11")] +[assembly: AssemblyFileVersion("0.5.11")] [assembly: InternalsVisibleTo("OpenSky.Agent")] diff --git a/OpenSky.Agent.Simulator/packages.config b/OpenSky.Agent.Simulator/packages.config index 7376c9b..552a7c3 100644 --- a/OpenSky.Agent.Simulator/packages.config +++ b/OpenSky.Agent.Simulator/packages.config @@ -6,9 +6,9 @@ - - - + + + \ No newline at end of file diff --git a/OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs b/OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs index 5b54ffe..d0c3093 100644 --- a/OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs +++ b/OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("dfbda2b8-5775-4766-be86-d729fcf20de1")] -[assembly: AssemblyVersion("0.5.10")] -[assembly: AssemblyFileVersion("0.5.10")] +[assembly: AssemblyVersion("0.5.11")] +[assembly: AssemblyFileVersion("0.5.11")] diff --git a/OpenSky.Agent/OpenSky.Agent.csproj b/OpenSky.Agent/OpenSky.Agent.csproj index 8e0bc11..7ce8f62 100644 --- a/OpenSky.Agent/OpenSky.Agent.csproj +++ b/OpenSky.Agent/OpenSky.Agent.csproj @@ -392,13 +392,13 @@ 0.1.8 - 23.2.7 + 24.1.41 - 23.2.7 + 24.1.41 - 23.2.7 + 24.1.41 2.10.0 diff --git a/OpenSky.Agent/Properties/AssemblyInfo.cs b/OpenSky.Agent/Properties/AssemblyInfo.cs index 2e37f1b..0dcbb01 100644 --- a/OpenSky.Agent/Properties/AssemblyInfo.cs +++ b/OpenSky.Agent/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("0.5.10")] -[assembly: AssemblyFileVersion("0.5.10")] +[assembly: AssemblyVersion("0.5.11")] +[assembly: AssemblyFileVersion("0.5.11")] // This allows us to detect debug mode in XAML #if DEBUG diff --git a/changelog.txt b/changelog.txt index a72218c..f1dd190 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,11 @@ OpenSky Flight Tracking Agent Changelog ====================================================================================== +-------------------------------------------------------------------------------------- +Version 0.5.11 (ALPHA5) +-------------------------------------------------------------------------------------- +- Added notifications + -------------------------------------------------------------------------------------- Version 0.5.10 (ALPHA5) --------------------------------------------------------------------------------------