Skip to content

Commit 4ea465b

Browse files
authored
[Chore] Update versions (#3885)
* Update NuGet package for fixing CVE. See dotnet/announcements#327 * Non-altering change to force mirroring * Clean up issue tester * Small text formatting change to force deploy * Update workflows * Prep for next version
1 parent 9cdb30d commit 4ea465b

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
1313
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
1414

15-
<VersionFile>4.12.0</VersionFile>
16-
<VersionPrefix>4.12.0</VersionPrefix>
15+
<VersionFile>4.12.1</VersionFile>
16+
<VersionPrefix>4.12.1</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1919
<FileVersion>$(VersionFile)</FileVersion>

WHATSNEW.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## V4.12.1
2+
13
## V4.12.0
24

35
### General

eng/pipelines/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ variables:
22
# File and Package version
33
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
44
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
5-
FileVersion: '4.12.0' # Set the next final version here.
5+
FileVersion: '4.12.1' # Set the next final version here.
66
PackageSuffix: ''

examples/Demo/Shared/wwwroot/docs/WhatsNew.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## V4.12.1
2+
3+
14
## V4.12.0
25

36
### General

0 commit comments

Comments
 (0)