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