reorganize

This commit is contained in:
Manuel Kamper 2019-04-14 17:55:15 +02:00
parent dfb3f00473
commit 23c1c6292d
10 changed files with 25 additions and 0 deletions

View File

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

Binary file not shown.

View File

@ -0,0 +1,6 @@
@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