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: v1.2.1
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 15 commits
  • 32 files changed
  • 3 contributors

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e851020 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.8.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.5.0...v17.8.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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    94cbfa5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add smart library packing sample

    kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5746907 View commit details
    Browse the repository at this point in the history
  2. Bump PolySharp from 1.13.2 to 1.14.1

    Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.13.2 to 1.14.1.
    - [Release notes](https://github.com/Sergio0694/PolySharp/releases)
    - [Commits](Sergio0694/PolySharp@1.13.2...1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: PolySharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    69da080 View commit details
    Browse the repository at this point in the history
  3. Bump the system group with 1 update

    Bumps the system group with 1 update: [System.Net.Http.WinHttpHandler](https://github.com/dotnet/runtime).
    
    
    Updates `System.Net.Http.WinHttpHandler` from 7.0.0 to 8.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: System.Net.Http.WinHttpHandler
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: system
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cadc1d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e06e0de View commit details
    Browse the repository at this point in the history
  5. Bump tests from net6.0 to net8.0

    kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6261f1b View commit details
    Browse the repository at this point in the history
  6. Delete entire unused nuget.config

    We don't really need trusted signers since we don't use package sources other than nuget.org and our own dev feed.
    kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    037ed79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9443aa View commit details
    Browse the repository at this point in the history
  8. Don't fail with SDK trying to validate package on nugetize

    Make sure nugetize always sets EnablePackageValidation=false to avoid SDK attempting to validate a non-existent package
    
    Fixes #482
    kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8c8de42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27283cb View commit details
    Browse the repository at this point in the history
  10. Bump Spectre.Console.Analyzer from 0.47.0 to 0.49.1

    Bumps [Spectre.Console.Analyzer](https://github.com/spectreconsole/spectre.console) from 0.47.0 to 0.49.1.
    - [Release notes](https://github.com/spectreconsole/spectre.console/releases)
    - [Commits](spectreconsole/spectre.console@0.47.0...0.49.1)
    
    ---
    updated-dependencies:
    - dependency-name: Spectre.Console.Analyzer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1b61abe View commit details
    Browse the repository at this point in the history
  11. ⬆️ Bump files with dotnet-file sync

    # devlooped/oss
    
    - NoTargets/Traversal SDKs now support central package versions too devlooped/oss@afca922
    - Enable floating versions for central packages by default devlooped/oss@b1d14c6
    - Update .gitignore with BenchmarkDotNet artifacts default path devlooped/oss@e20e906
    - Remove whitespace and add results to ignore devlooped/oss@ef852e7
    - Fix dependabot group for tests devlooped/oss@49661db
    - Only ignore App folder directly under the root devlooped/oss@02811fa
    - Add static usings to allow unprefixed ThrowXxxx devlooped/oss@6dfe21f
    - Update dotnet-file.yml with fix to create pull request action devlooped/oss@11a331d
    
    # devlooped/catbag
    
    - Remove usage of Linq in Base62 encoding devlooped/catbag@17d370a
    - Restore missing Linq namespace to fix build devlooped/catbag@c0d3076
    - Base62: Add ToBase62 extension method for Guid devlooped/catbag@966d2cd
    devlooped-bot authored and kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b4d6039 View commit details
    Browse the repository at this point in the history
  12. Fix warnings from xunit analyzer

    kzu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f877dda View commit details
    Browse the repository at this point in the history
  13. Fix badge for CI package

    kzu authored May 17, 2024
    Configuration menu
    Copy the full SHA
    b99fa63 View commit details
    Browse the repository at this point in the history
Loading