Skip to content

Commit

Permalink
Merge pull request #14 from tcpalmer/feature/annual-anno
Browse files Browse the repository at this point in the history
fixed plugin image urls
  • Loading branch information
tcpalmer authored Nov 20, 2022
2 parents 225c1e2 + ba4bc97 commit 662e20b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
[assembly: AssemblyMetadata("License", "MPL-2.0")]
[assembly: AssemblyMetadata("LicenseURL", "https://www.mozilla.org/en-US/MPL/2.0/")]
[assembly: AssemblyMetadata("Repository", "https://github.com/tcpalmer/nina.plugin.targetplanning/")]
[assembly: AssemblyMetadata("FeaturedImageURL", "https://github.com/tcpalmer/nina.plugin.targetplanning/tree/main/NINA.Plugin.TargetPlanning/assets/target-planning-logo.png?raw=true")]
[assembly: AssemblyMetadata("ScreenshotURL", "https://github.com/tcpalmer/nina.plugin.targetplanning/tree/main/NINA.Plugin.TargetPlanning/assets/screenshot1.png?raw=true")]
[assembly: AssemblyMetadata("AltScreenshotURL", "https://github.com/tcpalmer/nina.plugin.targetplanning/tree/main/NINA.Plugin.TargetPlanning/assets/screenshot2.png?raw=true")]
[assembly: AssemblyMetadata("FeaturedImageURL", "https://raw.githubusercontent.com/tcpalmer/nina.plugin.targetplanning/main/NINA.Plugin.TargetPlanning/assets/target-planning-logo.png?raw=true")]
[assembly: AssemblyMetadata("ScreenshotURL", "https://raw.githubusercontent.com/tcpalmer/nina.plugin.targetplanning/main/NINA.Plugin.TargetPlanning/assets/screenshot1.png?raw=true")]
[assembly: AssemblyMetadata("AltScreenshotURL", "https://raw.githubusercontent.com/tcpalmer/nina.plugin.targetplanning/main/NINA.Plugin.TargetPlanning/assets/screenshot2.png?raw=true")]

[assembly: AssemblyMetadata("LongDescription", @"Target Planning is the converse of the NINA Sky Atlas. Rather than searching for multiple targets for one particular day, Target Planning takes your desired target and shows imaging options across multiple days. Various filters let you establish criteria to restrict the available imaging time based on your imaging needs and local circumstances.
Expand Down

0 comments on commit 662e20b

Please sign in to comment.