Releases: Sharp-Pulsar/AvroSchemaGenerator
2.8.0-rc0013
• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]
2.8.0-rc0006
• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]
2.8.0
• [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
• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]
2.7.0-rc0138
• Add back support for NET standard 2.0
• Add IEnumerabl<> support • @ThomasHarzer [https://github.com/eaba/AvroSchemaGenerator/commit/38c38308d183ecda416ce5b8b946ebe681c2f171]
2.7.0
• Add Custom AVRO definition support @RobertIndie [https://github.com/eaba/AvroSchemaGenerator/commit/81272d5e24e63e152369c14b6c564333fc3aa9ac]
AvroSchemaGenerator
Aliases
[Aliases("OldCourse")]
public class Course
{
[Aliases("Level")]
public string NewLevel { get; set; }
}