Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.MonoRail
Commit: d3a4d22dec593af6df8d89fe9f658c206305cfc9
https://github.com/castleproject/Castle.MonoRail/commit/d3a4d22dec593af6df8d89fe9f658c206305cfc9
Author: johnsimons <[email protected]>
Date: 2011-01-31 (Mon, 31 Jan 2011)
Changed paths:
M src/Castle.MonoRail.Framework/Attributes/CacheAttribute.cs
M src/TestSiteARSupport/TestSiteARSupport.csproj
M src/TestSiteARSupport/web.config
Log Message:
-----------
Added missing reference
CacheAttribute contained invalid attribute parameter types, it was producing
CS0655 if we tried to do something like:
[Cache(HttpCacheability.Public, MaxAge = 0)]
See http://msdn.microsoft.com/en-us/library/aa288454.aspx
Removed conditional compiles, not required anymore
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.