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: a56ee06
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88f3832
Choose a head ref
  • 2 commits
  • 31 files changed
  • 1 contributor

Commits on Oct 1, 2020

  1. Rename Kind to PackFolder

    Kind as metadata for an item does not look very idiomatic. Since every other property and metadata starts with `Pack`, this renames it to `PackFolder`. The `PackFolderKind` items define the defaults now.
    
    The compatiblity targets were extended to account for the now-legacy values from previous releases as well as the pre-fork nugetizer.
    
    Update the docs accordingly too.
    kzu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    062349c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from kzu/dev

    Rename Kind to PackFolder
    kzu authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    88f3832 View commit details
    Browse the repository at this point in the history
Loading