From 9363620fddc6a45b1d7a7d1c8c3c6b6c0c3df5d1 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Thu, 4 Jul 2024 15:20:41 +0200 Subject: [PATCH] Update versions, set tag --- Directory.Build.props | 4 ++-- eng/pipelines/version.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 97e432559f..053a6ba12c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,8 +12,8 @@ $(MSBuildThisFileDirectory) true - 4.8.2 - 4.8.2 + 4.9.0 + 4.9.0 $(VersionFile) $(VersionFile) diff --git a/eng/pipelines/version.yml b/eng/pipelines/version.yml index 256c95ec9f..87e6aec5e0 100644 --- a/eng/pipelines/version.yml +++ b/eng/pipelines/version.yml @@ -2,5 +2,5 @@ variables: # File and Package version # dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch) # main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch) - FileVersion: '4.8.2' # Set the next final version here. + FileVersion: '4.9.0' # Set the next final version here. PackageSuffix: ''