From b54516035b4ebbfbd8899b26de501bfa13f53e8b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 1 Aug 2018 03:11:58 -0700 Subject: Add CreateGuid() to IBackendHelper to make Uuid helper internal --- src/WixToolset.Core/Uuid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/Uuid.cs') diff --git a/src/WixToolset.Core/Uuid.cs b/src/WixToolset.Core/Uuid.cs index 0501c285..c93d134d 100644 --- a/src/WixToolset.Core/Uuid.cs +++ b/src/WixToolset.Core/Uuid.cs @@ -10,7 +10,7 @@ namespace WixToolset /// /// Implementation of RFC 4122 - A Universally Unique Identifier (UUID) URN Namespace. /// - public static class Uuid + internal static class Uuid { /// /// Creates a version 3 name-based UUID. -- cgit v1.2.3-55-g6feb