diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.sln b/Mk0.Tools.SQLiteTools.sln similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.sln rename to Mk0.Tools.SQLiteTools.sln diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config b/Mk0.Tools.SQLiteTools/App.config similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config rename to Mk0.Tools.SQLiteTools/App.config diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj rename to Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.nuspec b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.nuspec new file mode 100644 index 0000000..a42898d --- /dev/null +++ b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.nuspec @@ -0,0 +1,19 @@ + + + + mk0.tools.sqlitetools + 1.0.0 + Mk0.Tools.SQLiteTools + Manuel Kamper + manuelkamper + https://www.mk0.at/nuget/license.php + https://github.com/manuelkamp/Mk0.Tools.SQLiteTools + https://www.mk0.at/nuget/mk0.tools.sqlitetools.png + true + SQLite tools + Initial Release + Copyright 2019 mk0.at + sqlite tool + SQLite tools + + \ No newline at end of file diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Properties/AssemblyInfo.cs b/Mk0.Tools.SQLiteTools/Properties/AssemblyInfo.cs similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Properties/AssemblyInfo.cs rename to Mk0.Tools.SQLiteTools/Properties/AssemblyInfo.cs diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/SQLiteTools.cs b/Mk0.Tools.SQLiteTools/SQLiteTools.cs similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/SQLiteTools.cs rename to Mk0.Tools.SQLiteTools/SQLiteTools.cs diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/SQLiteToolsException.cs b/Mk0.Tools.SQLiteTools/SQLiteToolsException.cs similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/SQLiteToolsException.cs rename to Mk0.Tools.SQLiteTools/SQLiteToolsException.cs diff --git a/Mk0.Tools.SQLiteTools/nuget.exe b/Mk0.Tools.SQLiteTools/nuget.exe new file mode 100644 index 0000000..fb4eb39 Binary files /dev/null and b/Mk0.Tools.SQLiteTools/nuget.exe differ diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config b/Mk0.Tools.SQLiteTools/packages.config similarity index 100% rename from Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config rename to Mk0.Tools.SQLiteTools/packages.config diff --git a/Mk0.Tools.SQLiteTools/publish-nuget.bat b/Mk0.Tools.SQLiteTools/publish-nuget.bat new file mode 100644 index 0000000..2bb13a8 --- /dev/null +++ b/Mk0.Tools.SQLiteTools/publish-nuget.bat @@ -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 \ No newline at end of file