Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9ea4572
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b22592e
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 4, 2020

  1. Explicitly fail build with clear message when IsPackable but no Packa…

    …geId
    
    This is not an easy situation to end up in, but without a clear error message, it would be quite hard to troubleshoot.
    kzu committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    1923417 View commit details
    Browse the repository at this point in the history
  2. Add support for centrally managed package versions

    See feature spec on NuGet at https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions.
    
    This feature is shipping (with partial IDE and CLI support, but fully working in MSBuild already) in current .NET5 previews, and it's stable and useful enough to support in NuGetizer built-in.
    
    These changes make it possible to automatically pack (as dependency or private assets) PackageReference which don't specify a Version because it's done in a Directory.Packages.props file instead.
    kzu committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    ba39371 View commit details
    Browse the repository at this point in the history
  3. Consider --debug when a debugger is attached to nugetize CLI

    Just like we do with --bl, which makes it very convenient for local debugging/troubleshooting.
    kzu committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    b22592e View commit details
    Browse the repository at this point in the history
Loading