Skip to content

Releases: lc-sigurd/msbuild-thunderstore-sdk

Sigurd.Thunderstore.Sdk v0.3.7

27 Oct 16:19
49b1e5a
Compare
Choose a tag to compare

Fixed

  • Build would always fail if project directory path contained whitespace (#2 by @1A3Dev)

Sigurd.Thunderstore.Sdk v0.3.6

21 Apr 20:19
2b70089
Compare
Choose a tag to compare

Changed

  • Configure install rules using UNIX paths as opposed to Path.Join

Sigurd.Thunderstore.Sdk v0.3.5

21 Apr 19:34
b5f8db8
Compare
Choose a tag to compare

Sigurd.Thunderstore.Sdk v0.3.4

21 Apr 18:54
b5f8db8
Compare
Choose a tag to compare

Added

  • Polyfill for Path.Join in .NET framework

Changed

  • Use Path.Join over Path.Combine due to issues with joining rooted paths

Sigurd.Thunderstore.Sdk v0.3.3

03 Apr 04:02
5d77423
Compare
Choose a tag to compare

Added

  • PluginRootNamespace property can be specified to control the namespace that the MyPluginInfo class is emitted to

Sigurd.Thunderstore.Sdk v0.3.2

01 Apr 20:28
6fce6c6
Compare
Choose a tag to compare

Fixed

  • Trying to use Serilog.Sinks.MSBuild for net8.0 in net472 context

Sigurd.Thunderstore.Sdk v0.3.1

01 Apr 19:38
ea20790
Compare
Choose a tag to compare

Fixed

  • Removed usage of unsupported runtime attributes in net472 build of MSBuild tasks assembly

Sigurd.Thunderstore.Sdk v0.3.0

01 Apr 19:02
4083113
Compare
Choose a tag to compare

Added

  • Support for Visual Studio

Sigurd.Thunderstore.Sdk v0.2.5

01 Apr 05:24
03e7813
Compare
Choose a tag to compare

Fixed

  • ThunderstoreOutDir was not being correctly defaulted

Sigurd.Thunderstore.Sdk v0.2.4

29 Feb 14:39
b1c62f0
Compare
Choose a tag to compare

Fixed

  • Some boolean properties (HasBepInPlugin, ShouldCopyToTestProfile) were uninitialized, leading to 'undefined MSBuild property' errors