CompSciLauren / stardew-valley-daily-screenshot-mod

:honeybee: A Stardew Valley mod that automatically takes a screenshot of your entire farm at the start of each day
https://www.nexusmods.com/stardewvalley/mods/4779
MIT License
10 stars 9 forks source link

Prepare code updates for SDV 1.6 compatibility #66

Closed CompSciLauren closed 5 months ago

CompSciLauren commented 9 months ago

Is your feature request related to a problem? Please describe. This is for tracking code changes needed for the SDV 1.6 release. Related Git branch is DS-66.

Describe the solution you'd like Will be working on making sure the mod works in SDV 1.6 and updating code where needed.

Describe alternatives you've considered None.

Additional context Helpful links: https://stardewvalleywiki.com/Modding:Index https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_4.0 https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.6#.NET_6

CompSciLauren commented 9 months ago

This is done, nothing really needed to be changed. Just updated to use net6.0. Will merge branch DS-66 into main branch and release it once SDV 1.6 is released.

Note that if GenericModConfigMenu isn't updated to work with SDV 1.6, that integration may just not work for DailyScreenshot in 1.6, but has no impact on DailyScreenshot continuing to work as expected (just may not have the UI Config available).