-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes an issue where delta objects contained AttributeValue instead o…
…f AttributeValueChange objects
- Loading branch information
1 parent
5176b25
commit d445fb4
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Lithnet.Miiserver.Automation/LithnetMIISAutomation.Help.pshproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Lithnet.Miiserver.Client" version="1.0.7780.15157" targetFramework="net45" /> | ||
<package id="Lithnet.Miiserver.Client" version="1.0.7782.24069" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net45" /> | ||
</packages> |