diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-07 00:56:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-07 00:56:00 -0400 |
commit | ab6cf45b03073f324c46f9e93a98e3342a1bdff7 (patch) | |
tree | 91452bd1e99230561add031cd2223db29ab46110 /src/SMAPI.sln.DotSettings | |
parent | 3f9b412beda2d9c9168473089f201149cb27f755 (diff) | |
download | SMAPI-ab6cf45b03073f324c46f9e93a98e3342a1bdff7.tar.gz SMAPI-ab6cf45b03073f324c46f9e93a98e3342a1bdff7.tar.bz2 SMAPI-ab6cf45b03073f324c46f9e93a98e3342a1bdff7.zip |
enable nullable annotations for semantic versions (#837)
Diffstat (limited to 'src/SMAPI.sln.DotSettings')
-rw-r--r-- | src/SMAPI.sln.DotSettings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index b85185d5..5b35c615 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -73,5 +73,6 @@ <s:Boolean x:Key="/Default/UserDictionary/Words/=tilesheets/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=tilesheet_0027s/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=unloadable/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/UserDictionary/Words/=versioning/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=virally/@EntryIndexedValue">True</s:Boolean> </wpf:ResourceDictionary>
\ No newline at end of file |