diff options
-rw-r--r-- | Otp.NET.nuspec | 2 | ||||
-rw-r--r-- | Otp.NET.sln | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Otp.NET.nuspec b/Otp.NET.nuspec index e348098..d1bb75b 100644 --- a/Otp.NET.nuspec +++ b/Otp.NET.nuspec @@ -6,7 +6,7 @@ <projectUrl>https://github.com/kspearrin/Otp.NET</projectUrl> <licenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</licenseUrl> <title>Otp.NET</title> - <description>An implementation of TOTP which is commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes. For documentation, visit https://github.com/kspearrin/BerTlv.NET</description> + <description>An implementation of TOTP which is commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes. For documentation, visit https://github.com/kspearrin/Otp.NET</description> <tags>otp totp 2fa</tags> </metadata> <files> diff --git a/Otp.NET.sln b/Otp.NET.sln index f5557d1..24d5e3b 100644 --- a/Otp.NET.sln +++ b/Otp.NET.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5579496-CD66-4961-8DD1-A53BA74229E3}" ProjectSection(SolutionItems) = preProject global.json = global.json + Otp.NET.nuspec = Otp.NET.nuspec EndProjectSection EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Otp.NET", "src\Otp.NET\Otp.NET.xproj", "{E630B67F-150A-4978-A2DD-51B8D8E783EF}" |