Skip to content

Commit

Permalink
Merge pull request #164 from IzyPro/v1.4.12
Browse files Browse the repository at this point in the history
build: v1.4.12 release
  • Loading branch information
IzyPro authored Dec 21, 2024
2 parents 23139b4 + 421f616 commit 26977f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ It leverages `SignalR` for real-time monitoring and `LiteDb` a Serverless MongoD

## What's New

- Official support for .NET8
- Support for .NET8 UseOutputCache
- Blacklisting using Regex
- Bug Fixes
- Package upgrades for vulnerability patches

### Breaking Changes

Expand All @@ -44,12 +41,12 @@ It leverages `SignalR` for real-time monitoring and `LiteDb` a Serverless MongoD
Install via .NET CLI

```bash
dotnet add package WatchDog.NET --version 1.4.11
dotnet add package WatchDog.NET --version 1.4.12
```
Install via Package Manager

```bash
Install-Package WatchDog.NET --version 1.4.11
Install-Package WatchDog.NET --version 1.4.12
```


Expand Down
7 changes: 2 additions & 5 deletions WatchDog/WatchDog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
<Authors>Israel Ulelu, Kelechi Onyekwere</Authors>
<PackageId>WatchDog.NET</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.4.11</Version>
<Version>1.4.12</Version>
<PackageReleaseNotes>
- Official support for .NET8
- Support for .NET8 UseOutputCache
- Blacklisting using Regex
- Bug Fixes
- Package upgrades for vulnerability patches
</PackageReleaseNotes>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
Expand Down

0 comments on commit 26977f9

Please sign in to comment.