Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Please format the changes as follows:
+ BugFixes:
+ Updates:

## 1.0.47
+ BugFixes:
+ Fix libInstrumentationEngine.so loading on Ubuntu 26.04 (#599)

## 1.0.46
+ BugFixes:
+ Check the values for configuration variables
Expand Down
4 changes: 2 additions & 2 deletions build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<SemanticVersionMajor>1</SemanticVersionMajor>
<SemanticVersionMinor>0</SemanticVersionMinor>
<SemanticVersionPatch>46</SemanticVersionPatch>
<SemanticVersionPatch>47</SemanticVersionPatch>

<FileVersionMajor>15</FileVersionMajor>
<FileVersionMinor>1</FileVersionMinor>
Expand All @@ -38,7 +38,7 @@
Update for every public release.
Format is YYYY-MM-DD
-->
<SemanticVersionDate>2022-03-22</SemanticVersionDate>
<SemanticVersionDate>2026-08-27</SemanticVersionDate>

<!--
Build version is used to distinguish internally built NuGet packages.
Expand Down
Loading