From 86487116cbe096a371414e8833667c63c3481947 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 25 Oct 2019 00:31:06 -0700 Subject: Integrate latest changes for Data --- src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs') diff --git a/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs b/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs index edcf82e0..50015112 100644 --- a/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs +++ b/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixToolset.Extensibility.Data { @@ -8,7 +8,7 @@ namespace WixToolset.Extensibility.Data { Uri Uri { get; set; } - int EmbeddedFileIndex { get; set; } + string EmbeddedFileId { get; set; } string OutputPath { get; set; } } -- cgit v1.2.3-55-g6feb