diff options
Diffstat (limited to 'TwoStepsAuthenticator.nuspec')
-rw-r--r-- | TwoStepsAuthenticator.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.nuspec b/TwoStepsAuthenticator.nuspec index 7676e83..43f9bfa 100644 --- a/TwoStepsAuthenticator.nuspec +++ b/TwoStepsAuthenticator.nuspec @@ -11,6 +11,6 @@ <description>.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm</description> </metadata> <files> - <file src="lib\net45\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" /> + <file src="TwoStepsAuthenticator\bin\Release\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" /> </files> </package>
\ No newline at end of file |