Skip to content

Commit 3eb42b2

Browse files
committed
chore(release): 3.2.0
1 parent 93dc864 commit 3eb42b2

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
## [3.2.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.2.0-prerelease.0...v3.2.0) (2025-04-24)
6+
57
## [3.2.0-prerelease.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.1.0...v3.2.0-prerelease.0) (2025-04-24)
68

79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the latest version available on [NuGet](https://www.nuget.org/packages/Purvi
1818
Reference in your `Directory.Build.props` or `.csproj` file:
1919

2020
```xml
21-
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0-prerelease.0">
21+
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</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": "3.2.0-prerelease.0",
3+
"version": "3.2.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
"main": "index.js",

samples/SampleApp/SampleApp.Host/SampleApp.Host.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0-prerelease.0">
9+
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1212
</PackageReference>

0 commit comments

Comments
 (0)