Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump DotNet.ReproducibleBuilds.Isolated from 1.2.4 to 1.2.25 (#200)
Bumps [DotNet.ReproducibleBuilds.Isolated](https://github.com/dotnet/reproducible-builds) from 1.2.4 to 1.2.25. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/reproducible-builds/releases">DotNet.ReproducibleBuilds.Isolated's releases</a>.</em></p> <blockquote> <h2>v1.2.25</h2> <p>This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:</p> <ul> <li>The minimum required SDK version is now .NET 8</li> <li>The <code>RepositoryBranch</code> logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9</li> </ul> <h2>Removals</h2> <ul> <li>Bump required SDK to 8+ and remove fixed issues by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/52">dotnet/reproducible-builds#52</a></li> </ul> <h2>What's changed</h2> <ul> <li>Align RepositoryBranch logic with .NET 9 by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/50">dotnet/reproducible-builds#50</a></li> </ul> <h2>Tidying up</h2> <ul> <li>Clean up README and add status badges by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/41">dotnet/reproducible-builds#41</a></li> <li>fix References link by <a href="https://github.com/bergren2"><code>@bergren2</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/38">dotnet/reproducible-builds#38</a></li> <li>Migrate from SignClient to <code>sign</code> tool and specify SDK in global.json by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/43">dotnet/reproducible-builds#43</a></li> <li>Add tests for package by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/47">dotnet/reproducible-builds#47</a></li> <li>Add CODEOWNERS by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/48">dotnet/reproducible-builds#48</a></li> <li>Add test cases for detecting CI environments and setting ContinuousIntegrationBuild by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/49">dotnet/reproducible-builds#49</a></li> <li>Shorten up the DotNet.ReproducibleBuilds package props file. by <a href="https://github.com/AraHaan"><code>@AraHaan</code></a> in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/11">dotnet/reproducible-builds#11</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bergren2"><code>@bergren2</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/38">dotnet/reproducible-builds#38</a></li> <li><a href="https://github.com/AraHaan"><code>@AraHaan</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/reproducible-builds/pull/11">dotnet/reproducible-builds#11</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25">https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/reproducible-builds/commit/714df2e17493c71d0db054727f62a82810eeac7d"><code>714df2e</code></a> Bump required SDK to 8+ and remove fixed issues (<a href="https://redirect.github.com/dotnet/reproducible-builds/issues/52">#52</a>)</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/f2c641c7f4400558ba7af571cdfb90cf527a1e41"><code>f2c641c</code></a> Align RepositoryBranch logic with .NET 9 (<a href="https://redirect.github.com/dotnet/reproducible-builds/issues/50">#50</a>)</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/94faeb18d35e5bb0a94b09833d179c19151162f9"><code>94faeb1</code></a> Shorten up the DotNet.ReproducibleBuilds package props file. (<a href="https://redirect.github.com/dotnet/reproducible-builds/issues/11">#11</a>)</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/4336d5900c299a571f8aac317a0e09e69652e704"><code>4336d59</code></a> Add test cases for detecting CI environments and setting ContinuousIntegratio...</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/d8255e24d4c25f593d34b90e3f7486f649ee2575"><code>d8255e2</code></a> Merge branch 'main' into refactor/ci-property-tests</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/710a24878c7c1b913a8f5a2e6f1c392b7b7c65d6"><code>710a248</code></a> Add CODEOWNERS (<a href="https://redirect.github.com/dotnet/reproducible-builds/issues/48">#48</a>)</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/04ab71c991949f521c06e6c8235831656f8365c2"><code>04ab71c</code></a> Create new ProjectCollection per test</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/e9e2112e68ce66414c729c9659bf148241e5cc24"><code>e9e2112</code></a> Add tests for CI providers to ContinuousIntegrationBuild</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/c3c9e9d2250adfaf2cbb87ec50d0900456007c9e"><code>c3c9e9d</code></a> Add CODEOWNERS</li> <li><a href="https://github.com/dotnet/reproducible-builds/commit/5230e3309747738ab7afe4249a292fe85db3ad70"><code>5230e33</code></a> Simplify RepositoryBranch tests</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DotNet.ReproducibleBuilds.Isolated&package-manager=nuget&previous-version=1.2.4&new-version=1.2.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information