chore(release): 1.35.2

## [1.35.2](https://gitlab.com/oceanbox/Poseidon/compare/v1.35.1...v1.35.2) (2025-12-01)

### Bug Fixes

* **drifters:** reverse toggle on postdrift analysis ([563faa6](563faa6c0b))
This commit is contained in:
semantic-release-bot
2025-12-01 18:27:24 +00:00
parent 369127e081
commit 453c9d234c
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.35.2](https://gitlab.com/oceanbox/Poseidon/compare/v1.35.1...v1.35.2) (2025-12-01)
### Bug Fixes
* **drifters:** reverse toggle on postdrift analysis ([563faa6](https://gitlab.com/oceanbox/Poseidon/commit/563faa6c0bd20a7d3f184bba66ae5df340e7ef4e))
## [1.35.1](https://gitlab.com/oceanbox/Poseidon/compare/v1.35.0...v1.35.1) (2025-12-01)

View File

@@ -1 +1 @@
1.35.1
1.35.2

View File

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

View File

@@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<TargetFramework>net9.0</TargetFramework>
<PackageId>Oceanbox.ServerPack</PackageId>
<Version>1.35.1</Version>
<Version>1.35.2</Version>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>