Skip to content

Commit

Permalink
Bumping version with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmergren committed Jul 8, 2024
1 parent c9eb913 commit f4cbfdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The easiest way to send logs to Azure Log Analytics from your .NET Core applications.</Description>
<PackageProjectUrl>https://github.com/Zimmergren/LogAnalytics.Client</PackageProjectUrl>
<PackageId>LogAnalytics.Client</PackageId>
<Version>6.2.2</Version>
<Version>6.2.3</Version>
<PackageDescription>A .NET client for Azure Log Analytics. Compatible with .NET Core, .NET 5 and .NET 6</PackageDescription>
<RepositoryUrl>https://github.com/Zimmergren/LogAnalytics.Client</RepositoryUrl>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Install-Package LogAnalytics.Client
#### Install by adding a PackageReference to csproj

```xml
<PackageReference Include="LogAnalytics.Client" Version="6.2.2" />
<PackageReference Include="LogAnalytics.Client" Version="6.2.3" />
```

#### Install using Paket CLI
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ We apply regular- and security-updates as applicable to the latest version of Lo

| Version | Supported |
| ------- | ------------------ |
| 6.2.3 | :white_check_mark: |
| 6.2.2 | :white_check_mark: |
| 6.2.1 | :white_check_mark: |
| 6.1.3 | :white_check_mark: |
Expand Down

0 comments on commit f4cbfdc

Please sign in to comment.