From 04ab809ed991c845f44bfaf085cd62a0805e978c Mon Sep 17 00:00:00 2001 From: Dale Ghent Date: Sun, 30 Jan 2022 11:26:03 -0500 Subject: [PATCH] Update NINA nugets to 2.0 37 --- CHANGELOG.md | 1 + Ground Station.csproj | 22 +++++++++++----------- Properties/AssemblyInfo.cs | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aad5a..a85c4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.10.6.0 - 2022-01-30 * Fixed tripping over a null reference if the failing entity's Name or Category are not available +* Minimum supported NINA version is now 2.0 Beta 37 ## 1.10.5.0 - 2022-01-10 * Pushover: Reinstate the copying of the message title when cloning a **Send to Pushover** instruction diff --git a/Ground Station.csproj b/Ground Station.csproj index 4103352..e025935 100644 --- a/Ground Station.csproj +++ b/Ground Station.csproj @@ -178,37 +178,37 @@ 3.1.1 - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta - 2.0.0.2021-beta + 2.0.0.2037-beta 1.0.28 diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a8c1078..1e2132e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ [assembly: AssemblyCopyright("Copyright © 2021 Dale Ghent")] // The minimum Version of N.I.N.A. that this plugin is compatible with -[assembly: AssemblyMetadata("MinimumApplicationVersion", "2.0.0.2021")] +[assembly: AssemblyMetadata("MinimumApplicationVersion", "2.0.0.2037")] // The license your plugin code is using [assembly: AssemblyMetadata("License", "MPL-2.0")]