File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >1.5.4 </Version >
5
+ <Version >1.6.0 </Version >
6
6
<Description >Generate Avro Schema with support for RECURSIVE SCHEMA</Description >
7
7
<PackageProjectUrl >https://github.com/eaba/SchemaGenerator</PackageProjectUrl >
8
8
<RepositoryUrl >https://github.com/eaba/SchemaGenerator</RepositoryUrl >
9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
10
<PackageId >AvroSchemaGenerator</PackageId >
11
- <PackageReleaseNotes >User Defined Enums</PackageReleaseNotes >
11
+ <PackageReleaseNotes >Aliases
12
+ ```
13
+ [Aliases("OldCourse")]
14
+ public class Course
15
+ {
16
+ [Aliases("Level")]
17
+ public string NewLevel { get; set; }
18
+ }
19
+ ```</PackageReleaseNotes >
12
20
<NeutralLanguage >en-US</NeutralLanguage >
13
21
<PackageTags >Apache Avro, Avro Schema</PackageTags >
14
22
<PackageIcon >avro-schema.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments