From 25ff896ebdcfdc1ef641261428a6461f1b6e9b3e Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:18:14 +0000 Subject: [PATCH 01/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f62c515..0fb760e 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -26,7 +26,7 @@ jobs: id: commit_message run: | $commitMessage = git log -1 --pretty=%B - echo "::set-output name=message::$commitMessage" + echo "message=$commitMessage" >> $GITHUB_ENV # Calculate version number - name: Calculate version @@ -63,7 +63,7 @@ jobs: } $newVersion = "$major.$minor.$build" echo "New version: $newVersion" - echo "::set-output name=version::$newVersion" + echo "version=$newVersion" >> $GITHUB_ENV # Update .csproj file - name: Update project version @@ -103,10 +103,10 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: ${{ steps.version.outputs.version }} + automatic_release_tag: ${{ env.version }} prerelease: false - title: "Latest Build v${{ steps.version.outputs.version }}" - body: ${{ steps.commit_message.outputs.message }} + title: "Latest Build v${{ env.version }}" + body: ${{ env.message }} # Upload .dll for .NET Framework 4.8.1 as an asset to the release - name: Upload .NET Framework 4.8.1 DLL From 11f2861661a46d478f1e26330d0359b7275ff4bb Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:29:29 +0000 Subject: [PATCH 02/26] Update Reina.Cryptography.csproj to resolve Fody.Costura issues. - Merged FodyWeavers.xml for both targets. - Removed the customization on .csproj for different Fody.Costura scenarios. - Successfully tested to produce .dll for both .Net & .NET Framework. --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 048771b..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 3.0.3 + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - \ No newline at end of file + From 85ade3867f39632685cec5f9425bda223a572deb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 18:29:53 +0000 Subject: [PATCH 03/26] Update version to --- Reina.Cryptography.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..c0a456c 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,8 @@ enable enable true - 3.0.2 + + https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +29,4 @@ - + \ No newline at end of file From 94d938a46f959849d4b4cdf507c75ff8244ee557 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:39:30 +0000 Subject: [PATCH 04/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0fb760e..f4d3699 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -64,7 +64,7 @@ jobs: $newVersion = "$major.$minor.$build" echo "New version: $newVersion" echo "version=$newVersion" >> $GITHUB_ENV - + # Update .csproj file - name: Update project version run: | @@ -73,7 +73,7 @@ jobs: # Check if VersionPrefix exists and update it if ($csproj.Project.PropertyGroup.VersionPrefix) { - $csproj.Project.PropertyGroup.VersionPrefix = "${{ steps.version.outputs.version }}" + $csproj.Project.PropertyGroup.VersionPrefix = "${{ env.version }}" } else { Write-Error " not found in $csprojPath" exit 1 From 205a01fd2b1c51e61f3dbc08dcc8100fe969d63e Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:40:12 +0000 Subject: [PATCH 05/26] Update Reina.Cryptography.csproj --- Reina.Cryptography.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index c0a456c..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,8 +5,7 @@ enable enable true - - + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -29,4 +28,4 @@ - \ No newline at end of file + From e3336b8dc6b0fad1ecae29cc07077c9548b21a65 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 18:40:33 +0000 Subject: [PATCH 06/26] Update version to --- Reina.Cryptography.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..c0a456c 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,8 @@ enable enable true - 3.0.2 + + https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +29,4 @@ - + \ No newline at end of file From d9b6c04eccc34cddf2bf1891574a95c6072b76fa Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:47:47 +0000 Subject: [PATCH 07/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f4d3699..3437f46 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -83,7 +83,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" git add $csprojPath - git commit -m "Update version to ${{ steps.version.outputs.version }}" + git commit -m "Update version to ${{ env.version }}" git push # Install dependencies and build for both target frameworks From 93849ed7fad20bc998fd4f3f590993badaec6d71 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:48:49 +0000 Subject: [PATCH 08/26] Update Reina.Cryptography.csproj to resolve Fody.Costura issues. - Merged FodyWeavers.xml for both targets. - Removed the customization on .csproj for different Fody.Costura scenarios. - Successfully tested to produce .dll for both .Net & .NET Framework. --- Reina.Cryptography.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index c0a456c..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,8 +5,7 @@ enable enable true - - + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -29,4 +28,4 @@ - \ No newline at end of file + From 30b278f093e5563348e0f8ec36c5fd34fca30d50 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 18:49:10 +0000 Subject: [PATCH 09/26] Update version to --- Reina.Cryptography.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..c0a456c 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,8 @@ enable enable true - 3.0.2 + + https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +29,4 @@ - + \ No newline at end of file From 173ed036d2c2d543b614709b0a56f97bf647e29a Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:55:07 +0000 Subject: [PATCH 10/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3437f46..c9f01c7 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -100,13 +100,13 @@ jobs: # Create a release - name: Create Release id: create_release - uses: marvinpinto/action-automatic-releases@latest + uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: ${{ env.version }} + automatic_release_tag: "${{ env.version }}" prerelease: false title: "Latest Build v${{ env.version }}" - body: ${{ env.message }} + body: "${{ env.message }}" # Upload .dll for .NET Framework 4.8.1 as an asset to the release - name: Upload .NET Framework 4.8.1 DLL From 7bfe55394f599e6e5956b93c3a15ac6fc7b26275 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 18:55:32 +0000 Subject: [PATCH 11/26] Update Reina.Cryptography.csproj --- Reina.Cryptography.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index c0a456c..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,8 +5,7 @@ enable enable true - - + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -29,4 +28,4 @@ - \ No newline at end of file + From f30f4aa9b2155c7a6cf595db73c2354af604d821 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 18:55:55 +0000 Subject: [PATCH 12/26] Update version to --- Reina.Cryptography.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..c0a456c 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,8 @@ enable enable true - 3.0.2 + + https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +29,4 @@ - + \ No newline at end of file From 4c7ad3385ba5488487009798cd7fadd012a0064d Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:06:46 +0000 Subject: [PATCH 13/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index c9f01c7..f66eb28 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -64,6 +64,9 @@ jobs: $newVersion = "$major.$minor.$build" echo "New version: $newVersion" echo "version=$newVersion" >> $GITHUB_ENV + + - name: Debug - Print version + run: echo "Version set to ${{ env.version }}" # Update .csproj file - name: Update project version @@ -103,10 +106,9 @@ jobs: uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: "${{ env.version }}" + automatic_release_tag: ${{ env.version }} prerelease: false title: "Latest Build v${{ env.version }}" - body: "${{ env.message }}" # Upload .dll for .NET Framework 4.8.1 as an asset to the release - name: Upload .NET Framework 4.8.1 DLL From 24dbdaeb399c209f3655c47e5d0e559bf746f43a Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:07:09 +0000 Subject: [PATCH 14/26] Update Reina.Cryptography.csproj --- Reina.Cryptography.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index c0a456c..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,8 +5,7 @@ enable enable true - - + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -29,4 +28,4 @@ - \ No newline at end of file + From 26ea1ab12ddcc7521892f1f8590841ab0beeab7f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 19:07:34 +0000 Subject: [PATCH 15/26] Update version to --- Reina.Cryptography.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..c0a456c 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,8 @@ enable enable true - 3.0.2 + + https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +29,4 @@ - + \ No newline at end of file From feac071f66b9e5d7fdfbae0968bb97a92982d2e8 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:10:28 +0000 Subject: [PATCH 16/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f66eb28..4315373 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -64,6 +64,7 @@ jobs: $newVersion = "$major.$minor.$build" echo "New version: $newVersion" echo "version=$newVersion" >> $GITHUB_ENV + echo "Set version to $newVersion" - name: Debug - Print version run: echo "Version set to ${{ env.version }}" From 2e43af389e4ff0031b215712be69bf6847d827ef Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:20:45 +0000 Subject: [PATCH 17/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4315373..d0f468f 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -12,6 +12,8 @@ on: jobs: build-and-release: runs-on: windows-latest + env: + version: "1.0.0" permissions: contents: write packages: write From 47bde01ad2b6effa8cc4d652663ef6d825f66c08 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:21:17 +0000 Subject: [PATCH 18/26] Update Reina.Cryptography.csproj --- Reina.Cryptography.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index c0a456c..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,8 +5,7 @@ enable enable true - - + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -29,4 +28,4 @@ - \ No newline at end of file + From 36c0ff90e0da221fb647e62cb125ca10b901e781 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 19:21:40 +0000 Subject: [PATCH 19/26] Update version to 1.0.0 --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..3bda00f 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 3.0.2 + 1.0.0 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - + \ No newline at end of file From 795dce7d879a20e5f762e717bc1aa7e76b5f5ece Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:25:26 +0000 Subject: [PATCH 20/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index d0f468f..dae5231 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -12,8 +12,6 @@ on: jobs: build-and-release: runs-on: windows-latest - env: - version: "1.0.0" permissions: contents: write packages: write @@ -65,9 +63,8 @@ jobs: } $newVersion = "$major.$minor.$build" echo "New version: $newVersion" - echo "version=$newVersion" >> $GITHUB_ENV - echo "Set version to $newVersion" - + echo "version=$newVersion" | Out-File -FilePath $Env:GITHUB_ENV -Append -Encoding utf8 + - name: Debug - Print version run: echo "Version set to ${{ env.version }}" From 5241e15d93352f1b0aa72f8557654d1e17f48823 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:29:12 +0000 Subject: [PATCH 21/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index dae5231..f62c515 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -26,7 +26,7 @@ jobs: id: commit_message run: | $commitMessage = git log -1 --pretty=%B - echo "message=$commitMessage" >> $GITHUB_ENV + echo "::set-output name=message::$commitMessage" # Calculate version number - name: Calculate version @@ -63,11 +63,8 @@ jobs: } $newVersion = "$major.$minor.$build" echo "New version: $newVersion" - echo "version=$newVersion" | Out-File -FilePath $Env:GITHUB_ENV -Append -Encoding utf8 - - - name: Debug - Print version - run: echo "Version set to ${{ env.version }}" - + echo "::set-output name=version::$newVersion" + # Update .csproj file - name: Update project version run: | @@ -76,7 +73,7 @@ jobs: # Check if VersionPrefix exists and update it if ($csproj.Project.PropertyGroup.VersionPrefix) { - $csproj.Project.PropertyGroup.VersionPrefix = "${{ env.version }}" + $csproj.Project.PropertyGroup.VersionPrefix = "${{ steps.version.outputs.version }}" } else { Write-Error " not found in $csprojPath" exit 1 @@ -86,7 +83,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" git add $csprojPath - git commit -m "Update version to ${{ env.version }}" + git commit -m "Update version to ${{ steps.version.outputs.version }}" git push # Install dependencies and build for both target frameworks @@ -103,12 +100,13 @@ jobs: # Create a release - name: Create Release id: create_release - uses: marvinpinto/action-automatic-releases@v1.2.1 + uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: ${{ env.version }} + automatic_release_tag: ${{ steps.version.outputs.version }} prerelease: false - title: "Latest Build v${{ env.version }}" + title: "Latest Build v${{ steps.version.outputs.version }}" + body: ${{ steps.commit_message.outputs.message }} # Upload .dll for .NET Framework 4.8.1 as an asset to the release - name: Upload .NET Framework 4.8.1 DLL From 54999059079376497bc9b8dbc6cc693c30c609b4 Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:31:00 +0000 Subject: [PATCH 22/26] Update Reina.Cryptography.csproj to resolve Fody.Costura issues. - Merged FodyWeavers.xml for both targets. - Removed the customization on .csproj for different Fody.Costura scenarios. - Successfully tested to produce .dll for both .Net & .NET Framework. --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 3bda00f..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 1.0.0 + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - \ No newline at end of file + From a26bb9690357830a73ec7bd6e030e634185ff9d3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 19:31:24 +0000 Subject: [PATCH 23/26] Update version to 3.0.3 --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..048771b 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 3.0.2 + 3.0.3 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - + \ No newline at end of file From fb04bc88ee6daf0c46211f7a091f01b86509721c Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:43:04 +0000 Subject: [PATCH 24/26] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f62c515..4dc20fe 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -105,7 +105,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: ${{ steps.version.outputs.version }} prerelease: false - title: "Latest Build v${{ steps.version.outputs.version }}" + title: "Reina.Cryptography v${{ steps.version.outputs.version }}" body: ${{ steps.commit_message.outputs.message }} # Upload .dll for .NET Framework 4.8.1 as an asset to the release From 766615902d2922e4bb9c4b0212a15f90b28a2f3c Mon Sep 17 00:00:00 2001 From: Fotios Kitsantas Date: Sat, 18 Nov 2023 19:43:40 +0000 Subject: [PATCH 25/26] Update Reina.Cryptography.csproj to resolve Fody.Costura issues. - Merged FodyWeavers.xml for both targets. - Removed the customization on .csproj for different Fody.Costura scenarios. - Successfully tested to produce .dll for both .Net & .NET Framework. --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 048771b..1a89747 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 3.0.3 + 3.0.2 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - \ No newline at end of file + From d750a3bbe616a7b8210e75d27a4500f59ebf04c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 19:44:00 +0000 Subject: [PATCH 26/26] Update version to 3.0.3 --- Reina.Cryptography.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reina.Cryptography.csproj b/Reina.Cryptography.csproj index 1a89747..048771b 100644 --- a/Reina.Cryptography.csproj +++ b/Reina.Cryptography.csproj @@ -5,7 +5,7 @@ enable enable true - 3.0.2 + 3.0.3 https://fkitsantas.github.io/Reina.Cryptography https://www.github.com/fkitsantas/Reina.Cryptography git @@ -28,4 +28,4 @@ - + \ No newline at end of file