Skip to content

Commit

Permalink
No longer pack/publish packages that are no longer maintained (#358)
Browse files Browse the repository at this point in the history
`Tingle.AspNetCore.ApplicationInsights` and `Tingle.Extensions.Serilog` are no longer maintained, so we do not need more releases.
  • Loading branch information
mburumaxwell authored Nov 19, 2024
1 parent 4427b7c commit 1068660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<Description>Convenience functionality for Application Insights on AspNetCore</Description>
<!-- No longer maintained, this is just for reference -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Extensions for working with Serilog.
Including easier registration when working with different host setups, and general basics.
</Description>
<!-- No longer maintained, this is just for reference -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 1068660

Please sign in to comment.