Releases: lc-sigurd/msbuild-thunderstore-sdk
Releases · lc-sigurd/msbuild-thunderstore-sdk
Sigurd.Thunderstore.Sdk v0.3.7
Sigurd.Thunderstore.Sdk v0.3.6
Changed
- Configure install rules using UNIX paths as opposed to
Path.Join
Sigurd.Thunderstore.Sdk v0.3.5
Changed
N/A
Sigurd.Thunderstore.Sdk v0.3.4
Added
- Polyfill for
Path.Join
in .NET framework
Changed
- Use
Path.Join
overPath.Combine
due to issues with joining rooted paths
Sigurd.Thunderstore.Sdk v0.3.3
Added
PluginRootNamespace
property can be specified to control the namespace that theMyPluginInfo
class is emitted to
Sigurd.Thunderstore.Sdk v0.3.2
Fixed
- Trying to use
Serilog.Sinks.MSBuild
fornet8.0
innet472
context
Sigurd.Thunderstore.Sdk v0.3.1
Fixed
- Removed usage of unsupported runtime attributes in
net472
build of MSBuild tasks assembly
Sigurd.Thunderstore.Sdk v0.3.0
Added
- Support for Visual Studio
Sigurd.Thunderstore.Sdk v0.2.5
Fixed
ThunderstoreOutDir
was not being correctly defaulted
Sigurd.Thunderstore.Sdk v0.2.4
Fixed
- Some boolean properties (
HasBepInPlugin
,ShouldCopyToTestProfile
) were uninitialized, leading to 'undefined MSBuild property' errors