Skip to content

Commit a083e79

Browse files
committed
chore(release): 4.1.0
1 parent 15d1035 commit a083e79

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.wiki

Submodule .wiki updated from b2c8bce to 37e2ee0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.1.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.2.4...v4.1.0) (2026-04-16)
6+
7+
8+
### Features
9+
10+
* embed message template and literal EventId in generated telemetry log attributes ([c1937cb](https://github.com/purview-dev/purview-telemetry-sourcegenerator/commit/c1937cbe10f58c3166f5198fbbc019ef08213b1d))
11+
12+
13+
### Bug Fixes
14+
15+
* correct Log+EventId arg ordering and use SymbolDisplay for string escaping ([1ccfdf5](https://github.com/purview-dev/purview-telemetry-sourcegenerator/commit/1ccfdf50262a1cdb871bf1843bdef19bae30b5a0))
16+
517
## [4.0.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v4.0.0-prerelease.8...v4.0.0) (2026-04-07)
618

719
## [4.0.0-prerelease.8](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v4.0.0-prerelease.7...v4.0.0-prerelease.8) (2026-03-25)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Generates [`ActivitySource`](https://learn.microsoft.com/en-us/dotnet/api/system
2121
Add to your `Directory.Build.props` or `.csproj` file:
2222

2323
```xml
24-
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="4.0.0">
24+
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="4.1.0">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>analyzers</IncludeAssets>
2727
</PackageReference>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purview-telemetry-sourcegenerator",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Generates [`ActivitySource`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource), [`ILogger`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger), and [`Metrics`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics) based on interface methods.",
55
"readme": "README.md",
66
"scripts": {

0 commit comments

Comments
 (0)