<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI.Toolkit/Serialization, 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>fix error deserializing null semantic version</title>
<updated>2023-04-30T17:43:23+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-04-30T17:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=061b5338568320183eaab0f116fd97b94888f642'/>
<id>061b5338568320183eaab0f116fd97b94888f642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change square brackets to round ones in manifest name</title>
<updated>2022-10-08T17:16:38+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-10-08T17:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=a7f03abe25128dba78d8c22802370a3f9a8aff11'/>
<id>a7f03abe25128dba78d8c22802370a3f9a8aff11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build warnings</title>
<updated>2022-07-06T23:25:15+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-07-06T23:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=9c9552531f8f085cded6ed5158503e75b00be1ff'/>
<id>9c9552531f8f085cded6ed5158503e75b00be1ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate update checks to FluentHttpClient</title>
<updated>2022-06-28T22:17:27+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-06-28T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=6d11c41facb2e1397a25110517cc281f87be2caf'/>
<id>6d11c41facb2e1397a25110517cc281f87be2caf</id>
<content type='text'>
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix errors reading empty JSON files</title>
<updated>2022-05-06T22:06:47+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-05-06T22:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=b834ed7ef5095203529f8b77aee3f25f5387fbcc'/>
<id>b834ed7ef5095203529f8b77aee3f25f5387fbcc</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 in mod data models (#837)</title>
<updated>2022-04-11T01:34:18+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-11T01:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=761f2d952b073b78a06453768992b7b0fd4c6463'/>
<id>761f2d952b073b78a06453768992b7b0fd4c6463</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>migrate mod build package to .NET 5 to allow full nullable annotations (#837)</title>
<updated>2022-04-07T05:51:50+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-07T05:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=6b05296e71c32abd158f354eeeaf1e135e72e6e2'/>
<id>6b05296e71c32abd158f354eeeaf1e135e72e6e2</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 for manifests (#837)</title>
<updated>2022-04-07T05:38:02+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-07T05:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=e58e8a22836081ec4baffa5a9b4b093a329f3d88'/>
<id>e58e8a22836081ec4baffa5a9b4b093a329f3d88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
