From 5989d4bb0ea31d59368b13fd71540fd232c72b22 Mon Sep 17 00:00:00 2001 From: Anusha Kolan Date: Sat, 8 Aug 2026 07:09:10 -0700 Subject: [PATCH] Bump version to 2.1 (#3763) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why make this change? Bumps the product version to `2.1` in preparation for the next release. ## What is this change? Updates `` in `src/Directory.Build.props` from `2.0` to `2.1`. The release pipeline reads this value to stamp all build outputs and NuGet packages. ## How was this tested? - [ ] Integration Tests - [ ] Unit Tests No functional code changed; version string update only. Pipeline CI will validate that all projects build cleanly under the new version. ## Sample Request(s) N/A — no API or CLI behavior changed. --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c09275c61b..8cfff4e66d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ enable ..\out - 2.0 + 2.1