Skip to content

Commit 93dc864

Browse files
committed
chore(release): 3.2.0-prerelease.0
1 parent e3c4678 commit 93dc864

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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-prerelease.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.1.0...v3.2.0-prerelease.0) (2025-04-24)
6+
7+
8+
### Features
9+
10+
* added another option for event inference ([e3c4678](https://github.com/purview-dev/purview-telemetry-sourcegenerator/commit/e3c467875293879fb5514f23f328dcf3561dfbc8))
11+
512
## [3.1.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.0.0...v3.1.0) (2025-04-20)
613

714

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.1.0">
21+
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0-prerelease.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</PackageReference>

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "3.2.0-prerelease.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.1.0">
9+
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="3.2.0-prerelease.0">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1212
</PackageReference>

0 commit comments

Comments
 (0)