Skip to content

Commit

Permalink
System.Data.SqlClient updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cattaneoinfoesse committed Dec 29, 2022
1 parent 06f032d commit e76d884
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 113 deletions.
6 changes: 3 additions & 3 deletions ACUtils.SqlDb.Utils/ACUtils.SqlDb.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Authors>Andrea Cattaneo</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.0.145</Version>
<PackageVersion>1.0.0.145</PackageVersion>
<Version>1.0.0.146</Version>
<PackageVersion>1.0.0.146</PackageVersion>
<Description>Utilities per gestione DataTable</Description>
<NeutralLanguage>it</NeutralLanguage>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ACUtils.StringUtils\ACUtils.StringUtils.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions ACUtils.SqlDb/ACUtils.SqlDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Authors>Andrea Cattaneo</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.0.148</Version>
<PackageVersion>1.0.0.148</PackageVersion>
<Version>1.0.0.149</Version>
<PackageVersion>1.0.0.149</PackageVersion>
<Description>Utility per interrogazione database MSSQL</Description>
<NeutralLanguage>it</NeutralLanguage>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions ACUtils.SqlDbExt/ACUtils.SqlDbExt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Authors>Andrea Cattaneo</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.0.142</Version>
<PackageVersion>1.0.0.142</PackageVersion>
<Version>1.0.0.143</Version>
<PackageVersion>1.0.0.143</PackageVersion>
<Description>Utility per interrogazione database MSSQL</Description>
<NeutralLanguage>it</NeutralLanguage>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
</ItemGroup>

Expand Down
89 changes: 0 additions & 89 deletions Tests/AXTests.cs

This file was deleted.

13 changes: 0 additions & 13 deletions Tests/Stuff/AXDoc.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AXTests.cs" />
<Compile Include="ConvertUtilsTest.cs" />
<Compile Include="DotNetUtilsTest.cs" />
<Compile Include="FileUtilsTests.cs" />
Expand All @@ -55,7 +54,6 @@
<Compile Include="RegEditUtilTest.cs" />
<Compile Include="SqlDbTest.cs" />
<Compile Include="SqlDbUtilsTest.cs" />
<Compile Include="Stuff\AXDoc.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ACUtils.DotNetUtils\ACUtils.DotNetUtils.csproj">
Expand Down

0 comments on commit e76d884

Please sign in to comment.