Skip to content

Commit f884b87

Browse files
authored
Merge pull request #3 from smdn/releases/Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0-1657377061
Release main/Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0
2 parents b014c00 + bef69c7 commit f884b87

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core-net5.0.apilist.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (net5.0))
1+
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
3-
// AssemblyVersion: 1.0.0.0
4-
// InformationalVersion: 1.0.0 (net5.0)
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
55
// TargetFramework: .NETCoreApp,Version=v5.0
66
// Configuration: Release
77

@@ -29,6 +29,7 @@ public class WriterOptions {
2929
public WriterOptions() {}
3030

3131
public bool OrderStaticMembersFirst { get; set; }
32+
public bool WriteNullableAnnotationDirective { get; set; }
3233
}
3334

3435
public ApiListWriterOptions() {}

doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core-net6.0.apilist.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (net6.0))
1+
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
3-
// AssemblyVersion: 1.0.0.0
4-
// InformationalVersion: 1.0.0 (net6.0)
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77

@@ -29,6 +29,7 @@ public class WriterOptions {
2929
public WriterOptions() {}
3030

3131
public bool OrderStaticMembersFirst { get; set; }
32+
public bool WriteNullableAnnotationDirective { get; set; }
3233
}
3334

3435
public ApiListWriterOptions() {}

doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core-netcoreapp3.1.apilist.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (netcoreapp3.1))
1+
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
3-
// AssemblyVersion: 1.0.0.0
4-
// InformationalVersion: 1.0.0 (netcoreapp3.1)
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
55
// TargetFramework: .NETCoreApp,Version=v3.1
66
// Configuration: Release
77

@@ -29,6 +29,7 @@ public class WriterOptions {
2929
public WriterOptions() {}
3030

3131
public bool OrderStaticMembersFirst { get; set; }
32+
public bool WriteNullableAnnotationDirective { get; set; }
3233
}
3334

3435
public ApiListWriterOptions() {}

0 commit comments

Comments
 (0)