Skip to content

Commit a5e8da1

Browse files
committed
chore(release): 3.1.0
1 parent a4d229b commit a5e8da1

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

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+
## [3.1.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v3.0.0...v3.1.0) (2025-04-20)
6+
7+
8+
### Features
9+
10+
* adding changelog/ release generation ([19765aa](https://github.com/purview-dev/purview-telemetry-sourcegenerator/commit/19765aa908f3c34cdc6c6d978eac8cb54d0cb1d7))
11+
12+
13+
### Bug Fixes
14+
15+
* fixing ci action - missing solution ([ea08f70](https://github.com/purview-dev/purview-telemetry-sourcegenerator/commit/ea08f707e23d49a4fd8ddecc48e0db2161460bd6))
16+
517
## [3.0.0](https://github.com/purview-dev/purview-telemetry-sourcegenerator/compare/v2.0.1...v3.0.0) (2025-02-19)
618

719
### Features

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

0 commit comments

Comments
 (0)