aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-05-22 20:04:44 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-05-22 20:04:44 -0400
commit96fc2b9f719f5c82841a93a17e9e4e2ac1f69487 (patch)
tree6fa8032df145596262fbb71842f2c3aa37e59748
parentbce7540dec74abd460badd67c526f8a31bdf16ae (diff)
Package updates
-rw-r--r--README.md2
-rw-r--r--src/PkiAuthenticator.csproj6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1276bf6..b0876a6 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Lists all hardware implementation devices connected to your machine. Currently o
This project is licensed to you under the GNU GPL V2+. See LICENSE.txt for more information
## Builds
-Linux-x64, win-x64 and osx-x64 are builds are available for download on my [website](https://www.vaughnnugent.com/resources/software). Build packages will be tar +gzipped (except for nuget packages).
+Linux-x64, win-x64 and osx-x64 are builds are available for download on my [website](https://www.vaughnnugent.com/resources/software/modules/PkiAuthenticator). Build packages will be tar +gzipped (except for nuget packages).
*All downloads will contain a sha384 hash of the file by adding a .sha384 to the desired file download, eg: debug.tgz.sha384*
*PGP signed downloads will be available eventually*
diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj
index ad0c21d..4e24a8a 100644
--- a/src/PkiAuthenticator.csproj
+++ b/src/PkiAuthenticator.csproj
@@ -26,9 +26,9 @@
<ItemGroup>
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
- <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0030" />
- <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0030" />
- <PackageReference Include="Yubico.YubiKey" Version="1.6.1" />
+ <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0052" />
+ <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0052" />
+ <PackageReference Include="Yubico.YubiKey" Version="1.7.0" />
</ItemGroup>
</Project>