Skip to content

Commit a9a27ac

Browse files
committed
docs: Add release notes url to nuget config
1 parent 6661512 commit a9a27ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Yubico.Core/src/Yubico.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ limitations under the License. -->
4646
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4747
<IncludeSymbols>true</IncludeSymbols>
4848
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
49+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
4950

5051
<!-- StrongName signing -->
5152
<SignAssembly>true</SignAssembly>

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ limitations under the License. -->
4545
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4646
<IncludeSymbols>true</IncludeSymbols>
4747
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
48+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
4849
<!-- StrongName signing -->
4950
<SignAssembly>true</SignAssembly>
5051
<AssemblyOriginatorKeyFile>..\..\Yubico.NET.SDK.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)