diff --git a/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj b/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj index 96665538..bb89747d 100644 --- a/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj +++ b/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj @@ -11,8 +11,6 @@ AdditionalCropsFramework v4.5 512 - - true @@ -36,16 +34,9 @@ ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll True - - ..\StardustCore\bin\Release\StardustCore.dll - - - - - @@ -62,29 +53,19 @@ - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + {0756d36a-95c8-480d-8ea6-4584c03010c6} + StardustCore + + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/AdditionalCropsFramework/packages.config b/GeneralMods/AdditionalCropsFramework/packages.config index 23914dec..5e58038d 100644 --- a/GeneralMods/AdditionalCropsFramework/packages.config +++ b/GeneralMods/AdditionalCropsFramework/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/AutoSpeed/AutoSpeed.csproj b/GeneralMods/AutoSpeed/AutoSpeed.csproj index da06e2d1..d6e94060 100644 --- a/GeneralMods/AutoSpeed/AutoSpeed.csproj +++ b/GeneralMods/AutoSpeed/AutoSpeed.csproj @@ -11,8 +11,6 @@ AutoSpeed v4.5 512 - - true @@ -50,11 +48,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/AutoSpeed/README.md b/GeneralMods/AutoSpeed/README.md index 159a4309..50f2e105 100644 --- a/GeneralMods/AutoSpeed/README.md +++ b/GeneralMods/AutoSpeed/README.md @@ -26,3 +26,6 @@ set the speed you want (higher values are faster). * Switched to standard JSON config file. * Fixed config defaulting to normal speed. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/AutoSpeed/manifest.json b/GeneralMods/AutoSpeed/manifest.json index db3a2bc4..14cce674 100644 --- a/GeneralMods/AutoSpeed/manifest.json +++ b/GeneralMods/AutoSpeed/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Got to go fast!", "UniqueID": "Omegasis.AutoSpeed", - "EntryDll": "AutoSpeed.dll" + "EntryDll": "AutoSpeed.dll", + "UpdateKeys": [ "Nexus:443" ] } diff --git a/GeneralMods/AutoSpeed/packages.config b/GeneralMods/AutoSpeed/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/AutoSpeed/packages.config +++ b/GeneralMods/AutoSpeed/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj index cc720f27..63c5a8d4 100644 --- a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj +++ b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj @@ -11,8 +11,6 @@ BillboardAnywhere v4.5 512 - - true @@ -52,11 +50,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/README.md b/GeneralMods/BillboardAnywhere/README.md index f4f4a1b9..abfd2967 100644 --- a/GeneralMods/BillboardAnywhere/README.md +++ b/GeneralMods/BillboardAnywhere/README.md @@ -24,3 +24,6 @@ Press `B` while in-game to show the billboard menu. Edit the `config.json` file 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BillboardAnywhere/manifest.json b/GeneralMods/BillboardAnywhere/manifest.json index a37e7970..fb131f8d 100644 --- a/GeneralMods/BillboardAnywhere/manifest.json +++ b/GeneralMods/BillboardAnywhere/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, - "MinimumApiVersion": "1.15", + "MinimumApiVersion": "1.15", "Description": "Lets you view the billboard from anywhere.", "UniqueID": "Omegasis.BillboardAnywhere", - "EntryDll": "BillboardAnywhere.dll" + "EntryDll": "BillboardAnywhere.dll", + "UpdateKeys": [ "Nexus:492" ] } diff --git a/GeneralMods/BillboardAnywhere/packages.config b/GeneralMods/BillboardAnywhere/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/BillboardAnywhere/packages.config +++ b/GeneralMods/BillboardAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/BuildEndurance.csproj b/GeneralMods/BuildEndurance/BuildEndurance.csproj index 4e5e974d..5718d85d 100644 --- a/GeneralMods/BuildEndurance/BuildEndurance.csproj +++ b/GeneralMods/BuildEndurance/BuildEndurance.csproj @@ -11,8 +11,6 @@ BuildEndurance v4.5 512 - - true @@ -51,11 +49,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/README.md b/GeneralMods/BuildEndurance/README.md index a938683e..db23608f 100644 --- a/GeneralMods/BuildEndurance/README.md +++ b/GeneralMods/BuildEndurance/README.md @@ -40,3 +40,6 @@ Edit `config.json` to configure the mod settings. * Fixed issue where saves with the same name would overwrite each other's endurance level data. * Fixed minor bugs when you load a save after exiting to title. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuildEndurance/manifest.json b/GeneralMods/BuildEndurance/manifest.json index 9be9a08c..a3751db4 100644 --- a/GeneralMods/BuildEndurance/manifest.json +++ b/GeneralMods/BuildEndurance/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Increase your health as you play.", "UniqueID": "Omegasis.BuildEndurance", - "EntryDll": "BuildEndurance.dll" + "EntryDll": "BuildEndurance.dll", + "UpdateKeys": [ "Nexus:445" ] } diff --git a/GeneralMods/BuildEndurance/packages.config b/GeneralMods/BuildEndurance/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/BuildEndurance/packages.config +++ b/GeneralMods/BuildEndurance/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildHealth/BuildHealth.csproj b/GeneralMods/BuildHealth/BuildHealth.csproj index 9bf9952e..20f9d826 100644 --- a/GeneralMods/BuildHealth/BuildHealth.csproj +++ b/GeneralMods/BuildHealth/BuildHealth.csproj @@ -11,8 +11,6 @@ BuildHealth v4.5 512 - - true @@ -51,11 +49,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuildHealth/ReadMe.md b/GeneralMods/BuildHealth/ReadMe.md index 42570592..3803717b 100644 --- a/GeneralMods/BuildHealth/ReadMe.md +++ b/GeneralMods/BuildHealth/ReadMe.md @@ -41,3 +41,6 @@ Edit `config.json` to configure the mod settings. * Fixed issue where saves with the same name would overwrite each other's endurance level data. * Fixed minor bugs when you load a save after exiting to title. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuildHealth/manifest.json b/GeneralMods/BuildHealth/manifest.json index 723ab596..1645b030 100644 --- a/GeneralMods/BuildHealth/manifest.json +++ b/GeneralMods/BuildHealth/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Increase your health as you play.", "UniqueID": "Omegasis.BuildHealth", - "EntryDll": "BuildHealth.dll" + "EntryDll": "BuildHealth.dll", + "UpdateKeys": [ "Nexus:446" ] } diff --git a/GeneralMods/BuildHealth/packages.config b/GeneralMods/BuildHealth/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/BuildHealth/packages.config +++ b/GeneralMods/BuildHealth/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj index 6928ce80..3b1252f9 100644 --- a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj +++ b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj @@ -11,8 +11,6 @@ BuyBackCollectables v4.5 512 - - true @@ -53,11 +51,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/README.md b/GeneralMods/BuyBackCollectables/README.md index b563b853..86da8ce9 100644 --- a/GeneralMods/BuyBackCollectables/README.md +++ b/GeneralMods/BuyBackCollectables/README.md @@ -33,3 +33,6 @@ markup. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuyBackCollectables/manifest.json b/GeneralMods/BuyBackCollectables/manifest.json index 5b428bfb..3b36fc9a 100644 --- a/GeneralMods/BuyBackCollectables/manifest.json +++ b/GeneralMods/BuyBackCollectables/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Lets you buy back any obtained collectable.", "UniqueID": "Omegasis.BuyBackCollectables", - "EntryDll": "BuyBackCollectables.dll" + "EntryDll": "BuyBackCollectables.dll", + "UpdateKeys": [ "Nexus:507" ] } diff --git a/GeneralMods/BuyBackCollectables/packages.config b/GeneralMods/BuyBackCollectables/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/BuyBackCollectables/packages.config +++ b/GeneralMods/BuyBackCollectables/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj b/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj index df9854d7..530ce04a 100644 --- a/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj +++ b/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj @@ -11,8 +11,6 @@ CustomShopsRedux v4.5 512 - - true @@ -61,11 +59,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/CustomShopsRedux/ReadMe.md b/GeneralMods/CustomShopsRedux/ReadMe.md index f1053728..9602e550 100644 --- a/GeneralMods/CustomShopsRedux/ReadMe.md +++ b/GeneralMods/CustomShopsRedux/ReadMe.md @@ -62,3 +62,6 @@ Supported item types: * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/CustomShopsRedux/manifest.json b/GeneralMods/CustomShopsRedux/manifest.json index 1077250b..82e22db1 100644 --- a/GeneralMods/CustomShopsRedux/manifest.json +++ b/GeneralMods/CustomShopsRedux/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "A nice way to make custom shops.", "UniqueID": "Omegasis.CustomShopReduxGui", - "EntryDll": "CustomShopsRedux.dll" + "EntryDll": "CustomShopsRedux.dll", + "UpdateKeys": [ "Nexus:1378" ] } diff --git a/GeneralMods/CustomShopsRedux/packages.config b/GeneralMods/CustomShopsRedux/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/CustomShopsRedux/packages.config +++ b/GeneralMods/CustomShopsRedux/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj b/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj index fc5022ba..91d573b5 100644 --- a/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj +++ b/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj @@ -11,8 +11,6 @@ DailyQuestAnywhere v4.5 512 - - true @@ -52,11 +50,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/DailyQuestAnywhere/README.md b/GeneralMods/DailyQuestAnywhere/README.md index 349e0b4e..a0ddbbca 100644 --- a/GeneralMods/DailyQuestAnywhere/README.md +++ b/GeneralMods/DailyQuestAnywhere/README.md @@ -24,3 +24,6 @@ Press `H` to open the daily quest menu. Edit `config.json` to change the key. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/DailyQuestAnywhere/manifest.json b/GeneralMods/DailyQuestAnywhere/manifest.json index 11dce136..77853411 100644 --- a/GeneralMods/DailyQuestAnywhere/manifest.json +++ b/GeneralMods/DailyQuestAnywhere/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Open the daily quest board from anywhere in the game.", "UniqueID": "Omegasis.DailyQuestAnywhere", - "EntryDll": "DailyQuestAnywhere.dll" + "EntryDll": "DailyQuestAnywhere.dll", + "UpdateKeys": [ "Nexus:513" ] } diff --git a/GeneralMods/DailyQuestAnywhere/packages.config b/GeneralMods/DailyQuestAnywhere/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/DailyQuestAnywhere/packages.config +++ b/GeneralMods/DailyQuestAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj b/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj index 897d770e..6d1fcadb 100644 --- a/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj +++ b/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj @@ -11,8 +11,6 @@ Fall28SnowDay v4.5 512 - - true @@ -51,11 +49,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/Fall28SnowDay/README.md b/GeneralMods/Fall28SnowDay/README.md index a4af81c1..136e77d9 100644 --- a/GeneralMods/Fall28SnowDay/README.md +++ b/GeneralMods/Fall28SnowDay/README.md @@ -24,3 +24,6 @@ It automatically snows on fall 28. 1.4: * Updated for SMAPI 2.0. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/Fall28SnowDay/manifest.json b/GeneralMods/Fall28SnowDay/manifest.json index 472f103b..d6b5107b 100644 --- a/GeneralMods/Fall28SnowDay/manifest.json +++ b/GeneralMods/Fall28SnowDay/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Makes it snow on Fall 28, which makes a good explanation for all the snow on the next day.", "UniqueID": "Omegasis.Fall28SnowDay", - "EntryDll": "Fall28SnowDay.dll" + "EntryDll": "Fall28SnowDay.dll", + "UpdateKeys": [ "Nexus:486" ] } diff --git a/GeneralMods/Fall28SnowDay/packages.config b/GeneralMods/Fall28SnowDay/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/Fall28SnowDay/packages.config +++ b/GeneralMods/Fall28SnowDay/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/HappyBirthday/HappyBirthday.csproj b/GeneralMods/HappyBirthday/HappyBirthday.csproj index e9d71356..4c5d8d83 100644 --- a/GeneralMods/HappyBirthday/HappyBirthday.csproj +++ b/GeneralMods/HappyBirthday/HappyBirthday.csproj @@ -11,8 +11,6 @@ HappyBirthday v4.5 512 - - true @@ -67,11 +65,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/HappyBirthday/README.md b/GeneralMods/HappyBirthday/README.md index 53f51b89..62a05723 100644 --- a/GeneralMods/HappyBirthday/README.md +++ b/GeneralMods/HappyBirthday/README.md @@ -57,3 +57,6 @@ change based on your friendship with them. Check your mailbox for letters from y * Switched to standard JSON config & data files. * Fixed issue where saves with the same name would overwrite each other's birthdays. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/HappyBirthday/manifest.json b/GeneralMods/HappyBirthday/manifest.json index 8daacf51..1a0d213b 100644 --- a/GeneralMods/HappyBirthday/manifest.json +++ b/GeneralMods/HappyBirthday/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Adds the farmer's birthday to the game.", "UniqueID": "Omegasis.HappyBirthday", - "EntryDll": "HappyBirthday.dll" + "EntryDll": "HappyBirthday.dll", + "UpdateKeys": [ "Nexus:520" ] } diff --git a/GeneralMods/HappyBirthday/packages.config b/GeneralMods/HappyBirthday/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/HappyBirthday/packages.config +++ b/GeneralMods/HappyBirthday/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/MoreRain/MoreRain.csproj b/GeneralMods/MoreRain/MoreRain.csproj index cbb849fe..a3c64800 100644 --- a/GeneralMods/MoreRain/MoreRain.csproj +++ b/GeneralMods/MoreRain/MoreRain.csproj @@ -11,8 +11,6 @@ MoreRain v4.5 512 - - true @@ -50,11 +48,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/MoreRain/README.md b/GeneralMods/MoreRain/README.md index a6fc798d..4b79690e 100644 --- a/GeneralMods/MoreRain/README.md +++ b/GeneralMods/MoreRain/README.md @@ -27,7 +27,10 @@ It won't rain on days where a wedding or a festival would take place. 1.3: * Updated to Stardew Valley 1.2 and SMAPI 1.12. -1.4: +1.4 (released as 1.5): * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.5.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/MoreRain/manifest.json b/GeneralMods/MoreRain/manifest.json index 4379664e..ad3e69fa 100644 --- a/GeneralMods/MoreRain/manifest.json +++ b/GeneralMods/MoreRain/manifest.json @@ -3,12 +3,13 @@ "Author": "Alpha_Omegasis", "Version": { "MajorVersion": 1, - "MinorVersion": 4, - "PatchVersion": 0, + "MinorVersion": 5, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Change how much it rains in the game.", "UniqueID": "Omegasis.MoreRain", - "EntryDll": "MoreRain.dll" + "EntryDll": "MoreRain.dll", + "UpdateKeys": [ "Nexus:441" ] } diff --git a/GeneralMods/MoreRain/packages.config b/GeneralMods/MoreRain/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/MoreRain/packages.config +++ b/GeneralMods/MoreRain/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/MuseumRearranger/MuseumRearranger.csproj b/GeneralMods/MuseumRearranger/MuseumRearranger.csproj index 37029528..c5af2677 100644 --- a/GeneralMods/MuseumRearranger/MuseumRearranger.csproj +++ b/GeneralMods/MuseumRearranger/MuseumRearranger.csproj @@ -11,8 +11,6 @@ MuseumRearranger v4.5 512 - - true @@ -53,11 +51,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/MuseumRearranger/ReadMe.md b/GeneralMods/MuseumRearranger/ReadMe.md index 7d2bc0bc..a64a1951 100644 --- a/GeneralMods/MuseumRearranger/ReadMe.md +++ b/GeneralMods/MuseumRearranger/ReadMe.md @@ -30,3 +30,6 @@ toggle the inventory box. Edit `config.json` to change the keys. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/MuseumRearranger/manifest.json b/GeneralMods/MuseumRearranger/manifest.json index ea48decf..358f4460 100644 --- a/GeneralMods/MuseumRearranger/manifest.json +++ b/GeneralMods/MuseumRearranger/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Lets you rearrange the museum without needing to donate something.", "UniqueID": "Omegasis.MuseumRearranger", - "EntryDll": "MuseumRearranger.dll" + "EntryDll": "MuseumRearranger.dll", + "UpdateKeys": [ "Nexus:428" ] } diff --git a/GeneralMods/MuseumRearranger/packages.config b/GeneralMods/MuseumRearranger/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/MuseumRearranger/packages.config +++ b/GeneralMods/MuseumRearranger/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/NightOwl/NightOwl.csproj b/GeneralMods/NightOwl/NightOwl.csproj index f8dde4db..7fcac6bd 100644 --- a/GeneralMods/NightOwl/NightOwl.csproj +++ b/GeneralMods/NightOwl/NightOwl.csproj @@ -11,8 +11,6 @@ NightOwl v4.5 512 - - true @@ -55,11 +53,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/NightOwl/README.md b/GeneralMods/NightOwl/README.md index ebbe9259..e8ee824d 100644 --- a/GeneralMods/NightOwl/README.md +++ b/GeneralMods/NightOwl/README.md @@ -27,3 +27,6 @@ Edit the `config.json` to change the mod settings. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/NightOwl/manifest.json b/GeneralMods/NightOwl/manifest.json index f6e75efc..dcfb3114 100644 --- a/GeneralMods/NightOwl/manifest.json +++ b/GeneralMods/NightOwl/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Lets you stay up all night.", "UniqueID": "Omegasis.NightOwl", - "EntryDll": "NightOwl.dll" + "EntryDll": "NightOwl.dll", + "UpdateKeys": [ "Nexus:433" ] } diff --git a/GeneralMods/NightOwl/packages.config b/GeneralMods/NightOwl/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/NightOwl/packages.config +++ b/GeneralMods/NightOwl/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/NoMorePets/NoMorePets.csproj b/GeneralMods/NoMorePets/NoMorePets.csproj index 769d7b51..b464ff0b 100644 --- a/GeneralMods/NoMorePets/NoMorePets.csproj +++ b/GeneralMods/NoMorePets/NoMorePets.csproj @@ -11,8 +11,6 @@ NoMorePets v4.5 512 - - true @@ -51,11 +49,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/NoMorePets/README.md b/GeneralMods/NoMorePets/README.md index 90ebc7f1..e2ec58b5 100644 --- a/GeneralMods/NoMorePets/README.md +++ b/GeneralMods/NoMorePets/README.md @@ -25,3 +25,6 @@ All your pets will be removed automatically when you play the save. * Internal refactoring. * Fixed villagers being removed if they match your pet name. * Fixed pet not being removed if it's inside your house. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/NoMorePets/manifest.json b/GeneralMods/NoMorePets/manifest.json index 18b9fc00..b361a65a 100644 --- a/GeneralMods/NoMorePets/manifest.json +++ b/GeneralMods/NoMorePets/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Removes all pets from the game.", "UniqueID": "Omegasis.NoMorePets", - "EntryDll": "NoMorePets.dll" + "EntryDll": "NoMorePets.dll", + "UpdateKeys": [ "Nexus:506" ] } diff --git a/GeneralMods/NoMorePets/packages.config b/GeneralMods/NoMorePets/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/NoMorePets/packages.config +++ b/GeneralMods/NoMorePets/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/RuneFactoryCropsMod/RuneFactoryCropsMod.csproj b/GeneralMods/RuneFactoryCropsMod/RuneFactoryCropsMod.csproj index dd8082d4..b45eae77 100644 --- a/GeneralMods/RuneFactoryCropsMod/RuneFactoryCropsMod.csproj +++ b/GeneralMods/RuneFactoryCropsMod/RuneFactoryCropsMod.csproj @@ -30,16 +30,7 @@ 4 - - ..\AdditionalCropsFramework\bin\Release\AdditionalCropsFramework.dll - - - - - - - @@ -47,12 +38,17 @@ + + {c5f88d48-ea20-40cd-91e2-c8725dc11795} + AdditionalCropsFramework + {0756D36A-95C8-480D-8EA6-4584C03010C6} StardustCore + PreserveNewest @@ -84,27 +80,12 @@ - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/RuneFactoryCropsMod/packages.config b/GeneralMods/RuneFactoryCropsMod/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/RuneFactoryCropsMod/packages.config +++ b/GeneralMods/RuneFactoryCropsMod/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/SaveAnywhere/README.md b/GeneralMods/SaveAnywhere/README.md index 6365770a..1b8fee8d 100644 --- a/GeneralMods/SaveAnywhere/README.md +++ b/GeneralMods/SaveAnywhere/README.md @@ -46,3 +46,9 @@ Press `K` to save anywhere. Edit `Save_Anywhere_Config.txt` to configure the key * Fixed some old data being restored if you reload after a normal save. * Fixed player/NPC facing directions not being restored. * Internal refactoring. + +2.6: +* ? + +2.6.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/SaveAnywhere/SaveAnywhere.csproj b/GeneralMods/SaveAnywhere/SaveAnywhere.csproj index 7a971bbf..84d5cacb 100644 --- a/GeneralMods/SaveAnywhere/SaveAnywhere.csproj +++ b/GeneralMods/SaveAnywhere/SaveAnywhere.csproj @@ -11,8 +11,6 @@ SaveAnywhere v4.5.2 512 - - true @@ -58,11 +56,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/SaveAnywhere/manifest.json b/GeneralMods/SaveAnywhere/manifest.json index dd797f3b..7768839e 100644 --- a/GeneralMods/SaveAnywhere/manifest.json +++ b/GeneralMods/SaveAnywhere/manifest.json @@ -3,12 +3,13 @@ "Author": "Alpha_Omegasis", "Version": { "MajorVersion": 2, - "MinorVersion": 5, - "PatchVersion": 0, + "MinorVersion": 6, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Lets you save almost anywhere.", "UniqueID": "Omegasis.SaveAnywhere", - "EntryDll": "SaveAnywhere.dll" + "EntryDll": "SaveAnywhere.dll", + "UpdateKeys": [ "Nexus:444" ] } diff --git a/GeneralMods/SaveAnywhere/packages.config b/GeneralMods/SaveAnywhere/packages.config index 6ee36dc1..d6017311 100644 --- a/GeneralMods/SaveAnywhere/packages.config +++ b/GeneralMods/SaveAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/SaveBackup/ReadMe.md b/GeneralMods/SaveBackup/ReadMe.md index 4236f1c1..df16a5ed 100644 --- a/GeneralMods/SaveBackup/ReadMe.md +++ b/GeneralMods/SaveBackup/ReadMe.md @@ -26,3 +26,6 @@ configure that. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.3.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/SaveBackup/SaveBackup.csproj b/GeneralMods/SaveBackup/SaveBackup.csproj index 62457496..0873a9ad 100644 --- a/GeneralMods/SaveBackup/SaveBackup.csproj +++ b/GeneralMods/SaveBackup/SaveBackup.csproj @@ -11,8 +11,6 @@ SaveBackup v4.5 512 - - true @@ -52,11 +50,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/SaveBackup/manifest.json b/GeneralMods/SaveBackup/manifest.json index dde1b28a..60a38c32 100644 --- a/GeneralMods/SaveBackup/manifest.json +++ b/GeneralMods/SaveBackup/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 3, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Backs up your save files at regular intervals.", "UniqueID": "Omegasis.SaveBackup", - "EntryDll": "SaveBackup.dll" + "EntryDll": "SaveBackup.dll", + "UpdateKeys": [ "Nexus:435" ] } diff --git a/GeneralMods/SaveBackup/packages.config b/GeneralMods/SaveBackup/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/SaveBackup/packages.config +++ b/GeneralMods/SaveBackup/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/SimpleSoundManager/Class1.cs b/GeneralMods/SimpleSoundManager/Class1.cs deleted file mode 100644 index bda442a5..00000000 --- a/GeneralMods/SimpleSoundManager/Class1.cs +++ /dev/null @@ -1,21 +0,0 @@ -using StardewModdingAPI; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace SimpleSoundManager -{ - public class Class1 :Mod - { - public static IModHelper ModHelper; - - public override void Entry(IModHelper helper) - { - ModHelper = helper; - - } - - } -} diff --git a/GeneralMods/SimpleSoundManager/README.md b/GeneralMods/SimpleSoundManager/README.md new file mode 100644 index 00000000..72949ec6 --- /dev/null +++ b/GeneralMods/SimpleSoundManager/README.md @@ -0,0 +1,24 @@ +**SimpleSoundManager** is a [Stardew Valley](http://stardewvalley.net/) mod which lets SMAPI mods +use custom wave/sound banks for their mods. This allows for things such as playing music/sounds at +a time of day, when an object is interacted with, etc. + +Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows. + +## Installation +1. [Install the latest version of SMAPI](https://github.com/Pathoschild/SMAPI/releases). +2. Install [this mod from Nexus mods](https://www.nexusmods.com/stardewvalley/mods/1410). +3. Run the game using SMAPI. + +## Usage +1. Download this mod and reference it when making your mod. +2. Create new wave/sound banks using XACT. +3. Create a new SoundManager in your mod. +4. Play sounds to your heart's content. + +## Versions +1.0: +* Initial release. + +1.0.1: +* Enabled update checks in SMAPI 2.0+. +* Fixed compatibility with SMAPI 2.0. diff --git a/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj b/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj index 394b4765..480cf379 100644 --- a/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj +++ b/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj @@ -11,8 +11,6 @@ SimpleSoundManager v4.5 512 - - true @@ -33,44 +31,25 @@ - - - - - - - + + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/SimpleSoundManager/SimpleSoundManagerMod.cs b/GeneralMods/SimpleSoundManager/SimpleSoundManagerMod.cs new file mode 100644 index 00000000..3e4eb435 --- /dev/null +++ b/GeneralMods/SimpleSoundManager/SimpleSoundManagerMod.cs @@ -0,0 +1,14 @@ +using StardewModdingAPI; + +namespace SimpleSoundManager +{ + public class SimpleSoundManagerMod : Mod + { + internal static IModHelper ModHelper; + + public override void Entry(IModHelper helper) + { + ModHelper = helper; + } + } +} diff --git a/GeneralMods/SimpleSoundManager/SoundManager.cs b/GeneralMods/SimpleSoundManager/SoundManager.cs index 563033ba..b6b373a6 100644 --- a/GeneralMods/SimpleSoundManager/SoundManager.cs +++ b/GeneralMods/SimpleSoundManager/SoundManager.cs @@ -24,7 +24,6 @@ namespace SimpleSoundManager /// The path to the sound bank in the mod's asset folder. public SoundManager(string newWaveBank, string newSoundBank) { - Log.AsyncC(newSoundBank); this.waveBank = new WaveBank(Game1.audioEngine, newWaveBank); this.soundBank = new SoundBank(Game1.audioEngine, newSoundBank); this.currentlyPlayingSounds = new List(); diff --git a/GeneralMods/SimpleSoundManager/manifest.json b/GeneralMods/SimpleSoundManager/manifest.json index 62beb638..1040a456 100644 --- a/GeneralMods/SimpleSoundManager/manifest.json +++ b/GeneralMods/SimpleSoundManager/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 0, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "A simple framework to play sounds from wave banks.", "UniqueID": "Omegasis.SimpleSoundManager", - "EntryDll": "SimpleSoundManager.dll" + "EntryDll": "SimpleSoundManager.dll", + "UpdateKeys": [ "Nexus:1410" ] } diff --git a/GeneralMods/SimpleSoundManager/packages.config b/GeneralMods/SimpleSoundManager/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/SimpleSoundManager/packages.config +++ b/GeneralMods/SimpleSoundManager/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/StardewSymphony/README.md b/GeneralMods/StardewSymphony/README.md index 103b9766..257d7bfb 100644 --- a/GeneralMods/StardewSymphony/README.md +++ b/GeneralMods/StardewSymphony/README.md @@ -36,3 +36,6 @@ This won't mute the music for in-game events or festivals. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/StardewSymphony/StardewSymphony.csproj b/GeneralMods/StardewSymphony/StardewSymphony.csproj index 90d63c8f..60a35b4e 100644 --- a/GeneralMods/StardewSymphony/StardewSymphony.csproj +++ b/GeneralMods/StardewSymphony/StardewSymphony.csproj @@ -11,8 +11,6 @@ StardewSymphony v4.5 512 - - true @@ -55,11 +53,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/StardewSymphony/manifest.json b/GeneralMods/StardewSymphony/manifest.json index ef303844..44af2454 100644 --- a/GeneralMods/StardewSymphony/manifest.json +++ b/GeneralMods/StardewSymphony/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Adding more music to the game one beep at a time.", "UniqueID": "Omegasis.StardewSymphony", - "EntryDll": "StardewSymphony.dll" + "EntryDll": "StardewSymphony.dll", + "UpdateKeys": [ "Nexus:425" ] } diff --git a/GeneralMods/StardewSymphony/packages.config b/GeneralMods/StardewSymphony/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/StardewSymphony/packages.config +++ b/GeneralMods/StardewSymphony/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/StardustCore/Serialization/Serialization.cs b/GeneralMods/StardustCore/Serialization/Serialization.cs index 458464d2..c0dfe13c 100644 --- a/GeneralMods/StardustCore/Serialization/Serialization.cs +++ b/GeneralMods/StardustCore/Serialization/Serialization.cs @@ -495,7 +495,7 @@ namespace StardustCore.Serialization } else { - Log.AsyncM("Error parsing unknown object type: " + s); + ModCore.ModMonitor.Log("Error parsing unknown object type: " + s, LogLevel.Error); } } @@ -528,11 +528,11 @@ namespace StardustCore.Serialization bool f = loc.objects.TryGetValue(new Microsoft.Xna.Framework.Vector2( Convert.ToInt32(chest[1]),Convert.ToInt32(chest[2])),out chestObject); if (f == true) { - Log.AsyncC("YAY"); + ModCore.ModMonitor.Log("YAY"); } else { - Log.AsyncR("BOO"); + ModCore.ModMonitor.Log("BOO"); } string[] ehh = File.ReadAllLines(path); @@ -557,7 +557,7 @@ namespace StardustCore.Serialization } catch (Exception e) { - Log.AsyncR("WHYASIIF"); + ModCore.ModMonitor.Log("WHYASIIF"); //USE XML STYLE DESERIALIZING foreach (KeyValuePair pair in acceptedTypes) { @@ -576,7 +576,7 @@ namespace StardustCore.Serialization } catch(Exception err) { - Log.AsyncR(err); + ModCore.ModMonitor.Log(err.ToString(), LogLevel.Error); } // Log.AsyncY("ADDED ITEM TO INVENTORY"); return; @@ -613,7 +613,7 @@ namespace StardustCore.Serialization //USE JSON STYLE DESERIALIZNG if (acceptedTypes.ContainsKey(s)) { - Log.AsyncC("parse???"); + ModCore.ModMonitor.Log("parse???"); foreach (KeyValuePair pair in acceptedTypes) { // Log.AsyncY(pair.Key); @@ -625,30 +625,30 @@ namespace StardustCore.Serialization // Log.AsyncR("1"); cObj = (CoreObject)pair.Value.parse.Invoke(data); (cObj as CoreObject).thisLocation = Game1.getLocationFromName((cObj as CoreObject).locationsName); - Log.AsyncY("closer"); + ModCore.ModMonitor.Log("closer"); if ((cObj as CoreObject).thisLocation == null) { try { - Log.AsyncG("HERE PRETTY MUCH!!!"); + ModCore.ModMonitor.Log("HERE PRETTY MUCH!!!"); Utilities.addItemToOtherInventory((chestObject as StardewValley.Objects.Chest).items, cObj); foreach(var v in (chestObject as StardewValley.Objects.Chest).items) { - Log.AsyncC(v.Name); + ModCore.ModMonitor.Log(v.Name); } } catch (Exception err) { - Log.AsyncR(err); + ModCore.ModMonitor.Log(err.ToString(), LogLevel.Error); } // Log.AsyncY("ADDED ITEM TO INVENTORY"); return; } else { - Log.AsyncG("WHY HERE????"); + ModCore.ModMonitor.Log("WHY HERE????"); (cObj as CoreObject).thisLocation.objects.Add((cObj as CoreObject).tileLocation, (StardewValley.Object)cObj); thingsToAddBackIn.Add(cObj); //Util.placementAction(cObj, cObj.thisLocation,(int)cObj.tileLocation.X,(int) cObj.tileLocation.Y,null,false); @@ -663,7 +663,7 @@ namespace StardustCore.Serialization } else { - Log.AsyncM("Error parsing unknown object type: " + s); + ModCore.ModMonitor.Log("Error parsing unknown object type: " + s, LogLevel.Error); } } diff --git a/GeneralMods/StardustCore/StardustCore.csproj b/GeneralMods/StardustCore/StardustCore.csproj index 3c8a4175..e064f1b4 100644 --- a/GeneralMods/StardustCore/StardustCore.csproj +++ b/GeneralMods/StardustCore/StardustCore.csproj @@ -11,8 +11,6 @@ StardustCore v4.5 512 - - true @@ -38,11 +36,7 @@ - - - - @@ -57,30 +51,16 @@ + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/StardustCore/Utilities.cs b/GeneralMods/StardustCore/Utilities.cs index 781cddcd..a5b873c5 100644 --- a/GeneralMods/StardustCore/Utilities.cs +++ b/GeneralMods/StardustCore/Utilities.cs @@ -612,7 +612,7 @@ namespace StardustCore else { // Game1.showRedMessage("STEP 2"); - Log.Info(vector); + ModCore.ModMonitor.Log(vector.ToString()); Vector2 newVec = new Vector2(vector.X, vector.Y); // cObj.boundingBox.Inflate(32, 32); @@ -623,7 +623,7 @@ namespace StardustCore if (playSound == true) Game1.playSound("woodyStep"); else { - Log.AsyncG("restoring item from file"); + ModCore.ModMonitor.Log("restoring item from file"); } //Log.AsyncM("Placed and object"); cObj.locationsName = location.name; @@ -720,8 +720,8 @@ namespace StardustCore { if (logInfo) { - Log.AsyncG("size " + inventory.Count); - Log.AsyncG("max " + inventory.Capacity); + ModCore.ModMonitor.Log("size " + inventory.Count); + ModCore.ModMonitor.Log("max " + inventory.Capacity); } if (inventory.Count == inventory.Capacity) return true; diff --git a/GeneralMods/StardustCore/manifest.json b/GeneralMods/StardustCore/manifest.json index bc64c422..83798758 100644 --- a/GeneralMods/StardustCore/manifest.json +++ b/GeneralMods/StardustCore/manifest.json @@ -10,5 +10,6 @@ "MinimumApiVersion": "1.15", "Description": "A core mod that allows for other mods to be run.", "UniqueID": "Omegasis.StardustCore", - "EntryDll": "StardustCore.dll" + "EntryDll": "StardustCore.dll", + "UpdateKeys": [ ] } diff --git a/GeneralMods/StardustCore/packages.config b/GeneralMods/StardustCore/packages.config index 23914dec..5e58038d 100644 --- a/GeneralMods/StardustCore/packages.config +++ b/GeneralMods/StardustCore/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/TimeFreeze/README.md b/GeneralMods/TimeFreeze/README.md index 41052070..1cd25464 100644 --- a/GeneralMods/TimeFreeze/README.md +++ b/GeneralMods/TimeFreeze/README.md @@ -22,3 +22,6 @@ but you can edit `ModConfig.txt` to change that. 1.2: * Switched to standard JSON config file. * Internal refactoring. + +1.2.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/TimeFreeze/TimeFreeze.csproj b/GeneralMods/TimeFreeze/TimeFreeze.csproj index 4cfdbc5d..844baa69 100644 --- a/GeneralMods/TimeFreeze/TimeFreeze.csproj +++ b/GeneralMods/TimeFreeze/TimeFreeze.csproj @@ -11,8 +11,6 @@ TimeFreeze v4.5 512 - - true @@ -52,11 +50,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/TimeFreeze/manifest.json b/GeneralMods/TimeFreeze/manifest.json index 12c5d1bf..18d9099d 100644 --- a/GeneralMods/TimeFreeze/manifest.json +++ b/GeneralMods/TimeFreeze/manifest.json @@ -4,11 +4,12 @@ "Version": { "MajorVersion": 1, "MinorVersion": 2, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", "Description": "Emulates old Harvest Moon-style games where time is frozen inside.", "UniqueID": "Omegasis.TimeFreeze", - "EntryDll": "TimeFreeze.dll" + "EntryDll": "TimeFreeze.dll", + "UpdateKeys": [ "Nexus:973" ] } diff --git a/GeneralMods/TimeFreeze/packages.config b/GeneralMods/TimeFreeze/packages.config index 5a0c3d1f..e5f436cf 100644 --- a/GeneralMods/TimeFreeze/packages.config +++ b/GeneralMods/TimeFreeze/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/deploy.targets b/GeneralMods/deploy.targets index 94d88d97..72aee760 100644 --- a/GeneralMods/deploy.targets +++ b/GeneralMods/deploy.targets @@ -1,6 +1,5 @@ - $(MSBuildProjectName) $(SolutionDir)\_releases