diff options
author | Tommy Parnell <tparnell8@gmail.com> | 2017-05-28 13:11:25 -0700 |
---|---|---|
committer | Tommy Parnell <tparnell8@gmail.com> | 2017-05-28 13:11:25 -0700 |
commit | 2cf90883f7a6d49928dc87296384f8fcdf7e89a4 (patch) | |
tree | 54c9b498a58673331148d976cc8e85be7b49eb50 /Otp.NET.nuspec | |
parent | 691b73e6212f1e98a973e3eb3e9582101ba2c200 (diff) | |
download | Otp.NET-2cf90883f7a6d49928dc87296384f8fcdf7e89a4.zip Otp.NET-2cf90883f7a6d49928dc87296384f8fcdf7e89a4.tar.gz Otp.NET-2cf90883f7a6d49928dc87296384f8fcdf7e89a4.tar.bz2 |
update to new csproj
Diffstat (limited to 'Otp.NET.nuspec')
-rw-r--r-- | Otp.NET.nuspec | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Otp.NET.nuspec b/Otp.NET.nuspec deleted file mode 100644 index d46c0c8..0000000 --- a/Otp.NET.nuspec +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>Otp.NET</id> - <version>1.0.1</version> - <authors>Kyle Spearrin</authors> - <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/Otp.NET</description> - <summary>An implementation of TOTP which is commonly used for multi factor authentication.</summary> - <tags>otp totp 2fa two factor</tags> - <iconUrl>http://i.imgur.com/XFfC64v.png</iconUrl> - </metadata> - <files> - <file src="src\Otp.NET\bin\Release\net45\Otp.NET.dll" target="lib\net45"/> - <file src="src\Otp.NET\bin\Release\netstandard1.3\Otp.NET.dll" target="lib\netstandard1.3"/> - </files> -</package>
\ No newline at end of file |