Commit graph

17 commits

Author SHA1 Message Date
Kamron Batman
04909828c8
fix: Fixes argument for schema generation in publish command (#935) 2022-02-18 11:00:10 -08:00
Kamron Batman
48f1fe3384
fix: Moves codegen to its own repo (#918)
- [X] Replace serialization generator with nuget
- [X] Replace schema migration with dotnet bool
- [X] Add ability to run migrations in VS/Rider using a project build
2022-02-12 17:58:42 -08:00
Kamron Batman
ba378fc5f2
fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically (#908) 2022-01-03 14:19:39 -08:00
Kamron Batman
78f587f496
fix: Fixes dictionary codegen (#844)
* Fixes code gen with .net 6 by not using .net 6
* Fixes dictionary codegen
* Fixes kvp codegen
2021-11-13 16:18:16 -08:00
Kamron Batman
ac3958a0b8
fix(codegen): Fixes codegen on VS2019 (#629)
- [X] Fixes code gen on VS2019
- [X] Fixes schema generator not iterating through all nodes
- [X] Fixes errors with building the actual code gen
2021-05-31 16:30:17 -07:00
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)