Skip to content

Commit 944ff89

Browse files
committed
Bump registry version
1 parent 28ed100 commit 944ff89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UnityNuGet/RegistryCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class RegistryCache
3333
public static readonly bool IsRunningOnAzure = !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("WEBSITE_SITE_NAME"));
3434

3535
// 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";
36+
private const string CurrentRegistryVersion = "1.7.0";
3737

3838
private static readonly Encoding Utf8EncodingNoBom = new UTF8Encoding(false, false);
3939
private readonly string _rootPersistentFolder;

0 commit comments

Comments
 (0)