Skip to content

Commit

Permalink
v2024.7.0 Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJMcGuire committed Jul 19, 2024
1 parent 71f24ac commit 07400fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v2024.7.0] - 2024-07-19

### Changed

- Upgraded MQTT and JSON packages.

## [v2023.12.1] - 2023-12-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Actron Que/Neo Air Conditioner",
"version": "2023.12.1",
"version": "2024.7.0",
"slug": "hass-actronque",
"description": "An add-on for Actron Air Conditioners using the Actron Que or Neo modules.",
"url": "https://github.com/MikeJMcGuire/hass-actronque",
Expand Down
2 changes: 1 addition & 1 deletion hass-actronque/Resources/BuildDate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed 20/12/2023
Fri 19/07/2024
3 changes: 2 additions & 1 deletion hass-actronque/hass-actronque.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.3.952" />
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.6.1152" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 07400fb

Please sign in to comment.