File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyName >PubComp.Caching.AopCaching</AssemblyName >
6
6
<RootNamespace >PubComp.Caching.AopCaching</RootNamespace >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
- <Version >5.0.3 </Version >
8
+ <Version >5.0.4 </Version >
9
9
<AssemblyVersion >5.0.0.0</AssemblyVersion >
10
- <FileVersion >5.0.3 .0</FileVersion >
10
+ <FileVersion >5.0.4 .0</FileVersion >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13
13
<NoWarn >1701;1702;1591</NoWarn >
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
- using System . Threading ;
5
4
using System . Reflection ;
6
5
using PostSharp . Aspects ;
7
6
using PubComp . Caching . Core ;
8
7
using System . Collections ;
9
8
using System . Threading . Tasks ;
10
9
using PubComp . Caching . Core . Attributes ;
11
10
using NLog ;
11
+ using PostSharp . Serialization ;
12
12
13
13
namespace PubComp . Caching . AopCaching
14
14
{
15
- [ Serializable ]
15
+ [ PSerializable ]
16
16
public class CacheListAttribute : MethodInterceptionAspect
17
17
{
18
18
private string cacheName ;
You can’t perform that action at this time.
0 commit comments