Skip to content

Commit

Permalink
Prepare for release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Oct 6, 2024
1 parent 1faed78 commit b563fc8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 22 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
exclude-azure-powershell-credential: true
exclude-azure-developer-cli-credential: true
exclude-interactive-browser-credential: true
endpoint: https://weu.codesigning.azure.net/
trusted-signing-account-name: dsinternals-signing
certificate-profile-name: DSInternals
endpoint: ${{ secrets.SIGNING_ENDPOINT }}
trusted-signing-account-name: ${{ secrets.SIGNING_ACCOUNT_NAME }}
certificate-profile-name: ${{ secrets.SIGNING_PROFILE_NAME }}
files: |
${{ github.workspace }}/Build/bin/PSModule/Release/DSInternals.Passkeys/DSInternals.Passkeys.psd1 ^
${{ github.workspace }}/Build/bin/PSModule/Release/DSInternals.Passkeys/DSInternals.Passkeys.psm1 ^
${{ github.workspace }}/Build/bin/PSModule/Release/DSInternals.Passkeys/DSInternals.Passkeys.psd1
${{ github.workspace }}/Build/bin/PSModule/Release/DSInternals.Passkeys/DSInternals.Passkeys.psm1
${{ github.workspace }}/Build/bin/DSInternals.Win32.WebAuthn/release_net472/DSInternals.Win32.WebAuthn.dll
${{ github.workspace }}/Build/bin/DSInternals.Win32.WebAuthn/release_net48/DSInternals.Win32.WebAuthn.dll
${{ github.workspace }}/Build/bin/DSInternals.Win32.WebAuthn/release_netcoreapp3.1/DSInternals.Win32.WebAuthn.dll
Expand Down Expand Up @@ -175,9 +175,9 @@ jobs:
exclude-azure-powershell-credential: true
exclude-azure-developer-cli-credential: true
exclude-interactive-browser-credential: true
endpoint: https://weu.codesigning.azure.net/
trusted-signing-account-name: dsinternals-signing
certificate-profile-name: DSInternals
endpoint: ${{ secrets.SIGNING_ENDPOINT }}
trusted-signing-account-name: ${{ secrets.SIGNING_ACCOUNT_NAME }}
certificate-profile-name: ${{ secrets.SIGNING_PROFILE_NAME }}
files-folder: ${{ github.workspace }}/Build/package/release
files-folder-filter: nupkg,snupkg
file-digest: SHA256
Expand Down
13 changes: 12 additions & 1 deletion Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.0.4] - 2024-10-06

### Added

- Implemented EdDSA support (Thanks to @aseigler)

### Changed

- Switched to EV code signing certificate hosted at Azure Trusted Signing.

## [1.0.3] - 2024-08-16

### Fixed
Expand All @@ -24,7 +34,8 @@ All notable changes to this project will be documented in this file. The format

- Initial version

[Unreleased]: https://github.com/MichaelGrafnetter/webauthn-interop/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/MichaelGrafnetter/webauthn-interop/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/MichaelGrafnetter/webauthn-interop/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/MichaelGrafnetter/webauthn-interop/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/MichaelGrafnetter/webauthn-interop/compare/v1.0...v1.0.2
[1.0]: https://github.com/MichaelGrafnetter/webauthn-interop/releases/tag/v1.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<PackageId>DSInternals.Win32.WebAuthn.Adapter</PackageId>
<Product>WebAuthn Interop Assembly Adapter</Product>
<Title>WebAuthn Interop Assembly Adapter</Title>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3</AssemblyVersion>
<ProductVersion>1.0.3</ProductVersion>
<FileVersion>1.0.3</FileVersion>
<Version>1.0.4</Version>
<AssemblyVersion>1.0.4</AssemblyVersion>
<ProductVersion>1.0.4</ProductVersion>
<FileVersion>1.0.4</FileVersion>
<Description>Bridge between Fido2.Models and DSInternals.Win32.WebAuthn packages</Description>
<PackageReleaseNotes>- Fixed issues with HMAC secret processing.
<PackageReleaseNotes>- Added EdDSA support.
- Windows 10 1903 or newer is required.</PackageReleaseNotes>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 deletions Src/DSInternals.Win32.WebAuthn/DSInternals.Win32.WebAuthn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<PackageId>DSInternals.Win32.WebAuthn</PackageId>
<Product>WebAuthn Interop Assembly</Product>
<Title>WebAuthn Interop Assembly</Title>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3</AssemblyVersion>
<ProductVersion>1.0.3</ProductVersion>
<FileVersion>1.0.3</FileVersion>
<Version>1.0.4</Version>
<AssemblyVersion>1.0.4</AssemblyVersion>
<ProductVersion>1.0.4</ProductVersion>
<FileVersion>1.0.4</FileVersion>
<Description>FIDO2 / W3C Web Authentication .NET Library for Windows Desktop and CLI Applications</Description>
<PackageReleaseNotes>- Resolved issues with HMAC secret and linked device information processing.
<PackageReleaseNotes>- Added EdDSA support.
- Windows 10 1903 or newer is required.
- A standalone package providing an adapter for data model defined in Fido2.Models is also available.</PackageReleaseNotes>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions Src/Fido2UI/Fido2UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<IsPackable>false</IsPackable>
<ApplicationIcon>../Icons/app.ico</ApplicationIcon>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
<AssemblyVersion>1.0.3</AssemblyVersion>
<ProductVersion>1.0.3</ProductVersion>
<FileVersion>1.0.3</FileVersion>
<AssemblyVersion>1.0.4</AssemblyVersion>
<ProductVersion>1.0.4</ProductVersion>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down

0 comments on commit b563fc8

Please sign in to comment.