diff options
Diffstat (limited to 'TwoStepsAuthenticator.nuspec')
-rw-r--r-- | TwoStepsAuthenticator.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.nuspec b/TwoStepsAuthenticator.nuspec index 43f9bfa..c057a9d 100644 --- a/TwoStepsAuthenticator.nuspec +++ b/TwoStepsAuthenticator.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>TwoStepsAuthenticator</id> - <version>1.0.1</version> + <version>1.1.0.0</version> <title>TwoStepsAuthenticator</title> <authors>Guillaume Lacasa</authors> <licenseUrl>https://raw.githubusercontent.com/glacasa/TwoStepsAuthenticator/master/LICENSE</licenseUrl> @@ -12,5 +12,6 @@ </metadata> <files> <file src="TwoStepsAuthenticator\bin\Release\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" /> + <file src="TwoStepsAuthenticator.DotnetCore\bin\Release\netstandard1.6\TwoStepsAuthenticator.DotnetCore.dll" target="lib\netcore\TwoStepsAuthenticator.dll" /> </files> </package>
\ No newline at end of file |