Commit graph

12 commits

Author SHA1 Message Date
Kamron Batman
b6779a7c09
fix(codegen): Creates multiple steps for serialization source generator (#628)
Roslyn Source generators are not supposed to access I/O. To get around this we have to use `AdditionalFiles` to give the analyzer access to read/load the schema files.
To write the schema files we have to use a separate program altogether.

- [X] Adds SerializationSchemaGenerator
- [X] Splits out the SerializationGenerator code
2021-05-31 11:54:59 -07:00
Kamron Batman
1736469ac0
fix(releases): Updates release flow. Fixes windows builds (#482) 2021-02-07 23:30:11 -08:00
Kamron Batman
5b7a4151c7
fix(publish): Removes or from publish script (#340)
Fixes publish script
Bumps release version
2020-12-11 19:37:02 -08:00
Kamron Batman
70f5128771
Fixes the argument in publish.cmd (#327)
- [X] Fixes publish.cmd for windows

Bumps release version
2020-11-27 16:27:02 -08:00
Kamron Batman
1c9439e4fd
Drop .NET Core 3.1 (#307)
- [X] Updates Zlib Bindings
- [X] Updates Argon2 Bindings
- [X] Drops .NET Core 3.1 support
- [X] Updates CI/CD

Bumps release version
Updates documentation
2020-11-10 20:28:05 -08:00
Kamron Batman
5fcd98cc82
Fixes publish (#305)
Fixes publishing from 0.8.1.1 release,
2020-11-08 12:18:53 -08:00
Kamron Batman
03f7398655
Adds CentOS to the CI/CD (#302) 2020-11-07 21:46:17 -08:00
Kamron Batman
013f333898
Adds official .NET 5 support (#300) 2020-11-07 13:26:27 -08:00
Kamron Batman
dcbbb13e72
Fixes publish script to work with zsh (#218)
Fixes the publish script so it works with zsh and bash. (bump release)
2020-09-03 17:18:28 -07:00
Kamron Batman
f4ed471fe6
Fix publish script (bump release) (#215) 2020-09-02 19:16:03 -07:00
Kamron Batman
40f88d98e4
Release Version 0.6.1 (#205) 2020-08-30 23:15:47 -07:00
Kamron Batman
1f651992d7
Updates formatting rules (#199) 2020-08-25 18:00:51 -07:00
Renamed from Tools/publish.cmd (Browse further)