Skip to content

Commit

Permalink
Restored ContractVersion attribution as Xaml Compiler relies on it (#815
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Scottj1s authored Apr 21, 2021
1 parent c6f2b50 commit da45411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cswinrt/code_writers.h
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,8 @@ remove => %.% -= value;
{
allow_multiple = true;
}
if (attribute_name != "DefaultOverload" && attribute_name != "Overload" && attribute_name != "AttributeUsage")
if (attribute_name != "DefaultOverload" && attribute_name != "Overload" &&
attribute_name != "AttributeUsage" && attribute_name != "ContractVersion")
{
continue;
}
Expand Down

0 comments on commit da45411

Please sign in to comment.