From f00b23fb117e16f8a753f5a707f4b4efdc559f41 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Sun, 14 Apr 2019 18:02:05 +0200 Subject: [PATCH] reorganize --- ...Mk0.Tools.Password.sln => Mk0.Tools.Password.sln | 0 .../Mk0.Tools.Password.csproj | 0 .../{Mk0.Tools.Password => }/PasswordStrength.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../{Mk0.Tools.Password => }/nuget.exe | Bin Mk0.Tools.Password/publish-nuget.bat | 6 ++++++ 6 files changed, 6 insertions(+) rename Mk0.Tools.Password/Mk0.Tools.Password.sln => Mk0.Tools.Password.sln (100%) rename Mk0.Tools.Password/{Mk0.Tools.Password => }/Mk0.Tools.Password.csproj (100%) rename Mk0.Tools.Password/{Mk0.Tools.Password => }/PasswordStrength.cs (100%) rename Mk0.Tools.Password/{Mk0.Tools.Password => }/Properties/AssemblyInfo.cs (100%) rename Mk0.Tools.Password/{Mk0.Tools.Password => }/nuget.exe (100%) create mode 100644 Mk0.Tools.Password/publish-nuget.bat diff --git a/Mk0.Tools.Password/Mk0.Tools.Password.sln b/Mk0.Tools.Password.sln similarity index 100% rename from Mk0.Tools.Password/Mk0.Tools.Password.sln rename to Mk0.Tools.Password.sln diff --git a/Mk0.Tools.Password/Mk0.Tools.Password/Mk0.Tools.Password.csproj b/Mk0.Tools.Password/Mk0.Tools.Password.csproj similarity index 100% rename from Mk0.Tools.Password/Mk0.Tools.Password/Mk0.Tools.Password.csproj rename to Mk0.Tools.Password/Mk0.Tools.Password.csproj diff --git a/Mk0.Tools.Password/Mk0.Tools.Password/PasswordStrength.cs b/Mk0.Tools.Password/PasswordStrength.cs similarity index 100% rename from Mk0.Tools.Password/Mk0.Tools.Password/PasswordStrength.cs rename to Mk0.Tools.Password/PasswordStrength.cs diff --git a/Mk0.Tools.Password/Mk0.Tools.Password/Properties/AssemblyInfo.cs b/Mk0.Tools.Password/Properties/AssemblyInfo.cs similarity index 100% rename from Mk0.Tools.Password/Mk0.Tools.Password/Properties/AssemblyInfo.cs rename to Mk0.Tools.Password/Properties/AssemblyInfo.cs diff --git a/Mk0.Tools.Password/Mk0.Tools.Password/nuget.exe b/Mk0.Tools.Password/nuget.exe similarity index 100% rename from Mk0.Tools.Password/Mk0.Tools.Password/nuget.exe rename to Mk0.Tools.Password/nuget.exe diff --git a/Mk0.Tools.Password/publish-nuget.bat b/Mk0.Tools.Password/publish-nuget.bat new file mode 100644 index 0000000..2bb13a8 --- /dev/null +++ b/Mk0.Tools.Password/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