<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI.ModBuildConfig, 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>prepare for release</title>
<updated>2023-01-09T17:27:29+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-01-09T17:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba'/>
<id>25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update packages</title>
<updated>2023-01-08T21:48:30+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-01-08T21:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=5518b8d461732796b0da5f4c9ba85be96bddc205'/>
<id>5518b8d461732796b0da5f4c9ba85be96bddc205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix game assemblies not excluded from release zip when bundle type not set</title>
<updated>2023-01-07T22:55:15+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2023-01-07T22:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=d35f45fc3242d330a2021017054e932eff64f2ca'/>
<id>d35f45fc3242d330a2021017054e932eff64f2ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>don't validate manifest if we're not deploying or zipping the mod</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=6ee0d2f93d5d06556915f41e29621c59d9e9e551'/>
<id>6ee0d2f93d5d06556915f41e29621c59d9e9e551</id>
<content type='text'>
That would break cases like unit test projects, which don't have a manifest.json file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That would break cases like unit test projects, which don't have a manifest.json file.
</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>add detailed manifest validation errors at build time</title>
<updated>2022-10-19T01:03:28+00:00</updated>
<author>
<name>Tyler</name>
<email>gibbstyler7@gmail.com</email>
</author>
<published>2022-10-19T01:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=61d6ec12daee843f758e5f828a713a72a767a94b'/>
<id>61d6ec12daee843f758e5f828a713a72a767a94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare for release</title>
<updated>2022-10-09T23:42:24+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-10-09T23:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9'/>
<id>ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issues with BundleExtraAssemblies</title>
<updated>2022-10-07T04:16:00+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-10-07T04:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=2c2542657890d896750384bbaa2cb765379bad06'/>
<id>2c2542657890d896750384bbaa2cb765379bad06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove DebugType build property</title>
<updated>2022-08-08T23:32:58+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-08-08T23:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=8c58bdae6f10dfb55d44f900480059f495d5f37e'/>
<id>8c58bdae6f10dfb55d44f900480059f495d5f37e</id>
<content type='text'>
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore.
</pre>
</div>
</content>
</entry>
</feed>
