aboutsummaryrefslogtreecommitdiff
path: root/src/PkiAuthenticator.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-29 20:32:06 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-29 20:32:06 -0400
commita915bc1e1a813b0a1eee11cd9b674c5ab0f410e9 (patch)
treeaba8096c648af729b05d9abc94ebe6c07941051f /src/PkiAuthenticator.csproj
parent06f38be80c15459b42b5f1602806853117901818 (diff)
package updates
Diffstat (limited to 'src/PkiAuthenticator.csproj')
-rw-r--r--src/PkiAuthenticator.csproj22
1 files changed, 17 insertions, 5 deletions
diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj
index b46036d..1aded49 100644
--- a/src/PkiAuthenticator.csproj
+++ b/src/PkiAuthenticator.csproj
@@ -15,19 +15,31 @@
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>PkiAuthenticator aka vauth</Product>
- <Description>
- A command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default.
- </Description>
+ <Description>A command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default.</Description>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/vauth</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/PkiAuthenticator</RepositoryUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
+
+ <ItemGroup>
+ <None Include="..\LICENSE.txt">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Include="..\README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
- <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0070" />
- <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0070" />
+ <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0080" />
+ <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0080" />
<PackageReference Include="Yubico.YubiKey" Version="1.8.0" />
</ItemGroup>