Skip to content

Commit e734019

Browse files
AvitalOfsteinAvital Ofstein
and
Avital Ofstein
authored
Adding pop up with postsharp install requirement (#44)
* Adding readme for postsharp * update text Co-authored-by: Avital Ofstein <[email protected]>
1 parent 7a1c415 commit e734019

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

AopCaching/AopCaching.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<AssemblyName>PubComp.Caching.AopCaching</AssemblyName>
66
<RootNamespace>PubComp.Caching.AopCaching</RootNamespace>
7-
<Version>4.4.1</Version>
7+
<Version>4.4.2</Version>
88
<!--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>
1010
</PropertyGroup>
1111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1212
<NoWarn>1701;1702;1591</NoWarn>
@@ -20,6 +20,9 @@
2020
<ItemGroup>
2121
<ProjectReference Include="..\Core\Core.csproj" />
2222
</ItemGroup>
23+
<ItemGroup>
24+
<None Include="readme.txt" pack="true" PackagePath="." />
25+
</ItemGroup>
2326
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
2427
<Exec Command="&quot;$(SolutionDir).NuGetPack\NuGetPack.exe&quot; &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot; $(ConfigurationName)" />
2528
</Target>

AopCaching/readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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).

0 commit comments

Comments
 (0)