SoyaX / Doorbell

3 stars 4 forks source link

Updated for 7.0 and .net 8 #3

Closed Godfatherbobo closed 3 months ago

Godfatherbobo commented 4 months ago

Summary

Updating of DotNet framework version and code refactoring for Dawntrail and new Dalamud API10.

More Information

Updated from net7.0-windows to net8.0-windows Updated DalamudPackager to 2.1.13 Replaces PlayerCharacter with new IPlayerCharacter interface in PlayerObject and foreach in Plugin.cs Replaces ObjectID Which no longer exists in IPlayerCharacter with EntityId Updated NAudio from 1.10.0 to 2.2.1

Built and tested to be functional.

Shuro commented 3 months ago

Is there any way one can use the merge branch in the meanwhile until it is merged and deployed?

TedOhBear commented 3 months ago

Is there any way one can use the merge branch in the meanwhile until it is merged and deployed?

Clone the repo, do the changes this PR has, and build it. Add the file location to your Dev Plugins.

Godfatherbobo commented 3 months ago

Closed pull as plugin was adopted by another.