File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments