File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,5 @@ public class RequestContext
1414 public String SqlId { get ; set ; }
1515 public String FullSqlId => $ "{ Scope } .{ SqlId } ";
1616 public Object Request { get ; set ; }
17-
18- /// <summary>
19- /// 一次请求上下文共享的数据字典
20- /// </summary>
21- public IDictionary Items { get ; } = new Dictionary < Object , Object > ( ) ;
22-
23- public Object Response { get ; set ; }
2417 }
2518}
Original file line number Diff line number Diff line change 1010 <PackageProjectUrl >https://github.com/Ahoo-Wang/SmartSql</PackageProjectUrl >
1111 <RepositoryUrl >https://github.com/Ahoo-Wang/SmartSql</RepositoryUrl >
1212 <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
13- <Version >2.0.18</Version >
14- <AssemblyVersion >2.0.18.0 </AssemblyVersion >
15- <FileVersion >2.0.18.0 </FileVersion >
13+ <Version >2.0.18.2 </Version >
14+ <AssemblyVersion >2.0.18.2 </AssemblyVersion >
15+ <FileVersion >2.0.18.2 </FileVersion >
1616 <PackageTags >orm dapper sql read-write-separation cache redis dotnet-core cross-platform high-performance distributed-computing zookeeper</PackageTags >
17- <PackageReleaseNotes >1. add IsProperty tag </PackageReleaseNotes >
17+ <PackageReleaseNotes >1. remove RequestContext. Items & Response Property </PackageReleaseNotes >
1818 </PropertyGroup >
1919 <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
2020 <PackageReference Include =" Dapper" Version =" 1.50.2" />
You can’t perform that action at this time.
0 commit comments