Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Jan 27, 2025
1 parent ae8ddd3 commit 1b0418b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


<a name="0.4.0"></a>
## [0.4.0](https://www.github.com/honeybadger-io/honeybadger-dotnet/releases/tag/v0.4.0) (2025-01-27)

### Features

* add support for .net 8 and 9 ([8d1d134](https://www.github.com/honeybadger-io/honeybadger-dotnet/commit/8d1d134b23097b215b02881f7823886e7acca6ae))
* add support for .net 8.0 and 9.0 ([ae8ddd3](https://www.github.com/honeybadger-io/honeybadger-dotnet/commit/ae8ddd3e3e6a919c5acbed622724b91ba0601326))

<a name="0.3.0"></a>
## [0.3.0](https://www.github.com/honeybadger-io/honeybadger-dotnet/releases/tag/v0.3.0) (2023-1-24)

Expand Down
7 changes: 2 additions & 5 deletions src/Honeybadger.DotNetCore/Honeybadger.DotNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseUrl>https://github.com/honeybadger-io/honeybadger-dotnet/MIT_LICENSE</PackageLicenseUrl>
<PackageTags>honeybadger, exception, error, monitoring</PackageTags>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Honeybadger" Version="0.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
Expand All @@ -26,8 +27,4 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Honeybadger\Honeybadger.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseUrl>https://github.com/honeybadger-io/honeybadger-dotnet/MIT_LICENSE</PackageLicenseUrl>
<PackageTags>honeybadger, exception, error, monitoring</PackageTags>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Honeybadger" Version="0.4.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Honeybadger\Honeybadger.csproj" />
</ItemGroup>


</Project>
2 changes: 1 addition & 1 deletion src/Honeybadger/Honeybadger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 1b0418b

Please sign in to comment.