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: 15006a6
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b08183
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    c5364e5 View commit details
    Browse the repository at this point in the history
  2. Added tests for content files metadata in nuspec

    Content files can have additional metadata that controls how they are included in the referencing project. See https://docs.microsoft.com/en-us/nuget/reference/nuspec#using-the-contentfiles-element-for-content-files.
    
    These tests ensure we set the right metadata in the nuspec we generate.
    
    Added the nuspec full path as metadata to the output item from CreatePackage if nuspec generation is opted-in, which now allows us to test the final nuspec without generating the full nupkg too :) (leveraging something the dotnet-nugetize tool already uses for the same purpose).
    kzu committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e5a7239 View commit details
    Browse the repository at this point in the history
  3. Render content files metadata too

    This is very useful for contentFiles which might provide buildAction, copyToOutput and Flatten metadata too.
    kzu committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    0f09cef View commit details
    Browse the repository at this point in the history
  4. 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
Loading