Skip to content

Commit

Permalink
update API list Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tas…
Browse files Browse the repository at this point in the history
…ks-1.1.1
  • Loading branch information
github-actions committed Jul 11, 2022
1 parent eb4f4a6 commit e0aaad3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0)
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1)
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
// AssemblyVersion: 1.1.1.0
// InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release
#nullable enable annotations
Expand All @@ -15,9 +15,14 @@ public GenerateApiList() {}

[Required]
public ITaskItem[]? Assemblies { get; set; }
public bool GenerateAttributeWithNamedArguments { get; set; }
public bool GenerateFullTypeName { get; set; }
public bool GenerateLanguagePrimitiveType { get; set; }
public string? GenerateMethodBody { get; set; }
public bool GenerateNullableAnnotations { get; set; }
public bool GenerateStaticMembersFirst { get; set; }
public bool GenerateTypeNameWithDeclaringTypeName { get; set; }
public bool GenerateValueWithDefaultLiteral { get; set; }
[Output]
public ITaskItem[]? GeneratedFiles { get; }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0)
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1)
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
// AssemblyVersion: 1.1.1.0
// InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
// TargetFramework: .NETCoreApp,Version=v3.1
// Configuration: Release
#nullable enable annotations
Expand All @@ -15,9 +15,14 @@ public GenerateApiList() {}

[Required]
public ITaskItem[]? Assemblies { get; set; }
public bool GenerateAttributeWithNamedArguments { get; set; }
public bool GenerateFullTypeName { get; set; }
public bool GenerateLanguagePrimitiveType { get; set; }
public string? GenerateMethodBody { get; set; }
public bool GenerateNullableAnnotations { get; set; }
public bool GenerateStaticMembersFirst { get; set; }
public bool GenerateTypeNameWithDeclaringTypeName { get; set; }
public bool GenerateValueWithDefaultLiteral { get; set; }
[Output]
public ITaskItem[]? GeneratedFiles { get; }

Expand Down

0 comments on commit e0aaad3

Please sign in to comment.