<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI/Framework/ModLoading, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/'/>
<entry>
<title>update release notes &amp; tweak recent changes</title>
<updated>2023-04-02T19:43:50+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-03-26T17:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=d2134f0f70963d0673883f8c544267341d3ccc6c'/>
<id>d2134f0f70963d0673883f8c544267341d3ccc6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>as per comments, remove where in favor of nullchecking id instead</title>
<updated>2023-04-02T19:37:40+00:00</updated>
<author>
<name>atravita-mods</name>
<email>94934860+atravita-mods@users.noreply.github.com</email>
</author>
<published>2023-03-24T02:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c12e9d788e71aaee155a4a055c08ccb88f0e8c21'/>
<id>c12e9d788e71aaee155a4a055c08ccb88f0e8c21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid resolving empty folders.</title>
<updated>2023-04-02T19:37:37+00:00</updated>
<author>
<name>atravita-mods</name>
<email>94934860+atravita-mods@users.noreply.github.com</email>
</author>
<published>2023-03-24T02:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=58ccaf9a1e3a9e374f07f23b5c3043dd3c0566ba'/>
<id>58ccaf9a1e3a9e374f07f23b5c3043dd3c0566ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix load-early/late mods not correctly sorted relative to others in the same list</title>
<updated>2022-11-12T02:43:42+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-11-12T02:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c1e3b25dcaff2406fa1e3a457c1ba9c0f8ecda7f'/>
<id>c1e3b25dcaff2406fa1e3a457c1ba9c0f8ecda7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #882 from Shockah/mod-load-order</title>
<updated>2022-11-11T06:29:30+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-11-11T06:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=133aeab3fccb3acdfaff8b128cbfafda03b7c8fc'/>
<id>133aeab3fccb3acdfaff8b128cbfafda03b7c8fc</id>
<content type='text'>
Add options to override mod load order

# Conflicts:
#	src/SMAPI/Framework/Models/SConfig.cs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add options to override mod load order

# Conflicts:
#	src/SMAPI/Framework/Models/SConfig.cs
</pre>
</div>
</content>
</entry>
<entry>
<title>change new fields to hash sets &amp; simplify sorting</title>
<updated>2022-11-11T06:22:45+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-11-11T06:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=0629f19698c9920e2988d96f316d227f97932df8'/>
<id>0629f19698c9920e2988d96f316d227f97932df8</id>
<content type='text'>
This makes the mod IDs case-insensitive (like the 'SuppressUpdateChecks' field), fixes a build error in unit tests, and avoids re-scanning the mod list multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the mod IDs case-insensitive (like the 'SuppressUpdateChecks' field), fixes a build error in unit tests, and avoids re-scanning the mod list multiple times.
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak new code</title>
<updated>2022-11-11T04:27:38+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-11-11T04:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=867afdd96ff8896dc81fdab204cf045713d32d91'/>
<id>867afdd96ff8896dc81fdab204cf045713d32d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move validation logic out of Manifest model</title>
<updated>2022-11-11T04:27:38+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-11-11T04:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=346fddda670704c1458e42104ee7405fc1de7ccc'/>
<id>346fddda670704c1458e42104ee7405fc1de7ccc</id>
<content type='text'>
This avoids tightly coupling higher logic to the implementation class, since we can validate the interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids tightly coupling higher logic to the implementation class, since we can validate the interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually taking order into consideration</title>
<updated>2022-11-09T19:26:50+00:00</updated>
<author>
<name>Michał Dolaś</name>
<email>me@shockah.pl</email>
</author>
<published>2022-11-09T19:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=9fd8c35b462bc19efb520da21cda66f83559a66e'/>
<id>9fd8c35b462bc19efb520da21cda66f83559a66e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed first/last to early/late; ignoring mods declared as both and warning about those</title>
<updated>2022-11-09T18:50:32+00:00</updated>
<author>
<name>Michał Dolaś</name>
<email>me@shockah.pl</email>
</author>
<published>2022-11-09T18:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=42b4b6b6a4ae1bb59182857b383539b24b063215'/>
<id>42b4b6b6a4ae1bb59182857b383539b24b063215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
