aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/CompressionLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/CompressionLevel.cs')
-rw-r--r--src/WixToolset.Data/CompressionLevel.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Data/CompressionLevel.cs b/src/WixToolset.Data/CompressionLevel.cs
index 13242051..c98eb9e1 100644
--- a/src/WixToolset.Data/CompressionLevel.cs
+++ b/src/WixToolset.Data/CompressionLevel.cs
@@ -1,8 +1,7 @@
1// 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. 1// 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.
2 2
3namespace WixToolset.Data 3namespace WixToolset.Data
4{ 4{
5
6 /// <summary> 5 /// <summary>
7 /// Compression level to use when creating cabinet. 6 /// Compression level to use when creating cabinet.
8 /// </summary> 7 /// </summary>
@@ -23,4 +22,4 @@ namespace WixToolset.Data
23 /// <summary>Use ms-zip compression.</summary> 22 /// <summary>Use ms-zip compression.</summary>
24 Mszip 23 Mszip
25 } 24 }
26} 25} \ No newline at end of file