diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 14:52:46 +0100 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 14:52:46 +0100 |
commit | 7d3c51f522ef08f69609b260377f789262d932ea (patch) | |
tree | 4dba7ede1853400a3dd5c14d0215cfeccd14974b /TwoStepsAuthenticator.nuspec | |
parent | b1752abbc0c443c3b89f5a4f039ee033c1c07d23 (diff) | |
download | TwoStepsAuthenticator-7d3c51f522ef08f69609b260377f789262d932ea.zip TwoStepsAuthenticator-7d3c51f522ef08f69609b260377f789262d932ea.tar.gz TwoStepsAuthenticator-7d3c51f522ef08f69609b260377f789262d932ea.tar.bz2 |
Incorrect file path
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 |