File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ public sealed class BatchPartAttribute : Attribute
77 {
88 public BatchPartAttribute (
99 string methodName ,
10- string batchName ,
1110 int position
1211 )
1312 {
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ namespace Gedaq.Npgsql.Attributes
88 public sealed class ParametrAttribute : Attribute
99 {
1010 public ParametrAttribute (
11- string methodName ,
1211 Type parametrType ,
1312 string parametrName = null ,
1413 NpgsqlDbType dbType = NpgsqlDbType . Unknown ,
Original file line number Diff line number Diff line change 33 <TargetFramework >net6.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Gedaq.Common" Version =" 0.3.2 " />
6+ <PackageReference Include =" Gedaq.Common" Version =" 0.3.3 " />
77 <PackageReference Include =" Npgsql" Version =" 7.0.4" />
88 </ItemGroup >
99 <PropertyGroup >
1010 <PackageId >Gedaq.Npgsql</PackageId >
11- <PackageVersion >1.2.1.0 </PackageVersion >
11+ <PackageVersion >1.2.2.1 </PackageVersion >
1212 <Authors >Brevnov Vyacheslav Sergeevich</Authors >
1313 <RepositoryUrl >https://github.com/SoftStoneDevelop/Gedaq.Npgsql</RepositoryUrl >
1414 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
You can’t perform that action at this time.
0 commit comments