Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (25 loc) · 1.65 KB

Changelog.md

File metadata and controls

44 lines (25 loc) · 1.65 KB

##Release 1.0.11

  • Updated Nuget.exe from 3.3 to 4.1
  • Fix ambiguous option 's' by specifying full name of argument

##Release 1.0.10

  • Added support for excluding wildcard patterns when creating package.
  • Updated NuGet.exe from 2.8.x to 3.3
  • Symbols are new automatically published along with the package on build time.

##Release 1.0.9

  • Fixed issue related to bug fix for 1.0.7 where publishing failed to use the correct package name.

##Release 1.0.8

  • Removed timeout restriction when building and publishing NuGet packages.

##Release 1.0.7

  • Fixed bug where binary output name was used instead of project name when building a nuget package from project.

  • Added support for build configuration specific package generation.

##Release 1.0.6

##Release 1.0.5

  • Now using NuGet.exe 2.8.5
  • {project}.nuspec files are no longer removed when uninstalling. This fixes the issue with running a Update-Package from Package Manager Console where all .nuspec files will be removed and added again.

##Release 1.0.3

  • Fixed bug when parsing PublishApiKey or PublishSource from MSBuild to NuGet.Package.Builder.