Skip to content

Commit c49b4bb

Browse files
author
Timothy Mothra
authored
bump version 2.23.0-beta1 (#2956)
1 parent 00f1e39 commit c49b4bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.props/_GlobalStaticVersion.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
Update for every public release.
1212
-->
1313
<SemanticVersionMajor>2</SemanticVersionMajor>
14-
<SemanticVersionMinor>22</SemanticVersionMinor> <!-- If changing the Minor version, also update the Date value. -->
14+
<SemanticVersionMinor>23</SemanticVersionMinor> <!-- If changing the Minor version, also update the Date value. -->
1515
<SemanticVersionPatch>0</SemanticVersionPatch>
16-
<PreReleaseMilestone></PreReleaseMilestone> <!--Valid values: beta1, beta2, EMPTY for stable -->
16+
<PreReleaseMilestone>beta1</PreReleaseMilestone> <!--Valid values: beta1, beta2, EMPTY for stable -->
1717
<PreReleaseMilestone Condition="'$(Redfield)' == 'True'">redfield</PreReleaseMilestone>
1818
<PreReleaseMilestone Condition="'$(NightlyBuild)' == 'True'">nightly</PreReleaseMilestone> <!-- Overwrite this property for nightly builds from the DEVELOP branch. -->
1919
<!--
@@ -23,7 +23,7 @@
2323
as it will restart file versions so 2.4.0-beta1 may have higher
2424
file version (like 2.4.0.2222) than 2.4.0-beta2 (like 2.4.0.1111)
2525
-->
26-
<SemanticVersionDate>2022-07-20</SemanticVersionDate>
26+
<SemanticVersionDate>2025-02-04</SemanticVersionDate>
2727

2828
<!--
2929
BuildNumber uniquely identifies all builds (The max allowed value is UInt16.MaxValue = 65535).

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## VNext
4+
5+
## Version 2.23.0-beta1
46
- [Populate required field Message with "n/a" if it is empty](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1066)
57
- [Fix ITelemetryModule singleton registration to support presence of keyed services](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2908)
68

0 commit comments

Comments
 (0)