diff --git a/Caching/ICachingUniqueKeyGenerationService.cs b/Caching/ICachingUniqueKeyGenerationService.cs
index d06a8e2..e12af66 100644
--- a/Caching/ICachingUniqueKeyGenerationService.cs
+++ b/Caching/ICachingUniqueKeyGenerationService.cs
@@ -2,6 +2,6 @@
{
public interface ICachingUniqueKeyGenerationService
{
- string GenerateUniqueKey(string key);
+ string GenerateUniqueKey(string key, string[] args);
}
}
diff --git a/Promact.Core.csproj b/Promact.Core.csproj
index b743285..aa26687 100644
--- a/Promact.Core.csproj
+++ b/Promact.Core.csproj
@@ -9,9 +9,9 @@
https://github.com/Promact/Core
https://github.com/Promact/Core
README.md
- 1.0.0.1
- 1.0.0.1
- 1.0.0.1
+ 1.0.0.2
+ 1.0.0.2
+ 1.0.0.2