Release codex 0.0.1

This commit is contained in:
2026-01-19 16:04:29 +01:00
parent a100ffa77b
commit 2e1165d99c
5 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
}:
dockerTools.buildLayeredImage {
name = "Codex";
tag = "0.0.1-beta.4";
tag = "0.0.1";
created = "now";
contents = [

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Oceanbox</RootNamespace>
<Version>0.0.1-beta.4</Version>
<Version>0.0.1</Version>
<DefineConstants>FABLE_COMPILER</DefineConstants>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

View File

@@ -2,5 +2,6 @@
echo Building Codex frontend
fable -e .jsx -o build --verbose --run \
bunx --bun vite build -d -c ../../vite.config.js --mode development --minify false --outDir /home/simkir/oceanbox/poseidon/src/Codex/dist/WebRoot
fable -e .jsx -o build --verbose --test:MSBuildCracker --run \
bunx --bun \
vite build -d -c ../../vite.config.js --mode development --minify false --outDir ../../dist/WebRoot

View File

@@ -5,7 +5,7 @@
<TargetFramework>net10.0</TargetFramework>
<PackageId>Codex.Server</PackageId>
<RootNamespace>Oceanbox</RootNamespace>
<Version>0.0.1-beta.4</Version>
<Version>0.0.1</Version>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@@ -14,7 +14,7 @@ let
in
buildDotnetModule {
pname = name;
version = "0.0.1-beta.4";
version = "0.0.1";
inherit dotnet-sdk dotnet-runtime;