File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4
4
<GenerateDocumentationFile >true</GenerateDocumentationFile >
5
5
<AssemblyName >PubComp.Caching.AopCaching</AssemblyName >
6
6
<RootNamespace >PubComp.Caching.AopCaching</RootNamespace >
7
- <Version >4.4.1 </Version >
7
+ <Version >4.4.2 </Version >
8
8
<!-- Only change AssemblyVersion for major versions!--> <AssemblyVersion >4.1.1.0</AssemblyVersion >
9
- <FileVersion >4.4.1 .0</FileVersion >
9
+ <FileVersion >4.4.2 .0</FileVersion >
10
10
</PropertyGroup >
11
11
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
12
12
<NoWarn >1701;1702;1591</NoWarn >
20
20
<ItemGroup >
21
21
<ProjectReference Include =" ..\Core\Core.csproj" />
22
22
</ItemGroup >
23
+ <ItemGroup >
24
+ <None Include =" readme.txt" pack =" true" PackagePath =" ." />
25
+ </ItemGroup >
23
26
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
24
27
<Exec Command =" " $(SolutionDir).NuGetPack\NuGetPack.exe" " $(ProjectPath)" " $(TargetPath)" $(ConfigurationName)" />
25
28
</Target >
Original file line number Diff line number Diff line change
1
+ -------------------------------------------
2
+ PubComp.Caching.AopCaching
3
+ -------------------------------------------
4
+
5
+ In case you are using the new style csproj or PackageReference tags in old csproj files,
6
+ please make sure you also install the PostSharp NuGet package, in required version
7
+ (since it won't be added automaticaly, and it has to be specified explicitly).
You can’t perform that action at this time.
0 commit comments