File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55using System . Reflection ;
66using System . Text ;
77
8- namespace SmartSql
8+ namespace SmartSql . Abstractions
99{
1010 /// <summary>
1111 /// Sql 请求上下文
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.1.0.0-preview </Version >
13+ <Version >2.1.0.0-preview2 </Version >
1414 <AssemblyVersion >2.1.0.0</AssemblyVersion >
1515 <FileVersion >2.1.0.0</FileVersion >
1616 <PackageTags >orm dapper sql read-write-separation cache redis dotnet-core cross-platform high-performance distributed-computing zookeeper</PackageTags >
17- <PackageReleaseNotes >1. fixed cache invalidation problem after used DynamicParameters for RequestContext.Request . </PackageReleaseNotes >
17+ <PackageReleaseNotes >1. New support for [For Tag] </PackageReleaseNotes >
1818 </PropertyGroup >
1919 <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
2020 <PackageReference Include =" Dapper" Version =" 1.50.2" />
Original file line number Diff line number Diff line change 55using System . Text ;
66using System . Text . RegularExpressions ;
77using System . Linq ;
8+ using SmartSql . Abstractions ;
9+
810namespace SmartSql . SqlMap . Tags
911{
1012 public class For : Tag
You can’t perform that action at this time.
0 commit comments