nuget
This commit is contained in:
parent
77ac3e6a23
commit
2d8c74830e
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<package >
|
|
||||||
<metadata>
|
|
||||||
<id>mk0.tools.convert</id>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
<title>Mk0.Tools.Convert</title>
|
|
||||||
<authors>Manuel Kamper</authors>
|
|
||||||
<owners>manuelkamper</owners>
|
|
||||||
<licenseUrl>https://www.mk0.at/nuget/license.php</licenseUrl>
|
|
||||||
<projectUrl>https://github.com/manuelkamp/Mk0.Tools.Convert</projectUrl>
|
|
||||||
<iconUrl>https://www.mk0.at/nuget/mk0.tools.convert.png</iconUrl>
|
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
||||||
<description>Converting tools</description>
|
|
||||||
<releaseNotes>Initial Release</releaseNotes>
|
|
||||||
<copyright>Copyright 2019 mk0.at</copyright>
|
|
||||||
<tags>convert tool</tags>
|
|
||||||
<summary>Converting tools</summary>
|
|
||||||
</metadata>
|
|
||||||
</package>
|
|
Binary file not shown.
@ -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
|
|
Loading…
Reference in New Issue
Block a user