Expose VersionSourceIncrement property in output variables#4815
Closed
Expose VersionSourceIncrement property in output variables#4815
Conversation
Copilot
AI
changed the title
[WIP] Expose VersionSourceIncrement property in output variables
Expose VersionSourceIncrement property in output variables
Feb 10, 2026
Copilot
AI
changed the title
Expose VersionSourceIncrement property in output variables
Expose Feb 10, 2026
VersionSourceIncrement property in output variables
Copilot
AI
changed the title
Expose
Expose VersionSourceIncrement property in output variables
Feb 10, 2026
VersionSourceIncrement property in output variables4824bfc to
1947b91
Compare
arturcic
approved these changes
Feb 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new VersionSourceIncrement output variable to GitVersion so consumers can see which increment strategy (None, Patch, Minor, Major) was used during next-version calculation, and threads it through JSON/MSBuild output + docs + snapshots.
Changes:
- Propagates
VersionSourceIncrementfrom version calculation (NextVersionCalculator) through format values/variable provider intoGitVersionVariables. - Exposes the variable via JSON output model and MSBuild task/targets integration.
- Updates docs and approved snapshot outputs to include the new variable.
Reviewed changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/GitVersion.Core/SemVer/SemanticVersionBuildMetaData.cs | Adds VersionSourceIncrement to build metadata + copy ctor propagation. |
| src/GitVersion.Core/VersionCalculation/VersionCalculators/NextVersionCalculator.cs | Extracts increment strategy from base version and attaches it to final build metadata. |
| src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersionFormatValues.cs | Exposes VersionSourceIncrement as a formatted value. |
| src/GitVersion.Core/VersionCalculation/VariableProvider.cs | Threads the new formatted value into GitVersionVariables. |
| src/GitVersion.Core/OutputVariables/GitVersionVariables.cs | Adds VersionSourceIncrement variable (but also changes record primary ctor ordering). |
| src/GitVersion.Output/Serializer/VersionVariablesJsonModel.cs | Adds VersionSourceIncrement to JSON model for serialized output. |
| src/GitVersion.MsBuild/Tasks/GetVersion.cs | Adds MSBuild task output property VersionSourceIncrement. |
| src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets | Binds the new output to MSBuild properties/WiX constants (contains a define-constant typo). |
| src/GitVersion.Core/PublicAPI.Unshipped.txt | Records new public API surface for core outputs/format values/build metadata. |
| src/GitVersion.MsBuild/PublicAPI.Unshipped.txt | Records new public API surface for MSBuild task output. |
| src/GitVersion.Core.Tests/Core/GitVersionExecutorTests.cs | Updates version-cache JSON test content to include new field. |
| src/GitVersion.Core.Tests/Helpers/TestableGitVersionVariables.cs | Updates test helper to include new variable in construction. |
| src/GitVersion.Core.Tests/VersionCalculation/Approved/*.approved.txt | Updates approved JSON snapshots to include VersionSourceIncrement. |
| src/GitVersion.Output.Tests/Output/Approved/cs/*.approved.txt | Updates approved C# GitVersionInfo output snapshots. |
| src/GitVersion.Output.Tests/Output/Approved/fs/*.approved.txt | Updates approved F# GitVersionInfo output snapshots. |
| src/GitVersion.Output.Tests/Output/Approved/vb/*.approved.txt | Updates approved VB GitVersionInfo output snapshots. |
| src/GitVersion.Output.Tests/Output/Approved/WixFileTests.*.approved.txt | Updates approved WiX defines snapshots. |
| docs/input/docs/reference/variables.md | Documents the new output variable and updates JSON example/table. |
| docs/input/docs/reference/version-increments.md | Updates conventional-commits reference link. |
| docs/input/docs/reference/configuration.md | Updates conventional-commits reference link. |
| docs/input/docs/reference/mdsource/configuration.source.md | Updates conventional-commits reference link. |
| docs/input/docs/reference/build-servers/teamcity.md | Removes a “Guides” link section. |
| build/common/Utilities/Models.cs | Adjusts build-metadata null handling in build utilities. |
| build/common/Addins/GitVersion/GitVersionAliases.cs | Minor alias API/documentation tweak. |
| build/common/Addins/GitVersion/GitVersion.cs | Updates build addin GitVersion model to include new output + refreshed docs/types. |
src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets
Outdated
Show resolved
Hide resolved
81b061b to
01a7409
Compare
228fc32 to
b9dd9ea
Compare
arturcic
reviewed
Feb 10, 2026
src/GitVersion.Core/VersionCalculation/VersionCalculators/NextVersionCalculator.cs
Show resolved
Hide resolved
Member
|
@HHobeck please have a look on the changes Copilot did and please make sure the GitVersion variable is properly set |
This was referenced Mar 16, 2026
Closed
Closed
Closed
This was referenced Mar 23, 2026
Open
Open
This was referenced Mar 30, 2026
corpo-iwillspeak
pushed a commit
to crispthinking/athena-dotnet-client
that referenced
this pull request
Mar 30, 2026
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.4 to 8.0.0. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 8.0.0 **Special Thanks:** A huge thank you to [@Bertk](https://github.com/Bertk) for driving the majority of the work in this release! 🎉 ### Fixed - Fix System.CommandLine 2.0 release is available [#1776](https://github.com/coverlet-coverage/coverlet/issues/1776) - Fix Excluding From Coverage bad defaults from given example [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764) - Fix branchpoint exclusion for sdk 8.0.407 [#1741](https://github.com/coverlet-coverage/coverlet/issues/1741) - Fix missing copyright information in NuGet [#1794](https://github.com/coverlet-coverage/coverlet/issues/1794) - Fix bad default values in documentation [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764) by <https://github.com/cboudereau> ### Improvements - Coverlet MTP extension feature [#1788](https://github.com/coverlet-coverage/coverlet/pull/1788) - Generate SBOM for nuget packages [#1752](https://github.com/coverlet-coverage/coverlet/pull/1752) - Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages [#1742](https://github.com/coverlet-coverage/coverlet/pull/1742) - Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json [#1733](https://github.com/coverlet-coverage/coverlet/pull/1733) - Use latest System.CommandLine version [#1660](https://github.com/coverlet-coverage/coverlet/pull/1660) - Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (**Breaking Change**) - Use [xunit.v3](https://xunit.net/docs/getting-started/v3/whats-new) for tests and example code [Diff between 6.0.4 and 8.0.0](https://github.com/coverlet-coverage/coverlet/compare/v6.0.4...v8.0.0) Commits viewable in [compare view](https://github.com/coverlet-coverage/coverlet/compare/v6.0.4...v8.0.0). </details> Updated [dotenv.net](https://github.com/bolorundurowb/dotenv.net) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> _Sourced from [dotenv.net's releases](https://github.com/bolorundurowb/dotenv.net/releases)._ ## 4.0.1 ## What's Changed * chore/fix readme by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/35 * feature/add multi env support by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/36 * feature/split env reading from loading by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/37 * feature/add fluent api tests by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/38 * feature/update docs for v3 by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/39 * bug/fix missing env exception by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/41 * Removed unused reference to System.Memory package by @Mondonno in https://github.com/bolorundurowb/dotenv.net/pull/42 * docs(readme): fix probForEnv default value by @caveman-dick in https://github.com/bolorundurowb/dotenv.net/pull/44 * feature: enabled multi-line parsing of env files by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/49 * Revert "feature: enabled multi-line parsing of env files" by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/50 * Feature: Added multi-line parsing via double quotes & Fix: Pipelines by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/52 * chore: fix typos in DotEnvOptions.cs by @bobbyg603 in https://github.com/bolorundurowb/dotenv.net/pull/55 * feature: Added support for multi-line variables separated by dots by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/54 * ft/support escaping trailing backslashes by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/62 * #56 | fix exception path in probe for env by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/63 * ch/add OIDC proof tests by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/64 * ft/add export syntax support by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/65 * ft #66: update method documentation by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/68 ## New Contributors * @Mondonno made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/42 * @caveman-dick made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/44 * @VijoPlays made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/49 * @bobbyg603 made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/55 **Full Changelog**: https://github.com/bolorundurowb/dotenv.net/compare/v2.1.3...v4.0.1 Commits viewable in [compare view](https://github.com/bolorundurowb/dotenv.net/commits/v4.0.1). </details> Updated [GitVersion.MsBuild](https://github.com/GitTools/GitVersion) from 6.5.1 to 6.6.0. <details> <summary>Release notes</summary> _Sourced from [GitVersion.MsBuild's releases](https://github.com/GitTools/GitVersion/releases)._ ## 6.6.0 __Documentation__ - [__#4823__](https://github.com/GitTools/GitVersion/issues/4823) Update docs to include `dnx` usage by [arturcic](https://github.com/arturcic) resolved in [__!4824__](https://github.com/GitTools/GitVersion/pull/4824) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent) __Features__ - [__!4804__](https://github.com/GitTools/GitVersion/pull/4804) Expose VersionSourceSemVer as Output Variable by [jakublatkowski](https://github.com/jakublatkowski) - [__#4808__](https://github.com/GitTools/GitVersion/issues/4808) Renaming `CommitsSinceVersionSource` to `VersionSourceDistance` by [arturcic](https://github.com/arturcic) resolved in [__!4810__](https://github.com/GitTools/GitVersion/pull/4810) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - [__#4814__](https://github.com/GitTools/GitVersion/issues/4814) Expose the `VersionSourceIncrement` property in output variables by [jakublatkowski](https://github.com/jakublatkowski) resolved in [__!4815__](https://github.com/GitTools/GitVersion/pull/4815) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent), [__!4820__](https://github.com/GitTools/GitVersion/pull/4820) by [jakublatkowski](https://github.com/jakublatkowski) __Improvements__ - [__#4418__](https://github.com/GitTools/GitVersion/issues/4418) [ISSUE]: GitVersion sometimes takes several hours, seemingly hanging for several minutes between steps by [ChristoWolf](https://github.com/ChristoWolf) resolved in [__!4809__](https://github.com/GitTools/GitVersion/pull/4809) by [sanelson](https://github.com/sanelson) - [__!4789__](https://github.com/GitTools/GitVersion/pull/4789) Support integer formatting with specifiers D and B by [BCSharp](https://github.com/BCSharp) raised in [__#4788__](https://github.com/GitTools/GitVersion/issues/4788) by [BCSharp](https://github.com/BCSharp) - [__!4812__](https://github.com/GitTools/GitVersion/pull/4812) refactor(serializer): utilize source-generated JSON context for seria… by [arturcic](https://github.com/arturcic) - [__!4817__](https://github.com/GitTools/GitVersion/pull/4817) refactor(gitversion-variables): Standardize output variable order by [arturcic](https://github.com/arturcic) As part of this release we had [131 commits](https://github.com/GitTools/GitVersion/compare/6.5.1...6.6.0) which resulted in [37 issues](https://github.com/GitTools/GitVersion/milestone/81?closed=1) being closed. __Bugs__ - [__#4056__](https://github.com/GitTools/GitVersion/issues/4056) [ISSUE]: NotImplementedException in TrunkBased-Workflow by [steven-r](https://github.com/steven-r) resolved in [__!4793__](https://github.com/GitTools/GitVersion/pull/4793) by [HHobeck](https://github.com/HHobeck) - [__#4795__](https://github.com/GitTools/GitVersion/issues/4795) [ISSUE]: "track-merge-target: false" reads tag from other branch by [Ult0r](https://github.com/Ult0r) resolved in [__!4796__](https://github.com/GitTools/GitVersion/pull/4796) by [HHobeck](https://github.com/HHobeck) __Dependencies__ - [__!4766__](https://github.com/GitTools/GitVersion/pull/4766) (docs deps): Bump mdast-util-to-hast from 13.0.2 to 13.2.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4768__](https://github.com/GitTools/GitVersion/pull/4768) (build deps): Bump jetbrains/qodana-action from 2025.2.2 to 2025.2.3 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4769__](https://github.com/GitTools/GitVersion/pull/4769) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4770__](https://github.com/GitTools/GitVersion/pull/4770) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4771__](https://github.com/GitTools/GitVersion/pull/4771) (deps): Bump JsonSchema.Net.Generation from 5.1.1 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4772__](https://github.com/GitTools/GitVersion/pull/4772) (sdk): Bump dotnet-sdk from 10.0.100 to 10.0.101 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4774__](https://github.com/GitTools/GitVersion/pull/4774) (deps): Bump Microsoft.Extensions.DependencyInjection.Abstractions and 3 others by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4775__](https://github.com/GitTools/GitVersion/pull/4775) (build deps): Bump jetbrains/qodana-action from 2025.2.3 to 2025.2.4 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4777__](https://github.com/GitTools/GitVersion/pull/4777) (deps): Bump the microsoft group with 9 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4778__](https://github.com/GitTools/GitVersion/pull/4778) (deps): Bump Cake.Codecov from 3.0.0 to 3.0.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4780__](https://github.com/GitTools/GitVersion/pull/4780) (build deps): Bump actions/cache from 4 to 5 in the actions group by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4781__](https://github.com/GitTools/GitVersion/pull/4781) (deps): Bump Cake.Codecov from 3.0.1 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4783__](https://github.com/GitTools/GitVersion/pull/4783) (build deps): Bump the actions group with 2 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4784__](https://github.com/GitTools/GitVersion/pull/4784) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4786__](https://github.com/GitTools/GitVersion/pull/4786) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4787__](https://github.com/GitTools/GitVersion/pull/4787) (deps): Bump JunitXml.TestLogger from 7.0.2 to 7.1.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4790__](https://github.com/GitTools/GitVersion/pull/4790) (deps): Bump the analyzers group with 2 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4791__](https://github.com/GitTools/GitVersion/pull/4791) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.1.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4792__](https://github.com/GitTools/GitVersion/pull/4792) (build deps): Bump jetbrains/qodana-action from 2025.2.4 to 2025.3.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4798__](https://github.com/GitTools/GitVersion/pull/4798) (deps): Bump the microsoft group with 1 update by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4799__](https://github.com/GitTools/GitVersion/pull/4799) (deps): Bump JunitXml.TestLogger from 7.1.0 to 8.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4800__](https://github.com/GitTools/GitVersion/pull/4800) (sdk): Bump dotnet-sdk from 10.0.101 to 10.0.102 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4801__](https://github.com/GitTools/GitVersion/pull/4801) (deps): Bump the microsoft group with 11 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4811__](https://github.com/GitTools/GitVersion/pull/4811) (deps): Bump JsonSchema.Net.Generation from 6.0.0 to 7.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits viewable in [compare view](https://github.com/GitTools/GitVersion/compare/6.5.1...6.6.0). </details> Updated [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.71.0 to 2.76.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Net.Client's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 * Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2682 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 * @asheshvidyut made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2682 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0). </details> Updated [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/dotnet) from 10.0.1 to 10.0.5. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.DependencyInjection's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.Extensions.Http](https://github.com/dotnet/dotnet) from 9.0.9 to 10.0.5. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Http's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.115 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.114 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources). Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.113 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.Extensions.Options](https://github.com/dotnet/dotnet) from 9.0.9 to 10.0.5. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Options's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.115 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.114 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources). Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.113 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.3.0 ## What's Changed * Fix answer file splitting by @nohwnd in https://github.com/microsoft/vstest/pull/15306 ## Internal fixes and updates * Bump branding to 18.1 by @nohwnd in https://github.com/microsoft/vstest/pull/15286 * Remove stale copy of S.ComponentModel.Composition from testplatform packages by @ViktorHofer in https://github.com/microsoft/vstest/pull/15287 * Update codeflow metadata to fix backflow by @premun in https://github.com/microsoft/vstest/pull/15291 * [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283 * Update Microsoft.Build.Utilities.Core by @Youssef1313 in https://github.com/microsoft/vstest/pull/15300 * Disable DynamicNative instrumentation by default by @nohwnd in https://github.com/microsoft/vstest/pull/15299 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15293 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15302 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15314 * Delete sha1 custom implementation we are not using for a long time by @nohwnd in https://github.com/microsoft/vstest/pull/15313 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15315 * Update branding to 18.3.0 by @nohwnd in https://github.com/microsoft/vstest/pull/15321 * [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15264 * Revert adding dotnet_host_path workaround by @nohwnd in https://github.com/microsoft/vstest/pull/15328 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15338 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15322 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15343 * Change PreReleaseVersionLabel from 'preview' to 'release' by @nohwnd in https://github.com/microsoft/vstest/pull/15352 * [rel/18.3] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15354 * [rel/18.3] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15389 * [rel/18.3] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400 * Update build tools to 17.11.48 to be source buildable by @nohwnd in https://github.com/microsoft/vstest/pull/15310 * Disable publishing on RTM by @nohwnd in https://github.com/microsoft/vstest/pull/15296 * Don't access nuget.org for package feeds by @nohwnd in https://github.com/microsoft/vstest/pull/15316 * No nuget access fix tests by @nohwnd in https://github.com/microsoft/vstest/pull/15317 * Disable Dependabot updates in dependabot.yml by @mmitche in https://github.com/microsoft/vstest/pull/15324 ## New Contributors * @premun made their first contribution in https://github.com/microsoft/vstest/pull/15291 Commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0). </details> Updated [ResolverAthena.Grpc.Client](https://github.com/crispthinking/athena-dotnet-models) from 0.7.0 to 1.0.0. <details> <summary>Release notes</summary> _Sourced from [ResolverAthena.Grpc.Client's releases](https://github.com/crispthinking/athena-dotnet-models/releases)._ ## 1.0.0 ## What's Changed * Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/7 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/6 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/5 * feat: Bump athena-protobufs submodule to deprecate BRG format by @iwillspeak in https://github.com/crispthinking/athena-dotnet-models/pull/8 ## New Contributors * @dependabot[bot] made their first contribution in https://github.com/crispthinking/athena-dotnet-models/pull/7 * @iwillspeak made their first contribution in https://github.com/crispthinking/athena-dotnet-models/pull/8 **Full Changelog**: https://github.com/crispthinking/athena-dotnet-models/compare/v0.7.0...v1.0.0 Commits viewable in [compare view](https://github.com/crispthinking/athena-dotnet-models/compare/v0.7.0...v1.0.0). </details> Updated [System.CommandLine](https://github.com/dotnet/dotnet) from 2.0.0-rc.1.25451.107 to 2.0.5. <details> <summary>Release notes</summary> _Sourced from [System.CommandLine's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [System.Threading.Tasks.Dataflow](https://github.com/dotnet/dotnet) from 8.0.1 to 10.0.5. <details> <summary>Release notes</summary> _Sourced from [System.Threading.Tasks.Dataflow's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.115 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.114 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources). Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.113 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.7 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.6 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.5 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.4 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.3 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.2 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.1 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-rc.2.24473.5 You can build NET 9.0 RC2 from the repository by cloning the release tag `v9.0.0-rc.2.24473.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-rc.1.24431.7 You can build .NET 9.0 RC1 from the repository by cloning the release tag `v9.0.0-rc.1.24431.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.7.24405.7 You can build .NET 9.0 Preview 7 from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.6.24327.7 You can build .NET 9.0 Preview 6 from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.5.24306.7 You can build .NET 9.0 Preview 5 from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.4.24266.19 You can build .NET 9.0 Preview 4 from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-p…
corpo-iwillspeak
pushed a commit
to crispthinking/athena-dotnet-client
that referenced
this pull request
Mar 30, 2026
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.4 to 8.0.0. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 8.0.0 **Special Thanks:** A huge thank you to [@Bertk](https://github.com/Bertk) for driving the majority of the work in this release! 🎉 ### Fixed - Fix System.CommandLine 2.0 release is available [#1776](https://github.com/coverlet-coverage/coverlet/issues/1776) - Fix Excluding From Coverage bad defaults from given example [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764) - Fix branchpoint exclusion for sdk 8.0.407 [#1741](https://github.com/coverlet-coverage/coverlet/issues/1741) - Fix missing copyright information in NuGet [#1794](https://github.com/coverlet-coverage/coverlet/issues/1794) - Fix bad default values in documentation [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764) by <https://github.com/cboudereau> ### Improvements - Coverlet MTP extension feature [#1788](https://github.com/coverlet-coverage/coverlet/pull/1788) - Generate SBOM for nuget packages [#1752](https://github.com/coverlet-coverage/coverlet/pull/1752) - Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages [#1742](https://github.com/coverlet-coverage/coverlet/pull/1742) - Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json [#1733](https://github.com/coverlet-coverage/coverlet/pull/1733) - Use latest System.CommandLine version [#1660](https://github.com/coverlet-coverage/coverlet/pull/1660) - Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (**Breaking Change**) - Use [xunit.v3](https://xunit.net/docs/getting-started/v3/whats-new) for tests and example code [Diff between 6.0.4 and 8.0.0](https://github.com/coverlet-coverage/coverlet/compare/v6.0.4...v8.0.0) Commits viewable in [compare view](https://github.com/coverlet-coverage/coverlet/compare/v6.0.4...v8.0.0). </details> Updated [dotenv.net](https://github.com/bolorundurowb/dotenv.net) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> _Sourced from [dotenv.net's releases](https://github.com/bolorundurowb/dotenv.net/releases)._ ## 4.0.1 ## What's Changed * chore/fix readme by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/35 * feature/add multi env support by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/36 * feature/split env reading from loading by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/37 * feature/add fluent api tests by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/38 * feature/update docs for v3 by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/39 * bug/fix missing env exception by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/41 * Removed unused reference to System.Memory package by @Mondonno in https://github.com/bolorundurowb/dotenv.net/pull/42 * docs(readme): fix probForEnv default value by @caveman-dick in https://github.com/bolorundurowb/dotenv.net/pull/44 * feature: enabled multi-line parsing of env files by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/49 * Revert "feature: enabled multi-line parsing of env files" by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/50 * Feature: Added multi-line parsing via double quotes & Fix: Pipelines by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/52 * chore: fix typos in DotEnvOptions.cs by @bobbyg603 in https://github.com/bolorundurowb/dotenv.net/pull/55 * feature: Added support for multi-line variables separated by dots by @VijoPlays in https://github.com/bolorundurowb/dotenv.net/pull/54 * ft/support escaping trailing backslashes by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/62 * #56 | fix exception path in probe for env by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/63 * ch/add OIDC proof tests by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/64 * ft/add export syntax support by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/65 * ft #66: update method documentation by @bolorundurowb in https://github.com/bolorundurowb/dotenv.net/pull/68 ## New Contributors * @Mondonno made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/42 * @caveman-dick made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/44 * @VijoPlays made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/49 * @bobbyg603 made their first contribution in https://github.com/bolorundurowb/dotenv.net/pull/55 **Full Changelog**: https://github.com/bolorundurowb/dotenv.net/compare/v2.1.3...v4.0.1 Commits viewable in [compare view](https://github.com/bolorundurowb/dotenv.net/commits/v4.0.1). </details> Updated [GitVersion.MsBuild](https://github.com/GitTools/GitVersion) from 6.5.1 to 6.6.0. <details> <summary>Release notes</summary> _Sourced from [GitVersion.MsBuild's releases](https://github.com/GitTools/GitVersion/releases)._ ## 6.6.0 __Documentation__ - [__#4823__](https://github.com/GitTools/GitVersion/issues/4823) Update docs to include `dnx` usage by [arturcic](https://github.com/arturcic) resolved in [__!4824__](https://github.com/GitTools/GitVersion/pull/4824) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent) __Features__ - [__!4804__](https://github.com/GitTools/GitVersion/pull/4804) Expose VersionSourceSemVer as Output Variable by [jakublatkowski](https://github.com/jakublatkowski) - [__#4808__](https://github.com/GitTools/GitVersion/issues/4808) Renaming `CommitsSinceVersionSource` to `VersionSourceDistance` by [arturcic](https://github.com/arturcic) resolved in [__!4810__](https://github.com/GitTools/GitVersion/pull/4810) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - [__#4814__](https://github.com/GitTools/GitVersion/issues/4814) Expose the `VersionSourceIncrement` property in output variables by [jakublatkowski](https://github.com/jakublatkowski) resolved in [__!4815__](https://github.com/GitTools/GitVersion/pull/4815) by [copilot-swe-agent](https://github.com/apps/copilot-swe-agent), [__!4820__](https://github.com/GitTools/GitVersion/pull/4820) by [jakublatkowski](https://github.com/jakublatkowski) __Improvements__ - [__#4418__](https://github.com/GitTools/GitVersion/issues/4418) [ISSUE]: GitVersion sometimes takes several hours, seemingly hanging for several minutes between steps by [ChristoWolf](https://github.com/ChristoWolf) resolved in [__!4809__](https://github.com/GitTools/GitVersion/pull/4809) by [sanelson](https://github.com/sanelson) - [__!4789__](https://github.com/GitTools/GitVersion/pull/4789) Support integer formatting with specifiers D and B by [BCSharp](https://github.com/BCSharp) raised in [__#4788__](https://github.com/GitTools/GitVersion/issues/4788) by [BCSharp](https://github.com/BCSharp) - [__!4812__](https://github.com/GitTools/GitVersion/pull/4812) refactor(serializer): utilize source-generated JSON context for seria… by [arturcic](https://github.com/arturcic) - [__!4817__](https://github.com/GitTools/GitVersion/pull/4817) refactor(gitversion-variables): Standardize output variable order by [arturcic](https://github.com/arturcic) As part of this release we had [131 commits](https://github.com/GitTools/GitVersion/compare/6.5.1...6.6.0) which resulted in [37 issues](https://github.com/GitTools/GitVersion/milestone/81?closed=1) being closed. __Bugs__ - [__#4056__](https://github.com/GitTools/GitVersion/issues/4056) [ISSUE]: NotImplementedException in TrunkBased-Workflow by [steven-r](https://github.com/steven-r) resolved in [__!4793__](https://github.com/GitTools/GitVersion/pull/4793) by [HHobeck](https://github.com/HHobeck) - [__#4795__](https://github.com/GitTools/GitVersion/issues/4795) [ISSUE]: "track-merge-target: false" reads tag from other branch by [Ult0r](https://github.com/Ult0r) resolved in [__!4796__](https://github.com/GitTools/GitVersion/pull/4796) by [HHobeck](https://github.com/HHobeck) __Dependencies__ - [__!4766__](https://github.com/GitTools/GitVersion/pull/4766) (docs deps): Bump mdast-util-to-hast from 13.0.2 to 13.2.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4768__](https://github.com/GitTools/GitVersion/pull/4768) (build deps): Bump jetbrains/qodana-action from 2025.2.2 to 2025.2.3 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4769__](https://github.com/GitTools/GitVersion/pull/4769) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4770__](https://github.com/GitTools/GitVersion/pull/4770) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4771__](https://github.com/GitTools/GitVersion/pull/4771) (deps): Bump JsonSchema.Net.Generation from 5.1.1 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4772__](https://github.com/GitTools/GitVersion/pull/4772) (sdk): Bump dotnet-sdk from 10.0.100 to 10.0.101 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4774__](https://github.com/GitTools/GitVersion/pull/4774) (deps): Bump Microsoft.Extensions.DependencyInjection.Abstractions and 3 others by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4775__](https://github.com/GitTools/GitVersion/pull/4775) (build deps): Bump jetbrains/qodana-action from 2025.2.3 to 2025.2.4 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4777__](https://github.com/GitTools/GitVersion/pull/4777) (deps): Bump the microsoft group with 9 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4778__](https://github.com/GitTools/GitVersion/pull/4778) (deps): Bump Cake.Codecov from 3.0.0 to 3.0.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4780__](https://github.com/GitTools/GitVersion/pull/4780) (build deps): Bump actions/cache from 4 to 5 in the actions group by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4781__](https://github.com/GitTools/GitVersion/pull/4781) (deps): Bump Cake.Codecov from 3.0.1 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4783__](https://github.com/GitTools/GitVersion/pull/4783) (build deps): Bump the actions group with 2 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4784__](https://github.com/GitTools/GitVersion/pull/4784) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4786__](https://github.com/GitTools/GitVersion/pull/4786) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4787__](https://github.com/GitTools/GitVersion/pull/4787) (deps): Bump JunitXml.TestLogger from 7.0.2 to 7.1.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4790__](https://github.com/GitTools/GitVersion/pull/4790) (deps): Bump the analyzers group with 2 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4791__](https://github.com/GitTools/GitVersion/pull/4791) (deps): Bump NUnit3TestAdapter from 5.2.0 to 6.1.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4792__](https://github.com/GitTools/GitVersion/pull/4792) (build deps): Bump jetbrains/qodana-action from 2025.2.4 to 2025.3.1 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4798__](https://github.com/GitTools/GitVersion/pull/4798) (deps): Bump the microsoft group with 1 update by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4799__](https://github.com/GitTools/GitVersion/pull/4799) (deps): Bump JunitXml.TestLogger from 7.1.0 to 8.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4800__](https://github.com/GitTools/GitVersion/pull/4800) (sdk): Bump dotnet-sdk from 10.0.101 to 10.0.102 by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4801__](https://github.com/GitTools/GitVersion/pull/4801) (deps): Bump the microsoft group with 11 updates by [dependabot[bot]](https://github.com/apps/dependabot) - [__!4811__](https://github.com/GitTools/GitVersion/pull/4811) (deps): Bump JsonSchema.Net.Generation from 6.0.0 to 7.0.0 by [dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits viewable in [compare view](https://github.com/GitTools/GitVersion/compare/6.5.1...6.6.0). </details> Pinned [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) at 2.76.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Net.Client's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 * Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2682 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 * @asheshvidyut made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2682 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0). </details> Pinned [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/dotnet) at 10.0.5. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.DependencyInjection's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Pinned [Microsoft.Extensions.Http](https://github.com/dotnet/dotnet) at 10.0.5. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Http's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.115 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.114 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources). Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.113 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.3.0 ## What's Changed * Fix answer file splitting by @nohwnd in https://github.com/microsoft/vstest/pull/15306 ## Internal fixes and updates * Bump branding to 18.1 by @nohwnd in https://github.com/microsoft/vstest/pull/15286 * Remove stale copy of S.ComponentModel.Composition from testplatform packages by @ViktorHofer in https://github.com/microsoft/vstest/pull/15287 * Update codeflow metadata to fix backflow by @premun in https://github.com/microsoft/vstest/pull/15291 * [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283 * Update Microsoft.Build.Utilities.Core by @Youssef1313 in https://github.com/microsoft/vstest/pull/15300 * Disable DynamicNative instrumentation by default by @nohwnd in https://github.com/microsoft/vstest/pull/15299 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15293 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15302 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15314 * Delete sha1 custom implementation we are not using for a long time by @nohwnd in https://github.com/microsoft/vstest/pull/15313 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15315 * Update branding to 18.3.0 by @nohwnd in https://github.com/microsoft/vstest/pull/15321 * [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15264 * Revert adding dotnet_host_path workaround by @nohwnd in https://github.com/microsoft/vstest/pull/15328 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15338 * [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15322 * [main] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15343 * Change PreReleaseVersionLabel from 'preview' to 'release' by @nohwnd in https://github.com/microsoft/vstest/pull/15352 * [rel/18.3] Update dependencies from devdiv/DevDiv/vs-code-coverage by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15354 * [rel/18.3] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15389 * [rel/18.3] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400 * Update build tools to 17.11.48 to be source buildable by @nohwnd in https://github.com/microsoft/vstest/pull/15310 * Disable publishing on RTM by @nohwnd in https://github.com/microsoft/vstest/pull/15296 * Don't access nuget.org for package feeds by @nohwnd in https://github.com/microsoft/vstest/pull/15316 * No nuget access fix tests by @nohwnd in https://github.com/microsoft/vstest/pull/15317 * Disable Dependabot updates in dependabot.yml by @mmitche in https://github.com/microsoft/vstest/pull/15324 ## New Contributors * @premun made their first contribution in https://github.com/microsoft/vstest/pull/15291 Commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0). </details> Pinned [ResolverAthena.Grpc.Client](https://github.com/crispthinking/athena-dotnet-models) at 1.0.0. <details> <summary>Release notes</summary> _Sourced from [ResolverAthena.Grpc.Client's releases](https://github.com/crispthinking/athena-dotnet-models/releases)._ ## 1.0.0 ## What's Changed * Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/7 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/6 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/crispthinking/athena-dotnet-models/pull/5 * feat: Bump athena-protobufs submodule to deprecate BRG format by @iwillspeak in https://github.com/crispthinking/athena-dotnet-models/pull/8 ## New Contributors * @dependabot[bot] made their first contribution in https://github.com/crispthinking/athena-dotnet-models/pull/7 * @iwillspeak made their first contribution in https://github.com/crispthinking/athena-dotnet-models/pull/8 **Full Changelog**: https://github.com/crispthinking/athena-dotnet-models/compare/v0.7.0...v1.0.0 Commits viewable in [compare view](https://github.com/crispthinking/athena-dotnet-models/compare/v0.7.0...v1.0.0). </details> Updated [System.CommandLine](https://github.com/dotnet/dotnet) from 2.0.0-rc.1.25451.107 to 2.0.5. <details> <summary>Release notes</summary> _Sourced from [System.CommandLine's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Pinned [System.Threading.Tasks.Dataflow](https://github.com/dotnet/dotnet) at 10.0.5. <details> <summary>Release notes</summary> _Sourced from [System.Threading.Tasks.Dataflow's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.115 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.114 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources). Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.113 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.7 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.6 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.5 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.4 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.3 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.2 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.1 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-rc.2.24473.5 You can build NET 9.0 RC2 from the repository by cloning the release tag `v9.0.0-rc.2.24473.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-rc.1.24431.7 You can build .NET 9.0 RC1 from the repository by cloning the release tag `v9.0.0-rc.1.24431.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.7.24405.7 You can build .NET 9.0 Preview 7 from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.6.24327.7 You can build .NET 9.0 Preview 6 from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.5.24306.7 You can build .NET 9.0 Preview 5 from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.4.24266.19 You can build .NET 9.0 Preview 4 from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.3.24172.9 You can build .NET 9.0 Preview 3 from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.2.24128.5 You can build .NET 9.0 Preview 2 from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.0-preview.1.24080.9 You can build .NET 9.0 Preview 1 from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.125 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.124 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.123 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.122 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.121 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.120 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.119 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 8.0 from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.100-preview.1 ## 8.0.18 You can build .NET 8.0 from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.17 You can build .NET 8.0 from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.16 You can build .NET 8.0 from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.15 You can build .NET 8.0 from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 8.0.14 You can build .NET 8.0 from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-…
This was referenced Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
VersionSourceIncrementto GitVersion output variables, exposing which increment strategy (None,Patch,Minor,Major) was used for the next version calculation.Core pipeline
VersionSourceIncrement(VersionField) toSemanticVersionBuildMetaData, propagated through copy constructorNextVersionCalculator.FindVersion()extracts increment fromBaseVersion.Operator.Incrementand sets it on finalBuildMetaDataSemanticVersionFormatValues→VariableProvider→GitVersionVariablesOutput & serialization
VersionVariablesJsonModelwithJsonPropertyDescriptionVersionVariableSerializer.FromDictionaryto useSingleOrDefaultinstead ofSinglefor backward compatibility with cached JSON missing new fieldsMSBuild integration
[Output] VersionSourceIncrementtoGetVersiontaskDefineConstantsentry in.targetsDocs & API surface
variables.mdwith JSON example and description table entryPublicAPI.Unshipped.txtfor bothGitVersion.CoreandGitVersion.MsBuildTest updates
VersionSourceIncrementtoversionCacheFileContentinGitVersionExecutorTests{ "Major": 3, "Minor": 22, "Patch": 11, "VersionSourceIncrement": "Minor", "SemVer": "3.22.11-beta.99" }Original prompt
VersionSourceIncrementproperty in output variables #4814💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.