diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-11 16:02:25 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-12 12:41:13 +1000 |
| commit | f49060303504d112b1580c1c90430aab4aaf1763 (patch) | |
| tree | 0aab79732de62c3dd1b34a5983ea7b60192eb627 /src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs | |
| parent | be42b2dd8104eec6384ab632d9869e09d29fe827 (diff) | |
| download | wix-f49060303504d112b1580c1c90430aab4aaf1763.tar.gz wix-f49060303504d112b1580c1c90430aab4aaf1763.tar.bz2 wix-f49060303504d112b1580c1c90430aab4aaf1763.zip | |
Move table definitions from Core to Data.
Sync tuple and table definitions.
Diffstat (limited to 'src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs')
| -rw-r--r-- | src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs b/src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs index 25686027..08ca5d6e 100644 --- a/src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs +++ b/src/WixToolset.Data/Tuples/WixBundleUpdateTuple.cs | |||
| @@ -31,7 +31,7 @@ namespace WixToolset.Data.Tuples | |||
| 31 | { | 31 | { |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | public WixBundleUpdateTuple(SourceLineNumber sourceLineNumber, Identifier id = null) : base(TupleDefinitions.WixBundleUpdate,sourceLineNumber,id) | 34 | public WixBundleUpdateTuple(SourceLineNumber sourceLineNumber, Identifier id = null) : base(TupleDefinitions.WixBundleUpdate, sourceLineNumber, id) |
| 35 | { | 35 | { |
| 36 | } | 36 | } |
| 37 | 37 | ||
