diff --git a/.github/workflows/build-native-tools.yml b/.github/workflows/build-native-tools.yml index 78358309..4d471739 100644 --- a/.github/workflows/build-native-tools.yml +++ b/.github/workflows/build-native-tools.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.203' + dotnet-version: '8.0.204' - name: Try use dotnet run: dotnet --info diff --git a/.github/workflows/publish-to-release.yml b/.github/workflows/publish-to-release.yml index cf366cd2..6362df75 100644 --- a/.github/workflows/publish-to-release.yml +++ b/.github/workflows/publish-to-release.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.203' + dotnet-version: '8.0.204' - name: Try use dotnet run: dotnet --info diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 2553f2b2..febfbc17 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.203' + dotnet-version: '8.0.204' - name: Try use dotnet run: dotnet --info diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d533efdc..cac7f479 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' # Options: runtime, sdk - version: '8.0.203' + version: '8.0.204' includePreviewVersions: true - script: dotnet --version diff --git a/implement/Dockerfile b/implement/Dockerfile index aba90a21..6a420be4 100644 --- a/implement/Dockerfile +++ b/implement/Dockerfile @@ -1,5 +1,5 @@ # Build dotnet build image -FROM mcr.microsoft.com/dotnet/sdk:8.0.203 AS build-env +FROM mcr.microsoft.com/dotnet/sdk:8.0.204 AS build-env WORKDIR /app # Copy everything and build @@ -8,7 +8,7 @@ WORKDIR /app/elm-time RUN dotnet publish -c Debug -o out # Build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:8.0.3 AS binaries +FROM mcr.microsoft.com/dotnet/aspnet:8.0.4 AS binaries COPY --from=build-env /app/elm-time/out /elm-time/dotnet/ diff --git a/implement/Pine/Pine.csproj b/implement/Pine/Pine.csproj index 7a61a546..d04de954 100644 --- a/implement/Pine/Pine.csproj +++ b/implement/Pine/Pine.csproj @@ -3,13 +3,13 @@ net8.0 enable - 0.1.5 - 0.1.5 + 0.1.6 + 0.1.6 Pine - 0.1.5 + 0.1.6 The cross-platform Elm runtime environment Functional;Elm;Runtime;Compiler;VM;DBMS https://github.com/elm-time/elm-time.git diff --git a/implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj b/implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj index 449bb841..c5b61e76 100644 --- a/implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj +++ b/implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/implement/elm-time/Program.cs b/implement/elm-time/Program.cs index d85c3c88..b72676d0 100644 --- a/implement/elm-time/Program.cs +++ b/implement/elm-time/Program.cs @@ -18,7 +18,7 @@ namespace ElmTime; public class Program { - public static string AppVersionId => "0.1.5"; + public static string AppVersionId => "0.1.6"; private static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/elm-time/elm-time.csproj b/implement/elm-time/elm-time.csproj index c55409eb..ca8c13ea 100644 --- a/implement/elm-time/elm-time.csproj +++ b/implement/elm-time/elm-time.csproj @@ -5,8 +5,8 @@ net8.0 ElmTime elm-time - 0.1.5 - 0.1.5 + 0.1.6 + 0.1.6 enable true @@ -22,8 +22,8 @@ - - + + @@ -41,12 +41,12 @@ - + - + - - + + diff --git a/implement/test-elm-time/test-elm-time.csproj b/implement/test-elm-time/test-elm-time.csproj index a567ca09..81f42ecf 100644 --- a/implement/test-elm-time/test-elm-time.csproj +++ b/implement/test-elm-time/test-elm-time.csproj @@ -16,10 +16,10 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all