Skip to content

Commit 01d605b

Browse files
fix, update:
* QueryBatchAttribute - batch name needed ++ update nuget
1 parent 989a4eb commit 01d605b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Src/Gedaq.DbConnection/Attributes/QueryBatchAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Gedaq.DbConnection.Attributes
77
public sealed class QueryBatchAttribute : Attribute
88
{
99
public QueryBatchAttribute(
10+
string batchName,
1011
QueryType queryType,
1112
MethodType methodType,
1213
AccessModifier accessModifier = AccessModifier.AsContainingClass

Src/Gedaq.DbConnection/Gedaq.DbConnection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<TargetFramework>netstandard2.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
</ItemGroup>
88
<PropertyGroup>
99
<PackageId>Gedaq.DbConnection</PackageId>
10-
<PackageVersion>1.2.2.0</PackageVersion>
10+
<PackageVersion>1.2.2.1</PackageVersion>
1111
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
1212
<RepositoryUrl>https://github.com/SoftStoneDevelop/Gedaq.DbConnection</RepositoryUrl>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)