Skip to content

Commit e56adda

Browse files
committed
misc(nuget): Add metadata for NuGet
Copyright, tags, packageId
1 parent 76777bb commit e56adda

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Yubico.Core/src/Yubico.Core.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,19 @@ limitations under the License. -->
3737
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3838

3939
<!-- NuGet properties -->
40-
<Description>
41-
Yubico.Core is a support library used by other .NET Yubico libraries. You should likely never need to consume this package directly, as it will be included with other libraries.
42-
</Description>
40+
<PackageId>Yubico.Core</PackageId>
41+
<Description>Yubico.Core is a support library used by other .NET Yubico libraries. You should likely never need to consume this package directly, as it will be included with other libraries.</Description>
4342
<PackageIcon>yubico-circle-y-mark.png</PackageIcon>
4443
<PackageReadmeFile>README.md</PackageReadmeFile>
4544
<PublishRepositoryUrl>true</PublishRepositoryUrl>
45+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
46+
<PackageTags>yubikey;security;authentication;multifactor;mfa;twofactor;cryptography;hardware-token;fido;fido2;u2f;security-key;passwordless;smartcard;pki;usb-security</PackageTags>
47+
48+
<!-- Debug Symbols !-->
4649
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4750
<IncludeSymbols>true</IncludeSymbols>
4851
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
49-
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
50-
52+
5153
<!-- StrongName signing -->
5254
<SignAssembly>true</SignAssembly>
5355
<AssemblyOriginatorKeyFile>..\..\Yubico.NET.SDK.snk</AssemblyOriginatorKeyFile>

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,19 @@ limitations under the License. -->
3636
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3737

3838
<!-- NuGet properties -->
39-
<Description>
40-
Yubico.YubiKey is the official .NET library for integrating with the YubiKey hardware authenticator. This library supports both macOS and Windows operating systems.
41-
</Description>
39+
<PackageId>Yubico.YubiKey</PackageId>
40+
<Description>Yubico.YubiKey is the official .NET library for integrating with the YubiKey hardware authenticator. This library supports both macOS and Windows operating systems.</Description>
4241
<PackageIcon>yubico-circle-y-mark.png</PackageIcon>
4342
<PackageReadmeFile>README.md</PackageReadmeFile>
4443
<PublishRepositoryUrl>true</PublishRepositoryUrl>
44+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
45+
<PackageTags>yubikey;security;authentication;multifactor;mfa;twofactor;cryptography;hardware-token;fido;fido2;u2f;security-key;passwordless;smartcard;pki;usb-security</PackageTags>
46+
47+
<!-- Debug Symbols !-->
4548
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4649
<IncludeSymbols>true</IncludeSymbols>
4750
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
48-
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
51+
4952
<!-- StrongName signing -->
5053
<SignAssembly>true</SignAssembly>
5154
<AssemblyOriginatorKeyFile>..\..\Yubico.NET.SDK.snk</AssemblyOriginatorKeyFile>

build/Attribution.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Sets repository-wide attribution settings such as Authors, Company, and copyrigh
2222
<PropertyGroup Label="Common attribution properties">
2323
<Authors>Yubico AB</Authors>
2424
<Company>Yubico AB</Company>
25+
<Copyright>Copyright (c) Yubico $([System.DateTime]::Now.Year)</Copyright>
2526
</PropertyGroup>
2627

2728
</Project>

0 commit comments

Comments
 (0)