nuget
This commit is contained in:
parent
053b4b5390
commit
5876e97b8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -328,3 +328,4 @@ ASALocalRun/
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
/Mk0.Tools.Password/Mk0.Tools.Password/publish-nuget.bat
|
||||
|
@ -1,17 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$title$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<id>mk0.tools.password</id>
|
||||
<version>1.0.1</version>
|
||||
<title>Mk0.Tools.Password</title>
|
||||
<authors>Manuel Kamper</authors>
|
||||
<owners>manuelkamper</owners>
|
||||
<licenseUrl>https://www.mk0.at/nuget/license.php</licenseUrl>
|
||||
<projectUrl>https://github.com/manuelkamp/Mk0.Tools.Password</projectUrl>
|
||||
<iconUrl>https://www.mk0.at/nuget/mk0.tools.password.png</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>$description$</description>
|
||||
<releaseNotes>Initial Release</releaseNotes>
|
||||
<description>Password tools</description>
|
||||
<releaseNotes>Settings changed</releaseNotes>
|
||||
<copyright>Copyright 2019 mk0.at</copyright>
|
||||
<tags>password score genarator tools strength</tags>
|
||||
<summary>Password tools</summary>
|
||||
|
Loading…
Reference in New Issue
Block a user