From 862a5b57ef06df43793bcc7a71aafdd34894be5e Mon Sep 17 00:00:00 2001 From: linuxchata Date: Mon, 27 Jul 2026 18:45:38 +0200 Subject: [PATCH 1/2] Release 1.4.4 --- .github/workflows/build_docker_image.yml | 4 ++-- .github/workflows/build_nuget_packages.yml | 2 +- .github/workflows/build_template.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 28589b46..952c72ed 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -24,6 +24,6 @@ jobs: run: | docker build . --file ./src/Shark.Fido2.Sample/Dockerfile \ --tag $DOCKERHUB_USERNAME/shark-fido2-sample:latest \ - --tag $DOCKERHUB_USERNAME/shark-fido2-sample:v1.4.3 + --tag $DOCKERHUB_USERNAME/shark-fido2-sample:v1.4.4 docker push $DOCKERHUB_USERNAME/shark-fido2-sample:latest - docker push $DOCKERHUB_USERNAME/shark-fido2-sample:v1.4.3 + docker push $DOCKERHUB_USERNAME/shark-fido2-sample:v1.4.4 diff --git a/.github/workflows/build_nuget_packages.yml b/.github/workflows/build_nuget_packages.yml index 14d3bc5a..a215a1a1 100644 --- a/.github/workflows/build_nuget_packages.yml +++ b/.github/workflows/build_nuget_packages.yml @@ -46,7 +46,7 @@ jobs: run: dotnet build ${{ matrix.project }} --configuration Release --no-restore - name: Pack - run: dotnet pack ${{ matrix.project }} --configuration Release --no-restore --output ./nupkg /p:Version=1.4.3.${{ github.run_number }} /p:EmbedUntrackedSources=true /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:ContinuousIntegrationBuild=true /p:DebugType=portable /p:DebugSymbols=true + run: dotnet pack ${{ matrix.project }} --configuration Release --no-restore --output ./nupkg /p:Version=1.4.4.${{ github.run_number }} /p:EmbedUntrackedSources=true /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:ContinuousIntegrationBuild=true /p:DebugType=portable /p:DebugSymbols=true - name: Add nuget source run: dotnet nuget add source --username ${{ vars.NUGET_USERNAME }} --password $GITHUB_TOKEN --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{ vars.NUGET_USERNAME }}/index.json" diff --git a/.github/workflows/build_template.yml b/.github/workflows/build_template.yml index 662848f7..375af64c 100644 --- a/.github/workflows/build_template.yml +++ b/.github/workflows/build_template.yml @@ -39,7 +39,7 @@ jobs: run: dotnet build templates/projects/Shark.Fido2.VisualStudio.Template/Shark.Fido2.VisualStudio.Template.csproj --configuration Release --no-restore - name: Pack - run: dotnet pack templates/projects/Shark.Fido2.VisualStudio.Template/Shark.Fido2.VisualStudio.Template.csproj --configuration Release --no-restore --output ./out /p:Version=1.4.3.${{ github.run_number }} + run: dotnet pack templates/projects/Shark.Fido2.VisualStudio.Template/Shark.Fido2.VisualStudio.Template.csproj --configuration Release --no-restore --output ./out /p:Version=1.4.4.${{ github.run_number }} - name: Upload Artifact uses: actions/upload-artifact@v6 From aaf58434e326f03ad7fdd01c1bfa6cba58c6a3d5 Mon Sep 17 00:00:00 2001 From: linuxchata Date: Mon, 27 Jul 2026 18:58:25 +0200 Subject: [PATCH 2/2] Update version on the package for VS template --- .../content/Shark.Fido2.Sample.VisualStudio.Template.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/projects/Shark.Fido2.VisualStudio.Template/content/Shark.Fido2.Sample.VisualStudio.Template.csproj b/templates/projects/Shark.Fido2.VisualStudio.Template/content/Shark.Fido2.Sample.VisualStudio.Template.csproj index 1b318528..3c59ab82 100644 --- a/templates/projects/Shark.Fido2.VisualStudio.Template/content/Shark.Fido2.Sample.VisualStudio.Template.csproj +++ b/templates/projects/Shark.Fido2.VisualStudio.Template/content/Shark.Fido2.Sample.VisualStudio.Template.csproj @@ -9,9 +9,9 @@ - - - + + +