Skip to content

Commit

Permalink
Merge pull request #3 from smdn/releases/Smdn.Reflection.ReverseGener…
Browse files Browse the repository at this point in the history
…ating.ListApi.Core-1.1.0-1657377061

Release main/Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0
  • Loading branch information
smdn authored Jul 9, 2022
2 parents b014c00 + bef69c7 commit f884b87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (net5.0))
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0 (net5.0)
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
// TargetFramework: .NETCoreApp,Version=v5.0
// Configuration: Release

Expand Down Expand Up @@ -29,6 +29,7 @@ public class WriterOptions {
public WriterOptions() {}

public bool OrderStaticMembersFirst { get; set; }
public bool WriteNullableAnnotationDirective { get; set; }
}

public ApiListWriterOptions() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (net6.0))
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0 (net6.0)
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release

Expand Down Expand Up @@ -29,6 +29,7 @@ public class WriterOptions {
public WriterOptions() {}

public bool OrderStaticMembersFirst { get; set; }
public bool WriteNullableAnnotationDirective { get; set; }
}

public ApiListWriterOptions() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.0.0 (netcoreapp3.1))
// Smdn.Reflection.ReverseGenerating.ListApi.Core.dll (Smdn.Reflection.ReverseGenerating.ListApi.Core-1.1.0)
// Name: Smdn.Reflection.ReverseGenerating.ListApi.Core
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0 (netcoreapp3.1)
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+074a83ab64ee9e829c2f3835cf0c03af8af0f59d
// TargetFramework: .NETCoreApp,Version=v3.1
// Configuration: Release

Expand Down Expand Up @@ -29,6 +29,7 @@ public class WriterOptions {
public WriterOptions() {}

public bool OrderStaticMembersFirst { get; set; }
public bool WriteNullableAnnotationDirective { get; set; }
}

public ApiListWriterOptions() {}
Expand Down

0 comments on commit f884b87

Please sign in to comment.