This commit is contained in:
Manuel Kamper 2019-04-14 18:04:57 +02:00
parent deada4b6f6
commit 7838f3b519
3 changed files with 0 additions and 25 deletions

View File

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>mk0.tools.crypt</id>
<version>1.0.0</version>
<title>Mk0.Tools.Crypt</title>
<authors>Manuel Kamper</authors>
<owners>manuelkamper</owners>
<licenseUrl>https://www.mk0.at/nuget/license.php</licenseUrl>
<projectUrl>https://github.com/manuelkamp/Mk0.Tools.Crypt</projectUrl>
<iconUrl>https://www.mk0.at/nuget/mk0.tools.crypt.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Crypting tools</description>
<releaseNotes>Initial Release</releaseNotes>
<copyright>Copyright 2019 mk0.at</copyright>
<tags>crypt cipher tool</tags>
<summary>Crypting tools</summary>
</metadata>
</package>

Binary file not shown.

View File

@ -1,6 +0,0 @@
@ECHO OFF
DEL *.nupkg
nuget setApiKey oy2h7jlegiqdw54xzwuap56evniqy7xu3iqlasmuomjbzy
nuget pack -IncludeReferencedProjects -properties Configuration=Release
nuget push *.nupkg -Source https://www.nuget.org/api/v2/package
PAUSE