chore(release): 1.6.0

# [1.6.0](https://gitlab.com/oceanbox/fornix/compare/v1.5.1...v1.6.0) (2025-12-19)

### Features

* update to always enable pgsql and add readme ([7bf938a](7bf938a249))
This commit is contained in:
semantic-release-bot
2025-12-19 15:18:06 +00:00
parent 7bf938a249
commit 4aee115bf4
5 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
# [1.6.0](https://gitlab.com/oceanbox/fornix/compare/v1.5.1...v1.6.0) (2025-12-19)
### Features
* update to always enable pgsql and add readme ([7bf938a](https://gitlab.com/oceanbox/fornix/commit/7bf938a249db6f064fe7d126685fc91a952c8ac8))
## [1.5.1](https://gitlab.com/oceanbox/fornix/compare/v1.5.0...v1.5.1) (2025-12-19)

View File

@@ -1 +1 @@
1.5.1
1.6.0

View File

@@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<DefineConstants>FABLE_COMPILER</DefineConstants>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Version>1.5.1</Version>
<Version>1.6.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Shared/Shared.fsproj"/>

View File

@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Version>1.5.1</Version>
<Version>1.6.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Shared/Shared.fsproj"/>

View File

@@ -3,7 +3,7 @@
<OutputType>Lib</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Version>1.5.1</Version>
<Version>1.6.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fable.Browser.Dom" Version="2.20.0"/>