Skip to content

Commit

Permalink
Added changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Dec 19, 2023
1 parent 2075451 commit 6c29801
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
4 changes: 2 additions & 2 deletions OpenSky.Agent.SimConnectMSFS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
10 changes: 8 additions & 2 deletions OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Syncfusion.SfProgressBar.WPF, Version=23.2460.7.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.SfProgressBar.WPF.23.2.7\lib\net46\Syncfusion.SfProgressBar.WPF.dll</HintPath>
<Reference Include="Syncfusion.Licensing, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Licensing.24.1.41\lib\net46\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfProgressBar.WPF, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.SfProgressBar.WPF.24.1.41\lib\net46\Syncfusion.SfProgressBar.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Shared.WPF, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Shared.WPF.24.1.41\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
4 changes: 2 additions & 2 deletions OpenSky.Agent.Simulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions OpenSky.Agent.Simulator/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<package id="MSFT.ParallelExtensionsExtras" version="1.2.0" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
<package id="OpenSky.FlightLogXML" version="0.1.8" targetFramework="net48" />
<package id="Syncfusion.Licensing" version="23.2.7" targetFramework="net48" />
<package id="Syncfusion.SfProgressBar.WPF" version="23.2.7" targetFramework="net48" />
<package id="Syncfusion.Shared.WPF" version="23.2.7" targetFramework="net48" />
<package id="Syncfusion.Licensing" version="24.1.41" targetFramework="net48" />
<package id="Syncfusion.SfProgressBar.WPF" version="24.1.41" targetFramework="net48" />
<package id="Syncfusion.Shared.WPF" version="24.1.41" targetFramework="net48" />
<package id="TomsToolbox.Essentials" version="2.10.0" targetFramework="net48" />
<package id="XDMessaging.Lite" version="5.0.6" targetFramework="net48" />
</packages>
4 changes: 2 additions & 2 deletions OpenSky.Agent.UdpXPlane11/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions OpenSky.Agent/OpenSky.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@
<Version>0.1.8</Version>
</PackageReference>
<PackageReference Include="Syncfusion.SfChart.WPF">
<Version>23.2.7</Version>
<Version>24.1.41</Version>
</PackageReference>
<PackageReference Include="Syncfusion.SfProgressBar.WPF">
<Version>23.2.7</Version>
<Version>24.1.41</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Themes.MaterialDark.WPF">
<Version>23.2.7</Version>
<Version>24.1.41</Version>
</PackageReference>
<PackageReference Include="TomsToolbox.Wpf">
<Version>2.10.0</Version>
Expand Down
4 changes: 2 additions & 2 deletions OpenSky.Agent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
OpenSky Flight Tracking Agent Changelog
======================================================================================

--------------------------------------------------------------------------------------
Version 0.5.11 (ALPHA5)
--------------------------------------------------------------------------------------
- Added notifications

--------------------------------------------------------------------------------------
Version 0.5.10 (ALPHA5)
--------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6c29801

Please sign in to comment.