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