From 6ad8ca932eb697a76dd9df43d6ae93c7ca4b2af5 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 1 Apr 2022 00:33:35 -0400 Subject: keep old XNB file extension behavior for backwards compatibility (#766) --- src/SMAPI.sln.DotSettings | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SMAPI.sln.DotSettings') diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index 71cd7b82..b85185d5 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -53,6 +53,7 @@ True True True + True True True True -- cgit From ab6cf45b03073f324c46f9e93a98e3342a1bdff7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 7 Apr 2022 00:56:00 -0400 Subject: enable nullable annotations for semantic versions (#837) --- src/SMAPI.sln.DotSettings | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SMAPI.sln.DotSettings') 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 @@ True True True + True True \ No newline at end of file -- cgit From 26d29a1070e00b4edeaf3334d4c4d072d52a56ff Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 9 Apr 2022 15:44:17 -0400 Subject: minor refactoring --- src/SMAPI.sln.DotSettings | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/SMAPI.sln.DotSettings') diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index 5b35c615..5cb13525 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -31,6 +31,8 @@ True True True + True + True True True True -- cgit From 0b48c1748b354458059c7607415288de072b01e9 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 12 Apr 2022 19:15:39 -0400 Subject: enable nullable annotations in the web project & related code (#837) --- src/SMAPI.sln.DotSettings | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SMAPI.sln.DotSettings') diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index 5cb13525..866f2ed3 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -35,6 +35,7 @@ True True True + True True True True -- cgit From 7c411b29bbe1323145d130eb8771c67617b6d3ee Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 13 Apr 2022 21:07:58 -0400 Subject: fix spelling warnings --- src/SMAPI.sln.DotSettings | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/SMAPI.sln.DotSettings') diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index 866f2ed3..ad546665 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -25,8 +25,12 @@ True True True + True + True + True True True + True True True True @@ -36,6 +40,7 @@ True True True + True True True True @@ -45,6 +50,8 @@ True True True + True + True True True True @@ -57,8 +64,11 @@ True True True + True True True + True + True True True True @@ -67,15 +77,20 @@ True True True + True True True True + True True True True True True + True True + True True True + True \ No newline at end of file -- cgit From 0a69cb4bf71e6e822e595141ce5f24009e509246 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 16 Apr 2022 19:15:50 -0400 Subject: allow switching between Pintail & original API proxying --- src/SMAPI.sln.DotSettings | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/SMAPI.sln.DotSettings') diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index ad546665..c8dcdb55 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -61,11 +61,13 @@ True True True + True True True True True True + True True True True -- cgit