Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Version 2.0 (#31)
Browse files Browse the repository at this point in the history
* Updated System.Data.SqlClient reference

* version 2
  • Loading branch information
MindFlavor authored Dec 2, 2021
1 parent 804664b commit 510ea32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MindFlavor.SQLServerExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp6.0</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<Version>1.1.4.0</Version>
<Version>2.0.0.0</Version>
<Authors>Francesco Cogno</Authors>
<Copyright>Apache License Version 2.0</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/MindFlavor/prometheus_sql_server_exporter/master/LICENSE</PackageLicenseUrl>
Expand All @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
</ItemGroup>

</Project>

0 comments on commit 510ea32

Please sign in to comment.