File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
LogAnalytics.Client/LogAnalytics.Client Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99The easiest way to send logs to Azure Log Analytics from your .NET Core applications.</Description >
1010 <PackageProjectUrl >https://github.com/Zimmergren/LogAnalytics.Client</PackageProjectUrl >
1111 <PackageId >LogAnalytics.Client</PackageId >
12- <Version >6.2.2 </Version >
12+ <Version >6.2.3 </Version >
1313 <PackageDescription >A .NET client for Azure Log Analytics. Compatible with .NET Core, .NET 5 and .NET 6</PackageDescription >
1414 <RepositoryUrl >https://github.com/Zimmergren/LogAnalytics.Client</RepositoryUrl >
1515 <AssemblyVersion >1.0.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Install-Package LogAnalytics.Client
4343#### Install by adding a PackageReference to csproj
4444
4545``` xml
46- <PackageReference Include =" LogAnalytics.Client" Version =" 6.2.2 " />
46+ <PackageReference Include =" LogAnalytics.Client" Version =" 6.2.3 " />
4747```
4848
4949#### Install using Paket CLI
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ We apply regular- and security-updates as applicable to the latest version of Lo
77
88| Version | Supported |
99| ------- | ------------------ |
10+ | 6.2.3 | :white_check_mark : |
1011| 6.2.2 | :white_check_mark : |
1112| 6.2.1 | :white_check_mark : |
1213| 6.1.3 | :white_check_mark : |
You can’t perform that action at this time.
0 commit comments