chore(release): 1.24.3

## [1.24.3](https://gitlab.com/oceanbox/Poseidon/compare/v1.24.2...v1.24.3) (2025-10-02)

### Bug Fixes

* Remove client from archivist cli and use correct path ([60a47b0](60a47b0308))
This commit is contained in:
semantic-release-bot
2025-10-02 14:27:50 +00:00
parent 60a47b0308
commit d7b373630c
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.24.3](https://gitlab.com/oceanbox/Poseidon/compare/v1.24.2...v1.24.3) (2025-10-02)
### Bug Fixes
* Remove client from archivist cli and use correct path ([60a47b0](https://gitlab.com/oceanbox/Poseidon/commit/60a47b030801c6fc36f3d7599455624058e9c075))
## [1.24.2](https://gitlab.com/oceanbox/Poseidon/compare/v1.24.1...v1.24.2) (2025-10-02)

View File

@@ -1 +1 @@
1.24.2
1.24.3

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Version>1.24.2</Version>
<Version>1.24.3</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="../../.build/Helpers.fs"/>

View File

@@ -9,7 +9,7 @@
<PackageId>Oceanbox.ServerPack</PackageId>
<Authors/>
<Company/>
<Version>1.24.2</Version>
<Version>1.24.3</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Observer.fs"/>