Skip to content

Releases: Sharp-Pulsar/AvroSchemaGenerator

2.8.0-rc0013

24 Dec 10:47
9c9c363
Compare
Choose a tag to compare

• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]

2.8.0-rc0006

24 Dec 10:31
11785b7
Compare
Choose a tag to compare

• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]

2.8.0

24 Dec 11:46
7ecacdd
Compare
Choose a tag to compare

• [update] .NET 7
• [fix] Resolves #64 Fixed that the same enum can be used multiple times in the schema @danny-krueger [https://github.com//pull/74/commits/ba622efc263f89ed8d5bc826493cf8a33637b580]

2.7.0-rc0139

20 Jul 02:21
cad08ba
Compare
Choose a tag to compare

• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]

2.7.0-rc0138

20 Jul 01:46
1e1ca97
Compare
Choose a tag to compare

• Add back support for NET standard 2.0
• Add IEnumerabl<> support • @ThomasHarzer [https://github.com/eaba/AvroSchemaGenerator/commit/38c38308d183ecda416ce5b8b946ebe681c2f171]

2.7.0

20 Jul 02:58
03159fb
Compare
Choose a tag to compare

• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]

AvroSchemaGenerator

26 Jun 09:30
Compare
Choose a tag to compare

Aliases

[Aliases("OldCourse")]
public class Course
 {
     [Aliases("Level")]
     public string NewLevel { get; set; }
 }