Skip to content

Commit

Permalink
Prepare 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daleghent committed Oct 8, 2024
1 parent f205a95 commit a70fe81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Ground Station

## 2.4.1.0 - 2024-10-07
* Fixed an issue with *Send HTTP Request* where device-related tokens in POST bodies were not processed due to a missing metadata object

## 2.4.0.0 - 2024-03-01
* Fixed parsing of `FORMAT_DATETIME` tokens when used on the same line as another token
* Small optimizations for all token regular expressions
Expand Down
7 changes: 4 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: AssemblyVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("Ground Station")]
Expand Down Expand Up @@ -83,7 +83,8 @@ Information about your session or any failures may be inserted into the messages
* Most services require an Internet connection in order to function
* I do not provide in-depth technical support or training for the services themselves
* Ground Station is provided 'as is' under the terms of the [Mozilla Public License 2.0](https://github.com/daleghent/nina-plugins/blob/main/LICENSE.txt)
* Source code for this plugin is available in my NINA plugins [source code repository](https://github.com/daleghent/nina-plugins)")]
* Source code for this plugin is available in my NINA plugins [source code repository](https://github.com/daleghent/nina-plugins)
* If you would like, you may [buy me a coffee](https://buymeacoffee.com/daleghent)")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit a70fe81

Please sign in to comment.