Skip to content

Commit e7c6195

Browse files
Removing redundant parameters, see(SoftStoneDevelop/Gedaq#15)
1 parent 9f15fe6 commit e7c6195

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Src/Gedaq.Npgsql/Attributes/BatchPartAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

Src/Gedaq.Npgsql/Attributes/ParametrAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

Src/Gedaq.Npgsql/Gedaq.Npgsql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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>

0 commit comments

Comments
 (0)