From 64d86a35562a11d0c18f73327ad766387387e87c Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Thu, 27 Jun 2024 08:57:50 +0200 Subject: [PATCH] Prep for new version --- Directory.Build.props | 4 ++-- WHATSNEW.md | 4 +++- eng/pipelines/version.yml | 2 +- examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 4 +++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2f89a81900..9ad0eee939 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,8 +12,8 @@ $(MSBuildThisFileDirectory) true - 3.7.5 - 3.7.5 + 3.7.6 + 3.7.6 $(VersionFile) $(VersionFile) diff --git a/WHATSNEW.md b/WHATSNEW.md index 0793bec72c..18db086edb 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,4 +1,6 @@ -## v3.7.5 +## v3.7.6 + +## v3.7.5 ### Demo site and documentation - Improve API documentation by showing default icon and string values ([#2269](https://github.com/microsoft/fluentui-blazor/pull/2269)) diff --git a/eng/pipelines/version.yml b/eng/pipelines/version.yml index 24ffcd09e9..d969638d12 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: '3.7.5' # Set the next final version here. + FileVersion: '3.7.6' # Set the next final version here. PackageSuffix: '' diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index 99123b9008..c0a68dd80b 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,4 +1,6 @@ -## v3.7.5 +## v3.7.6 + +## v3.7.5 ### Demo site and documentation - Improve API documentation by showing default icon and string values ([#2269](https://github.com/microsoft/fluentui-blazor/pull/2269))