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: v0.4.9
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.11
Choose a head ref
  • 18 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 30, 2020

  1. Merge pull request #4 from kzu/dev

    Dev > Main
    kzu authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    15006a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from kzu/dev

    Dev > Main
    kzu authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    3b08183 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge pull request #6 from kzu/dev

    Dev > Main
    kzu authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a56ee06 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

Commits on Oct 2, 2020

  1. Merge pull request #8 from kzu/dev

    Make sure we never get duplicate NuspecFile items
    kzu authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    0f94fae View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Merge pull request #9 from kzu/dev

    Dev > Main
    kzu authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    9ea4572 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from kzu/dev

    Centrally managed package versions support
    kzu authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    a006075 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge pull request #11 from kzu/dev

    Dev > Main
    kzu authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3021900 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from kzu/dev

    Fix wrong curly brace in helper from #region
    kzu authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8832e91 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge pull request #13 from kzu/dev

    Dev > Main
    kzu authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    9390a6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from kzu/dev

    Make sure Release configuration is used in all steps
    kzu authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    90166fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from kzu/dev

    Ensure we have at least a dependency when testing package license
    kzu authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b87db80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from kzu/dev

    Add support for Microsoft.Build.NoTargets SDK
    kzu authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6c8ffda View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #18 from kzu/dev

    Inner devloop improvements
    kzu authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e9b43e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Merge pull request #21 from kzu/dev

    TargetPath and Compile pack improvements
    kzu authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5ae7fa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Merge pull request #23 from kzu/dev

    Minor improvements to dotnet-nugetize
    kzu authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    381be5d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Merge pull request #24 from kzu/dev

    Improvements on transitive package content with relative paths
    kzu authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e1db917 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Make sure the output package cleanup happens before Pack

    When using dotnet build, the ordering is slightly different than msbuild, so adding to PackDependsOn is more reliable.
    
    Fixes #22
    kzu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0ab59f7 View commit details
    Browse the repository at this point in the history
Loading