aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/CompressionLevel.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-05-22 00:19:41 -0700
committerRob Mensching <rob@firegiant.com>2019-05-23 15:43:40 -0700
commit54541ef517190f37d0625627b028834f0871a959 (patch)
tree91ff4d813d5013260c04854a9ad24812ccdffa08 /src/WixToolset.Data/CompressionLevel.cs
parent505fe69d85c90184cd37290ccb0120fec6074c20 (diff)
downloadwix-54541ef517190f37d0625627b028834f0871a959.tar.gz
wix-54541ef517190f37d0625627b028834f0871a959.tar.bz2
wix-54541ef517190f37d0625627b028834f0871a959.zip
Implement many more strong tuples
Also fixes several warnings.
Diffstat (limited to 'src/WixToolset.Data/CompressionLevel.cs')
-rw-r--r--src/WixToolset.Data/CompressionLevel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Data/CompressionLevel.cs b/src/WixToolset.Data/CompressionLevel.cs
index c98eb9e1..05aa3816 100644
--- a/src/WixToolset.Data/CompressionLevel.cs
+++ b/src/WixToolset.Data/CompressionLevel.cs
@@ -1,4 +1,4 @@
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{
@@ -22,4 +22,4 @@ namespace WixToolset.Data
22 /// <summary>Use ms-zip compression.</summary> 22 /// <summary>Use ms-zip compression.</summary>
23 Mszip 23 Mszip
24 } 24 }
25} \ No newline at end of file 25}