Skip to content

Commit

Permalink
Update NINA nugets to 2.0 37
Browse files Browse the repository at this point in the history
  • Loading branch information
daleghent committed Jan 30, 2022
1 parent a7022e2 commit 04ab809
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions Ground Station.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,37 +178,37 @@
<Version>3.1.1</Version>
</PackageReference>
<PackageReference Include="NINA.Astrometry">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Core">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Equipment">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Image">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.MGEN">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.PlateSolving">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Plugin">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Profile">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.Sequencer">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINA.WPF.Base">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="NINACustomControlLibrary">
<Version>2.0.0.2021-beta</Version>
<Version>2.0.0.2037-beta</Version>
</PackageReference>
<PackageReference Include="PushoverNET">
<Version>1.0.28</Version>
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 04ab809

Please sign in to comment.