From 5e96a26f61687774d82c7bdef094a564e165ff05 Mon Sep 17 00:00:00 2001 From: Externius Date: Sun, 28 Jun 2026 20:57:45 +0200 Subject: [PATCH 1/3] Update workflow files --- .github/workflows/dev.yml | 6 +++--- .github/workflows/main.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c0f9dcd..9a20604 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -5,7 +5,7 @@ env: on: push: - branches-ignore: + branches-ignore: - 'main' workflow_dispatch: @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET Core uses: actions/setup-dotnet@v5 @@ -25,7 +25,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a5f363..b746b8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: Release CI/CD env: - AZURE_WEBAPP_NAME: app-open5etools - AZURE_WEBAPP_PACKAGE_PATH: '.' - DOTNET_VERSION: '10.x' + AZURE_WEBAPP_NAME: app-open5etools + AZURE_WEBAPP_PACKAGE_PATH: '.' + DOTNET_VERSION: '10.x' on: push: @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET Core uses: actions/setup-dotnet@v5 @@ -26,7 +26,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -37,7 +37,7 @@ jobs: run: dotnet build --configuration Release - name: Run Tests - run: dotnet test --no-restore --verbosity normal + run: dotnet test --no-restore --verbosity normal - name: dotnet publish run: dotnet publish ./src/Open5ETools.Web/Open5ETools.Web.csproj -c Release -o ${{env.DOTNET_ROOT}}/Open5ETools From 9ee8e4f4a1d22bc0746e3d56e289cc14aeab8c66 Mon Sep 17 00:00:00 2001 From: Externius Date: Sun, 28 Jun 2026 20:57:58 +0200 Subject: [PATCH 2/3] Update nuget pkgs --- Directory.Packages.props | 26 +++++++++---------- .../Open5ETools.Infrastructure.csproj | 4 +++ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6169147..2651dfe 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,21 +5,21 @@ - - - - - - - - - - + + + + + + + + + + - + - - + + diff --git a/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj b/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj index ff046fe..b125b2d 100644 --- a/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj +++ b/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj @@ -5,6 +5,10 @@ + + + + From 53cefb102adc1dea15021bda7bd8466f315c40d0 Mon Sep 17 00:00:00 2001 From: Externius Date: Sun, 28 Jun 2026 21:00:34 +0200 Subject: [PATCH 3/3] Update version --- src/Open5ETools.Web/Open5ETools.Web.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Open5ETools.Web/Open5ETools.Web.csproj b/src/Open5ETools.Web/Open5ETools.Web.csproj index b60705f..bd42a05 100644 --- a/src/Open5ETools.Web/Open5ETools.Web.csproj +++ b/src/Open5ETools.Web/Open5ETools.Web.csproj @@ -2,7 +2,7 @@ true true - 1.0.9.0 + 1.0.10.0