Commit Graph

76 Commits

Author SHA1 Message Date
Ell 93bbcf5cbd 3.2.0 2024-02-04 17:13:54 +01:00
Ell b1c7ba82e7 allow multiple content files to be processed at once
closes #8
2024-02-04 17:10:54 +01:00
Ell d9c863e7ed use github actions 2024-02-04 16:31:03 +01:00
Ell c45138a084 3.1.3 2023-12-22 17:47:01 +01:00
Max Kopjev 9f45d5decb
Fix build task (#7)
* Fix creating test/nuget.config.

* Fix order of task

* Fix
2023-12-22 17:41:30 +01:00
Ell bbb4b539cc 3.1.2 2023-12-21 21:28:42 +01:00
Ell 01b43d887d return an exit code when failing 2023-12-21 21:27:52 +01:00
Ell 2b2a507050 3.1.1 2023-12-21 21:23:02 +01:00
Ell 280d92edf3 fixed argument oder being incorrect corrupting project files 2023-12-21 21:20:47 +01:00
Ell 5897609dd2 3.1.0 2023-12-21 19:13:37 +01:00
Max Kopjev 18ce5e5863
Fix creating test/nuget.config. (#6) 2023-12-21 19:09:18 +01:00
Ell 760ee53b54 dependency update 2023-12-21 19:01:45 +01:00
Ell 37876915ee made the Test content file make a bit more sense 2023-12-21 18:45:12 +01:00
Ell 2aee01893d update nuspec to .net 8 also 2023-12-21 18:40:47 +01:00
Ell e69aa3e089 document references 2023-12-21 18:39:15 +01:00
Ell 95dba50148 stop doing this to me rider 2023-12-21 18:34:16 +01:00
Ell b2affa9f88 updated to .net 8 lts 2023-12-21 18:33:46 +01:00
Ell ec0eb59871 some more cleanup and path char inconsistency fixes 2023-12-21 18:28:53 +01:00
Ell 1dfd963dc9 cleaned up new features 2023-12-21 18:11:43 +01:00
Ell 10a7cd947c restore test before building 2023-12-21 18:05:04 +01:00
Ell 2058192fbe fixed missing dotnet tools 2023-12-21 17:59:13 +01:00
Ell 379b3b016d build content as well when testing 2023-12-21 17:50:44 +01:00
Max Kopjev a10689e3bb
Add auto syncing references (#4)
* Add extraction of project file path.

* Add field for reference syncing in config file.

* Add new dependencies.

* Add sync algorithm for references.

* Update version

* Fix ups

* Rename ReferenceHeader

* Fix message

* Check arguments count.

* Fix

* Revert "Update version"

This reverts commit e24d75d18a.

* Change error logic - no return

* Add adding new references.

* Add more true NuGet support.

* Fix braces.

* Fix First call.

---------

Co-authored-by: Ell <me@ellpeck.de>
2023-12-21 17:48:16 +01:00
Ell d672f7e4b2 fixed build 2023-12-20 22:50:49 +01:00
Ell c540807ecd added build script 2023-12-20 22:43:58 +01:00
Ell 05818f1c74 3.0.7 2022-09-25 23:33:36 +02:00
Ell ff4b7d6f01 updated readme 2022-09-25 23:32:35 +02:00
Ell 99b746fc42 Merge remote-tracking branch 'origin/main' into main 2022-09-25 23:29:11 +02:00
Ell d1012c8a28 updated to .net 6 2022-09-25 23:29:02 +02:00
Ell 6dcaca4e8c
Merge pull request #1 from Ellpeck/dependabot/nuget/Contentless/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Contentless
2022-06-23 12:18:31 +02:00
dependabot[bot] 663ae73b4c
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Contentless
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 21:49:29 +00:00
Ell e2e915969f
Update FUNDING.yml 2021-11-08 15:53:07 +01:00
Ell 0315f996bd reflect branch rename 2021-10-24 00:48:23 +02:00
Ell 60793ce9bc update 2021-10-16 18:59:26 +02:00
Ell d439685578 updated to new nuget standards, and updated to net5.0 2021-10-16 18:51:13 +02:00
Ell f35db05ca4 run the dll using dotnet to ensure cross-platform compatibility 2021-01-28 02:49:27 +01:00
Ell a465a552a2 allow running on linux more easily 2021-01-27 22:57:32 +01:00
Ell 47328e646c removed some outdated dependencies 2020-10-07 15:22:30 +02:00
Ell aaf9d09999 update the readme to link to the newer content builder 2020-10-07 10:41:36 +02:00
Ell e3aa6d7ba9 updated to netcoreapp3.1 2020-10-07 07:15:36 +02:00
Ell 378c0b4484 Stop using an outdated version of Contentless for the test 2020-10-07 06:55:17 +02:00
Ell da40876e73 updated to the newest version of MonoGame 2020-10-07 06:54:10 +02:00
Ell 42549b4220 Re-populate the content file 2020-10-07 04:04:54 +02:00
Ell a5ba3de533 fixed an issue where types would not correctly be loaded from referenced assemblies 2020-10-07 04:01:10 +02:00
Ellpeck a7d5a12df1 update 2020-06-25 11:58:17 +02:00
Ellpeck a2bf711912 reformat overrides and allow the option of adding processor parameters 2020-06-25 11:53:25 +02:00
Ellpeck 2b16973913
Create FUNDING.yml 2020-06-15 19:19:33 +02:00
Ellpeck 5cce238380 added the ability to only specify a content processor 2020-01-14 00:07:52 +01:00
Ellpeck b79601f318 added a try-catch around assembly loading 2019-12-04 16:08:08 +01:00
Ellpeck e8e69dc1cc only check exported types so that we don't crash on internal types 2019-12-01 18:53:21 +01:00