<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI.Internal/ConsoleWriting, 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>enable nullable annotations in shared projects (#837)</title>
<updated>2022-04-12T23:56:52+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-12T23:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c3851ae2e6c8fb286d4744612fbfea039d1baf7f'/>
<id>c3851ae2e6c8fb286d4744612fbfea039d1baf7f</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>standardize spelling of 'macOS'</title>
<updated>2021-04-04T15:37:11+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2021-04-04T15:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=222183c651c5b5d9e402db1b8009e2e0a0681b06'/>
<id>222183c651c5b5d9e402db1b8009e2e0a0681b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add config option to disable console colors (#707)</title>
<updated>2020-04-12T16:35:34+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-04-12T16:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9'/>
<id>5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make console colors configurable</title>
<updated>2019-09-23T21:09:35+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2019-09-23T21:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=1b5055dfaafc6dcf77b5262b8290e8ca2c8179ed'/>
<id>1b5055dfaafc6dcf77b5262b8290e8ca2c8179ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos and inconsistent spelling</title>
<updated>2019-09-14T23:08:06+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2019-08-09T05:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=fd77ae93d59222d70c86aebfc044f3af11063372'/>
<id>fd77ae93d59222d70c86aebfc044f3af11063372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move environment utility into toolkit for reuse</title>
<updated>2019-09-14T22:05:10+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2019-06-17T18:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=46a0dd6236a39175e85c11eac44a710db1c07847'/>
<id>46a0dd6236a39175e85c11eac44a710db1c07847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak comment header convention</title>
<updated>2018-12-27T17:39:10+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2018-12-27T17:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c4a82418ac8b09a6965052f5c9173928457fba52'/>
<id>c4a82418ac8b09a6965052f5c9173928457fba52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use SMAPI's console color scheme logic in installer too (#495)</title>
<updated>2018-05-10T04:49:29+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2018-05-10T04:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=995a6fcca4a64d414d93e442419b31c89a2ce20f'/>
<id>995a6fcca4a64d414d93e442419b31c89a2ce20f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generalise console color logic for reuse (#495)</title>
<updated>2018-05-10T04:47:20+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2018-05-10T04:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=02c02a55eeeb744108d6a8335f6203a95ea20626'/>
<id>02c02a55eeeb744108d6a8335f6203a95ea20626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
