diff --git a/src/DtronixMessageQueue/DtronixMessageQueue.csproj b/src/DtronixMessageQueue/DtronixMessageQueue.csproj index 42c0b80..5081164 100644 --- a/src/DtronixMessageQueue/DtronixMessageQueue.csproj +++ b/src/DtronixMessageQueue/DtronixMessageQueue.csproj @@ -109,7 +109,7 @@ MinimumRecommendedRules.ruleset del $(TargetDir)\*.nupkg - $(SolutionDir)packages\NuGet.CommandLine.3.4.3\tools\nuget.exe pack $(SolutionDir)DtronixMessageQueue\DtronixMessageQueue.csproj -Symbols -Prop Configuration=Nuget -Verbosity Detailed + $(SolutionDir)packages\NuGet.CommandLine.4.1.0\tools\nuget.exe pack $(SolutionDir)DtronixMessageQueue\DtronixMessageQueue.csproj -Symbols -Prop Configuration=Nuget -Verbosity Detailed copy "$(SolutionDir)..\tools\NugetPush.bat" "$(TargetDir)NugetPush.bat" diff --git a/tools/GitLogOutput.bat b/tools/GitLogOutput.bat index 81b6104..e33def9 100644 --- a/tools/GitLogOutput.bat +++ b/tools/GitLogOutput.bat @@ -1 +1 @@ -git log v0.5..HEAD --pretty="%%H - %%s" --no-merges >output.txt \ No newline at end of file +git log v1.0..HEAD --pretty="%%H - %%s" --no-merges >output.txt \ No newline at end of file diff --git a/tools/NugetPush.bat b/tools/NugetPush.bat index 40ff7c9..f039b58 100644 --- a/tools/NugetPush.bat +++ b/tools/NugetPush.bat @@ -1,2 +1,2 @@ -..\..\..\packages\NuGet.CommandLine.3.4.3\tools\nuget.exe push *0.nupkg -Source https://www.nuget.org/api/v2/package -..\..\..\packages\NuGet.CommandLine.3.4.3\tools\nuget.exe push *.symbols.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file +..\..\..\packages\NuGet.CommandLine.4.1.0\tools\nuget.exe push *0.nupkg -Source https://www.nuget.org/api/v2/package +..\..\..\packages\NuGet.CommandLine.4.1.0\tools\nuget.exe push *.symbols.nupkg -Source https://nuget.smbsrc.net/ \ No newline at end of file