We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ed100 commit 944ff89Copy full SHA for 944ff89
1 file changed
src/UnityNuGet/RegistryCache.cs
@@ -33,7 +33,7 @@ public class RegistryCache
33
public static readonly bool IsRunningOnAzure = !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("WEBSITE_SITE_NAME"));
34
35
// Change this version number if the content of the packages are changed by an update of this class
36
- private const string CurrentRegistryVersion = "1.6.0";
+ private const string CurrentRegistryVersion = "1.7.0";
37
38
private static readonly Encoding Utf8EncodingNoBom = new UTF8Encoding(false, false);
39
private readonly string _rootPersistentFolder;
0 commit comments