diff --git a/AopCaching/AopCaching.csproj b/AopCaching/AopCaching.csproj index 95e7597..09e0f2a 100644 --- a/AopCaching/AopCaching.csproj +++ b/AopCaching/AopCaching.csproj @@ -4,9 +4,9 @@ true PubComp.Caching.AopCaching PubComp.Caching.AopCaching - 4.4.1 + 4.4.2 4.1.1.0 - 4.4.1.0 + 4.4.2.0 1701;1702;1591 @@ -20,6 +20,9 @@ + + + diff --git a/AopCaching/readme.txt b/AopCaching/readme.txt new file mode 100644 index 0000000..8566c24 --- /dev/null +++ b/AopCaching/readme.txt @@ -0,0 +1,7 @@ +------------------------------------------- +PubComp.Caching.AopCaching +------------------------------------------- + +In case you are using the new style csproj or PackageReference tags in old csproj files, +please make sure you also install the PostSharp NuGet package, in required version +(since it won't be added automaticaly, and it has to be specified explicitly). \ No newline at end of file