Merge branch 'main' of gitlab.com:oceanbox/fornix
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.4](https://gitlab.com/oceanbox/fornix/compare/v1.2.3...v1.2.4) (2025-12-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* minor cleanups ([2441b6d](https://gitlab.com/oceanbox/fornix/commit/2441b6d2af53d7f119452fb057a3658f2bc06076))
|
||||
|
||||
## [1.2.3](https://gitlab.com/oceanbox/fornix/compare/v1.2.2...v1.2.3) (2025-12-15)
|
||||
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ in
|
||||
just
|
||||
];
|
||||
|
||||
BUSE_URL = "http://localhost:8085";
|
||||
BASE_URL = "http://localhost:8085";
|
||||
DRUPAL_URL = "http://drupal.hel1.oceanbox.io";
|
||||
|
||||
DOTNET_ROOT = "${dotnet-sdk}/share/dotnet";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<DefineConstants>FABLE_COMPILER</DefineConstants>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
<Version>1.2.3</Version>
|
||||
<Version>1.2.4</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../Shared/Shared.fsproj"/>
|
||||
@@ -26,4 +26,4 @@
|
||||
<PackageReference Include="Thoth.Json" Version="10.4.1"/>
|
||||
<PackageReference Update="FSharp.Core" Version="10.0.101"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
<Version>1.2.3</Version>
|
||||
<Version>1.2.4</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../Shared/Shared.fsproj"/>
|
||||
@@ -42,4 +42,4 @@
|
||||
<PackageReference Include="Thoth.Json.Net" Version="12.0.0"/>
|
||||
<PackageReference Update="FSharp.Core" Version="10.0.101"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<OutputType>Lib</OutputType>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
<Version>1.2.3</Version>
|
||||
<Version>1.2.4</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Fable.Browser.Dom" Version="2.20.0"/>
|
||||
|
||||
Reference in New Issue
Block a user