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.7.4
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.7.5
Choose a head ref
  • 18 commits
  • 35 files changed
  • 5 contributors

Commits on Jul 20, 2021

  1. 🖉 Update changelog with v0.7.4

    github-actions committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    65473cf View commit details
    Browse the repository at this point in the history
  2. 🖉 Update changelog with v0.7.4

    github-actions committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f8dc348 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Bump files with dotnet-file sync

    # devlooped/oss
    
    - Improve default rendering of header icon devlooped/oss@9db26e2
    kzu committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ad1d4cc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. SDK Pack PackAsTool compatibility

    Causes PackFolder=tool in nugetizer.
    
    Fixes #131
    kzu committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f64b2bb View commit details
    Browse the repository at this point in the history
  2. Improve SDK Pack compatibility for framework-specific tools

    SDK Pack always packs tools as framework-specific, so we
    default to doing the same.
    
    Fixes #132
    
    tools
    kzu committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7741367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0819ffb View commit details
    Browse the repository at this point in the history
  4. Normalize all paths for consistency, use SDK Pack format

    We used to perform no path normalization in the AssignPackagePath task, and this meant we could easily end with mixed paths, making it difficult to tell apart which are the same, and when comparing via code, having to take into account the possibility that there might be a mixture.
    
    To simplify things, we now normalize all paths to use the / forward slash which is more compatible for cross-platform projects, is already supported universally in MSBuild as well as NuGet, and entirely avoids having to do \\ double slashes for escaping (or @ literals) in code.
    
    Fixes #135
    kzu committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    81f82f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Bump NuGet.Packaging from 5.10.0 to 5.11.0

    Bumps [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) from 5.10.0 to 5.11.0.
    - [Release notes](https://github.com/NuGet/NuGet.Client/releases)
    - [Commits](https://github.com/NuGet/NuGet.Client/commits)
    
    ---
    updated-dependencies:
    - dependency-name: NuGet.Packaging
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    eac1e6f View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.TestPlatform.ObjectModel from 16.10.0 to 16.11.0

    Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.10.0...v16.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.TestPlatform.ObjectModel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    11f312c View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.10.0...v16.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    caa9f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Bump Microsoft.Build from 16.6.0 to 16.11.0

    Bumps [Microsoft.Build](https://github.com/dotnet/msbuild) from 16.6.0 to 16.11.0.
    - [Release notes](https://github.com/dotnet/msbuild/releases)
    - [Commits](https://github.com/dotnet/msbuild/commits/v16.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b439ded View commit details
    Browse the repository at this point in the history
  2. Bump Mono.Options from 6.6.0.161 to 6.12.0.148

    Bumps Mono.Options from 6.6.0.161 to 6.12.0.148.
    
    ---
    updated-dependencies:
    - dependency-name: Mono.Options
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6a0d1f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Bump files with dotnet-file sync

    # devlooped/oss
    
    - Add bydesign to excluded labels from changelog devlooped/oss@b92dfed
    - List of excluded labels should be coma separated devlooped/oss@a9a7616
    - If PackAsTool=true, default IsPackable=true, for obvious reasons devlooped/oss@fde1f6f
    - Generate API documentation for non-tests projects by default devlooped/oss@32213f2
    - Escape double quotes from changelog devlooped/oss@2b73cb3
    - Replace double quotes with single quotes devlooped/oss@0cbe576
    - Replace 'undefined' JSON keyword devlooped/oss@b07aaab
    
    # devlooped/.github
    
    - Allow overriding target pages org devlooped/.github@8f41377
    - Improve overriding and defaulting for token too devlooped/.github@245ad41
    - Allow running pages workflow manually devlooped/.github@4234724
    - Pages access token should always come from secrets devlooped/.github@e8f3774
    kzu committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    71cd75b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Fixed using of license file.

    denjmpr authored and kzu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    51fd5cc View commit details
    Browse the repository at this point in the history
  2. Bump files with dotnet-file sync

    # devlooped/oss
    
    - If PackFolder is specified, assume IsPackable=true devlooped/oss@b0249cf
    - Automatically set/include icon.png and readme.md devlooped/oss@e260665
    - Automatically retry failed tests up to 5 times devlooped/oss@8bc16a7
    - Ensure GNU grep is used on macOS devlooped/oss@964caa3
    - Ignore TestResults folders devlooped/oss@a9f9d3f
    - Add nuget.org as first restore source, for convenience devlooped/oss@3f294a1
    kzu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    99e3e42 View commit details
    Browse the repository at this point in the history
  3. Bump MSBuild.StructuredLogger from 2.1.507 to 2.1.545

    Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) from 2.1.507 to 2.1.545.
    - [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
    - [Commits](https://github.com/KirillOsenkov/MSBuildStructuredLog/commits)
    
    ---
    updated-dependencies:
    - dependency-name: MSBuild.StructuredLogger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a532bf7 View commit details
    Browse the repository at this point in the history
  4. Update NuGetizer.Tests.csproj

    kzu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8aff951 View commit details
    Browse the repository at this point in the history
  5. 🖉 Update changelog with v0.7.5

    github-actions committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6cbc178 View commit details
    Browse the repository at this point in the history
Loading