<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI.Toolkit/Framework/UpdateData, 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>minor formatting, copyediting, and error-handling</title>
<updated>2023-01-29T21:37:22+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-01-29T21:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=55fd4839da43e7ca205eaa85480786e3dfe8af6f'/>
<id>55fd4839da43e7ca205eaa85480786e3dfe8af6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UpdateManifest site type.</title>
<updated>2022-10-02T01:30:14+00:00</updated>
<author>
<name>Jamie Taylor</name>
<email>Jamie.Taylor@pobox.com</email>
</author>
<published>2022-10-02T01:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=83aec980b3ee739fb4bc251217556b3ae44f741b'/>
<id>83aec980b3ee739fb4bc251217556b3ae44f741b</id>
<content type='text'>
Adds the UpdateManifest site key and associated client.  This required
some additional features in the existing update machinery.

Each "version" can now (optionally) have its own download URL.

Mod Page objects can now specify that subkey matching (for that page)
should be "strict".  A strict subkey match does not fall back to matching
with no subkey if a subkey was provided but produced no versions.  It also
strips the leading '@' from the subkey.

IModDownload objects are now responsible for deciding whether a subkey
matches or not.  The default behavior is unchanged, but this allows
different mod sites to have different rules for subkey matching (which
the UpdateManifest mod site uses to force exact matches).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the UpdateManifest site key and associated client.  This required
some additional features in the existing update machinery.

Each "version" can now (optionally) have its own download URL.

Mod Page objects can now specify that subkey matching (for that page)
should be "strict".  A strict subkey match does not fall back to matching
with no subkey if a subkey was provided but produced no versions.  It also
strips the leading '@' from the subkey.

IModDownload objects are now responsible for deciding whether a subkey
matches or not.  The default behavior is unchanged, but this allows
different mod sites to have different rules for subkey matching (which
the UpdateManifest mod site uses to force exact matches).
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor UpdateKey parsing, move responsibility for subkey matching</title>
<updated>2022-10-02T01:18:50+00:00</updated>
<author>
<name>Jamie Taylor</name>
<email>Jamie.Taylor@pobox.com</email>
</author>
<published>2022-09-23T03:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=6d4eed56b1d80d02db773b0cd2f372baec6b2d1b'/>
<id>6d4eed56b1d80d02db773b0cd2f372baec6b2d1b</id>
<content type='text'>
UpdateKey parsing now allows multiple : and @ inside the update key,
splitting on the first occurence of each

Subkey matching is moved into IModDownload / GenericModDownload, in
preparation for some Mod Sites using something less error-prone than
substring matching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UpdateKey parsing now allows multiple : and @ inside the update key,
splitting on the first occurence of each

Subkey matching is moved into IModDownload / GenericModDownload, in
preparation for some Mod Sites using something less error-prone than
substring matching.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix misplaced attribute (#837)</title>
<updated>2022-04-09T20:58:52+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-09T20:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=376dadd3412752cf406958ca889e326bfdd53087'/>
<id>376dadd3412752cf406958ca889e326bfdd53087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reverse mod build package migration to .NET 5 (#837)</title>
<updated>2022-04-08T02:19:48+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-08T02:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=238045ba9c5937f684cad3c55a8f9b9c2733e45f'/>
<id>238045ba9c5937f684cad3c55a8f9b9c2733e45f</id>
<content type='text'>
The migrated package didn't work consistently in VIsual Studio, so this suppresses nullable annotations in .NET Standard instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The migrated package didn't work consistently in VIsual Studio, so this suppresses nullable annotations in .NET Standard instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>enable nullable annotations for most of the SMAPI toolkit (#837)</title>
<updated>2022-04-07T06:33:23+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-07T06:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=d706a25053cdc5d9f1ccc2c09dc3913f835c3f78'/>
<id>d706a25053cdc5d9f1ccc2c09dc3913f835c3f78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable nullable annotations by default (#837)</title>
<updated>2022-04-07T01:48:55+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-07T01:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=2e7c233f6c9bf6430672b39f970a3324deba79dd'/>
<id>2e7c233f6c9bf6430672b39f970a3324deba79dd</id>
<content type='text'>
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for unified mod data overrides on the wiki</title>
<updated>2021-10-02T20:40:23+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2021-10-02T20:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=b5c88d87d2cb1739585651e02513fef73dfc0e27'/>
<id>b5c88d87d2cb1739585651e02513fef73dfc0e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add update subkeys</title>
<updated>2020-05-24T04:21:51+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-05-24T04:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=d97b11060c310f1fa6064f02496e6a6162a44573'/>
<id>d97b11060c310f1fa6064f02496e6a6162a44573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor update check API</title>
<updated>2020-05-24T01:55:11+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-05-24T01:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=786077340f2cea37d82455fc413535ae82a912ee'/>
<id>786077340f2cea37d82455fc413535ae82a912ee</id>
<content type='text'>
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features.
</pre>
</div>
</content>
</entry>
</feed>
