From 2f273f999f75dad887376b22851d2a5dede1c83b Mon Sep 17 00:00:00 2001 From: hvanranden Date: Thu, 22 Jan 2026 19:16:10 +0100 Subject: [PATCH] Update Intentor version and enhance Dockerfile with LibMan integration --- Intentor/Dockerfile | 2 ++ Intentor/config.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Intentor/Dockerfile b/Intentor/Dockerfile index e9e5a87..c5059af 100644 --- a/Intentor/Dockerfile +++ b/Intentor/Dockerfile @@ -9,7 +9,9 @@ ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["Intentor.csproj", "./"] RUN dotnet restore "Intentor.csproj" +RUN dotnet tool install -g Microsoft.Web.LibraryManager.Cli COPY . . +RUN /root/.dotnet/tools/libman restore RUN dotnet build "Intentor.csproj" -c $BUILD_CONFIGURATION -o /app/build FROM build AS publish diff --git a/Intentor/config.yaml b/Intentor/config.yaml index f480417..cb627f3 100644 --- a/Intentor/config.yaml +++ b/Intentor/config.yaml @@ -1,6 +1,6 @@ name: "Intentor" description: "Intent based automation platform" -version: "0.0.1" +version: "0.0.2" slug: "intentor" init: false arch: