diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-26 18:34:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-26 18:34:49 -0400 |
commit | eebd8d54dc068cff2b5127a4b8f03d0b54b89542 (patch) | |
tree | 47cd0b1a64f766dde6f3d2c349e6f08050b27107 /src/SMAPI/GameFramework.cs | |
parent | 5683bc9c7d91d2f47b9145dbb79d78d075c03307 (diff) | |
download | SMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.tar.gz SMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.tar.bz2 SMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.zip |
expand obsolete attributes (#766)
Diffstat (limited to 'src/SMAPI/GameFramework.cs')
-rw-r--r-- | src/SMAPI/GameFramework.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/GameFramework.cs b/src/SMAPI/GameFramework.cs index a0154329..60fbe56e 100644 --- a/src/SMAPI/GameFramework.cs +++ b/src/SMAPI/GameFramework.cs @@ -6,7 +6,7 @@ namespace StardewModdingAPI public enum GameFramework { /// <summary>The XNA Framework, previously used on Windows.</summary> - [Obsolete("Stardew Valley no longer uses XNA Framework on any supported platform.")] + [Obsolete("Stardew Valley no longer uses XNA Framework on any supported platform. This value will be removed in SMAPI 4.0.0.")] Xna, /// <summary>The MonoGame framework.</summary> |