Commit Graph

21 Commits

Author SHA1 Message Date
Oliver Booth f84fc044ba
chore: bump to 3.2.2 2023-06-05 21:46:51 +01:00
Oliver Booth e2a608f11d
build: output debug symbols for all projects (#75) 2023-04-02 17:06:18 +01:00
Oliver Booth bfd3a5663d
[ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
Oliver Booth 78f2c13a1b
style: update branding
The icon is now exported from vector artboards rather than a raster.
2023-03-31 22:22:52 +01:00
Oliver Booth 9ee99d72d3
[ci skip] style: upgrade projects to C# 11
NB: While using a higher C# version with lower framework version is possible, it's generally advised against because C# syntax may map to .NET types not available in older versions such as .NET Standard 2.1.

This change does not invite the codebase to upgrade to newer types, but rather take advantage of syntax sugar (such as file-scoped namespaces, when this project was updated to C# 10) that does not effect the compiled result.

However, this change does open up the possibilities to add extension methods for the "generic math" interfaces (made possible by static interface members), and these upcoming methods will be targeted to .NET 7 or greater **ONLY**.
2023-03-31 17:30:30 +01:00
Oliver Booth e3dcad5690
build(nupkg): use MSBuildProjectDirectory and go up 1 level
SolutionDir macro is returning empty/null in workflow, causing a job failure since CHANGELOG.md is not in root.

this may or may not fix the workflow. tba
2023-03-28 15:11:09 +01:00
Oliver Booth 2cb6567410
build(nupkg): add PackageReleaseNotes to csproj 2023-03-28 14:27:15 +01:00
Oliver Booth 384ec3f61c
[ci skip] Set ContinuousIntegrationBuild to true for CI builds 2023-02-05 13:51:58 +00:00
Oliver Booth 1bb1feb89b
Bump to 3.2.0 2022-05-16 10:19:53 +01:00
Oliver Booth 542b56fd01
Update X10D.Unity.Tests 2021.3.2f1
Reference Unity3D.SDK 2021.1.14f1 for X10D.Unity
2022-05-13 09:10:59 +01:00
Oliver Booth 064011cb68
Format csproj 2022-05-07 23:16:17 +01:00
Oliver Booth f257aebc28
Add .NET Standard 2.1 target, reintroduce Unity support 2022-05-05 18:00:38 +01:00
Oliver Booth f9b4c56f05 Remove X10D.Unity project from repo 2022-02-14 16:50:07 +00:00
Oliver Booth 1443d7d4cf Update X10D.Unity to 2020.3.12.f1 LTS 2021-06-27 12:20:51 +01:00
Oliver Booth 937d701d14 Remove ruleset and unused analyzers 2021-03-07 18:00:17 +00:00
Oliver Booth 88eb4c0350 🏷 Bump to 2.6.0 2020-10-20 15:11:21 +01:00
Oliver Booth ad824debe0 🏷 Bump to 2.5.0 2020-07-15 16:10:00 +01:00
Oliver Booth 5bc71bd426 Add X10D.Unity 2020-07-15 14:33:40 +01:00
Oliver Booth 9c061eacf1
🔥 Remove Drawing, WinForms and Unity projects 2020-04-18 14:46:05 +01:00
Oliver Booth 9b5e02b5a1
🐞 Fix invalid reference 2019-11-19 15:29:29 +00:00
Oliver Booth 1a8e1c8eaf
🎉 Initial commit 2019-07-07 12:23:48 +01:00