diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..124c550 Binary files /dev/null and b/.DS_Store differ diff --git a/DevTrends.MvcDonutCaching/.DS_Store b/DevTrends.MvcDonutCaching/.DS_Store new file mode 100644 index 0000000..c750250 Binary files /dev/null and b/DevTrends.MvcDonutCaching/.DS_Store differ diff --git a/DevTrends.MvcDonutCaching/KeyBuilder.cs b/DevTrends.MvcDonutCaching/KeyBuilder.cs index b778d32..fd8e6e0 100644 --- a/DevTrends.MvcDonutCaching/KeyBuilder.cs +++ b/DevTrends.MvcDonutCaching/KeyBuilder.cs @@ -6,19 +6,8 @@ namespace DevTrends.MvcDonutCaching { public class KeyBuilder : IKeyBuilder { - private string _cacheKeyPrefix = "_d0nutc@che."; - public string CacheKeyPrefix - { - get - { - return _cacheKeyPrefix; - } - set - { - _cacheKeyPrefix = value; - } - } + public string CacheKeyPrefix = "_d0nutc@che." + System.DateTime.Now.ToString("yyyyMMdd"); public string BuildKey(string controllerName) { diff --git a/DevTrends.MvcDonutCaching/MvcDonutCaching.csproj b/DevTrends.MvcDonutCaching/MvcDonutCaching.csproj index 6ded1eb..0b3e7d8 100644 --- a/DevTrends.MvcDonutCaching/MvcDonutCaching.csproj +++ b/DevTrends.MvcDonutCaching/MvcDonutCaching.csproj @@ -23,6 +23,7 @@ DEBUG;TRACE prompt 4 + True pdbonly @@ -31,8 +32,10 @@ TRACE prompt 4 + True + True ..\nuget\lib\net40\ TRACE;RELEASE_PUBLIC true @@ -42,6 +45,7 @@ ..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML + True true bin\CI\ DEBUG;TRACE @@ -113,7 +117,7 @@ - Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Activez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est le suivant : {0}. + Este projeto faz referência a pacotes NuGet que estão faltando neste computador. Ative a opção de restauração de pacotes NuGet para baixá-los. Para mais informações, consulte http://go.microsoft.com/fwlink/?LinkID=322105. O arquivo ausente é o seguinte. : {0}. diff --git a/nuget/.DS_Store b/nuget/.DS_Store new file mode 100644 index 0000000..2eed321 Binary files /dev/null and b/nuget/.DS_Store differ diff --git a/nuget/MvcDonutCaching.nuspec b/nuget/MvcDonutCaching.nuspec index dc3805f..7352a1d 100644 --- a/nuget/MvcDonutCaching.nuspec +++ b/nuget/MvcDonutCaching.nuspec @@ -1,7 +1,7 @@  - MvcDonutCaching + MvcDonutCaching-2 1.3.1-beta1 MvcDonutCaching contributors Clément Bourgeois diff --git a/nuget/content/.DS_Store b/nuget/content/.DS_Store new file mode 100644 index 0000000..24b94cb Binary files /dev/null and b/nuget/content/.DS_Store differ