summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Spearrin <kyle.spearrin@gmail.com>2017-01-28 21:51:25 -0500
committerKyle Spearrin <kyle.spearrin@gmail.com>2017-01-28 21:51:25 -0500
commit75515933f3eb8c2dc57d5cc6a915341e9d7f9b7c (patch)
treef6c5468cdb28c38af7a568197daf8232799bcbd6
parent6fd98dd8265da5646342a140b7adf0d5d9b1dde5 (diff)
downloadOtp.NET-75515933f3eb8c2dc57d5cc6a915341e9d7f9b7c.zip
Otp.NET-75515933f3eb8c2dc57d5cc6a915341e9d7f9b7c.tar.gz
Otp.NET-75515933f3eb8c2dc57d5cc6a915341e9d7f9b7c.tar.bz2
fix nuspec description
-rw-r--r--Otp.NET.nuspec2
-rw-r--r--Otp.NET.sln1
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}"