Skip to content

Commit e0aaad3

Browse files
author
github-actions
committed
update API list Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1
1 parent eb4f4a6 commit e0aaad3

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0)
1+
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3-
// AssemblyVersion: 1.1.0.0
4-
// InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
3+
// AssemblyVersion: 1.1.1.0
4+
// InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77
#nullable enable annotations
@@ -15,9 +15,14 @@ public GenerateApiList() {}
1515

1616
[Required]
1717
public ITaskItem[]? Assemblies { get; set; }
18+
public bool GenerateAttributeWithNamedArguments { get; set; }
1819
public bool GenerateFullTypeName { get; set; }
20+
public bool GenerateLanguagePrimitiveType { get; set; }
1921
public string? GenerateMethodBody { get; set; }
22+
public bool GenerateNullableAnnotations { get; set; }
2023
public bool GenerateStaticMembersFirst { get; set; }
24+
public bool GenerateTypeNameWithDeclaringTypeName { get; set; }
25+
public bool GenerateValueWithDefaultLiteral { get; set; }
2126
[Output]
2227
public ITaskItem[]? GeneratedFiles { get; }
2328

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0)
1+
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3-
// AssemblyVersion: 1.1.0.0
4-
// InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
3+
// AssemblyVersion: 1.1.1.0
4+
// InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
55
// TargetFramework: .NETCoreApp,Version=v3.1
66
// Configuration: Release
77
#nullable enable annotations
@@ -15,9 +15,14 @@ public GenerateApiList() {}
1515

1616
[Required]
1717
public ITaskItem[]? Assemblies { get; set; }
18+
public bool GenerateAttributeWithNamedArguments { get; set; }
1819
public bool GenerateFullTypeName { get; set; }
20+
public bool GenerateLanguagePrimitiveType { get; set; }
1921
public string? GenerateMethodBody { get; set; }
22+
public bool GenerateNullableAnnotations { get; set; }
2023
public bool GenerateStaticMembersFirst { get; set; }
24+
public bool GenerateTypeNameWithDeclaringTypeName { get; set; }
25+
public bool GenerateValueWithDefaultLiteral { get; set; }
2126
[Output]
2227
public ITaskItem[]? GeneratedFiles { get; }
2328

0 commit comments

Comments
 (0)