Skip to content

Commit

Permalink
1. remove RequestContext. Items & Response Property
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Oct 8, 2017
1 parent d40e673 commit 771ab1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions SmartSql/Abstractions/RequestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@ public class RequestContext
public String SqlId { get; set; }
public String FullSqlId => $"{Scope}.{SqlId}";
public Object Request { get; set; }

/// <summary>
/// 一次请求上下文共享的数据字典
/// </summary>
public IDictionary Items { get; } = new Dictionary<Object, Object>();

public Object Response { get; set; }
}
}
8 changes: 4 additions & 4 deletions SmartSql/SmartSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<PackageProjectUrl>https://github.com/Ahoo-Wang/SmartSql</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ahoo-Wang/SmartSql</RepositoryUrl>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>2.0.18</Version>
<AssemblyVersion>2.0.18.0</AssemblyVersion>
<FileVersion>2.0.18.0</FileVersion>
<Version>2.0.18.2</Version>
<AssemblyVersion>2.0.18.2</AssemblyVersion>
<FileVersion>2.0.18.2</FileVersion>
<PackageTags>orm dapper sql read-write-separation cache redis dotnet-core cross-platform high-performance distributed-computing zookeeper</PackageTags>
<PackageReleaseNotes>1. add IsProperty tag</PackageReleaseNotes>
<PackageReleaseNotes>1. remove RequestContext. Items &amp; Response Property</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
<PackageReference Include="Dapper" Version="1.50.2" />
Expand Down

0 comments on commit 771ab1f

Please sign in to comment.