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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user