Skip to content

Commit a8224fa

Browse files
authored
Merge pull request #35 from smdn/releases/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0-1702564691
Release main/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0
2 parents 13c843b + cd576c8 commit a8224fa

File tree

3 files changed

+55
-10
lines changed

3 files changed

+55
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.2.2)
1+
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3-
// AssemblyVersion: 1.2.2.0
4-
// InformationalVersion: 1.2.2+a9d051a724b045dfb618903230b079690849e937
3+
// AssemblyVersion: 1.3.0.0
4+
// InformationalVersion: 1.3.0+26ff166439449b3d7ec53cbaf3e1d66c2264a611
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77
// Referenced assemblies:
88
// Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
99
// Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
1010
// Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
11-
// Smdn.Reflection.ReverseGenerating, Version=1.1.5.0, Culture=neutral
11+
// Smdn.Reflection.ReverseGenerating, Version=1.1.6.0, Culture=neutral
1212
// Smdn.Reflection.ReverseGenerating.ListApi.Core, Version=1.2.0.0, Culture=neutral
1313
// System.Collections, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
1414
// System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -41,5 +41,5 @@ public GenerateApiList() {}
4141
public override bool Execute() {}
4242
}
4343
}
44-
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.2.0.
44+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
4545
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0)
2+
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3+
// AssemblyVersion: 1.3.0.0
4+
// InformationalVersion: 1.3.0+26ff166439449b3d7ec53cbaf3e1d66c2264a611
5+
// TargetFramework: .NETCoreApp,Version=v8.0
6+
// Configuration: Release
7+
// Referenced assemblies:
8+
// Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
9+
// Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
10+
// Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
11+
// Smdn.Reflection.ReverseGenerating, Version=1.1.6.0, Culture=neutral
12+
// Smdn.Reflection.ReverseGenerating.ListApi.Core, Version=1.2.0.0, Culture=neutral
13+
// System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
14+
// System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
15+
// System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
16+
#nullable enable annotations
17+
18+
using Microsoft.Build.Framework;
19+
using Microsoft.Build.Utilities;
20+
21+
namespace Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks {
22+
public class GenerateApiList : Task {
23+
public GenerateApiList() {}
24+
25+
[Required]
26+
public ITaskItem[]? Assemblies { get; set; }
27+
public bool GenerateAssemblyInfo { get; set; }
28+
public bool GenerateAttributeWithNamedArguments { get; set; }
29+
public bool GenerateEmbeddedResources { get; set; }
30+
public bool GenerateFullTypeName { get; set; }
31+
public bool GenerateLanguagePrimitiveType { get; set; }
32+
public string? GenerateMethodBody { get; set; }
33+
public bool GenerateNullableAnnotations { get; set; }
34+
public bool GenerateReferencedAssemblies { get; set; }
35+
public bool GenerateStaticMembersFirst { get; set; }
36+
public bool GenerateTypeNameWithDeclaringTypeName { get; set; }
37+
public bool GenerateValueWithDefaultLiteral { get; set; }
38+
[Output]
39+
public ITaskItem[]? GeneratedFiles { get; }
40+
41+
public override bool Execute() {}
42+
}
43+
}
44+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
45+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.2.2)
1+
// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0)
22
// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3-
// AssemblyVersion: 1.2.2.0
4-
// InformationalVersion: 1.2.2+a9d051a724b045dfb618903230b079690849e937
3+
// AssemblyVersion: 1.3.0.0
4+
// InformationalVersion: 1.3.0+26ff166439449b3d7ec53cbaf3e1d66c2264a611
55
// TargetFramework: .NETCoreApp,Version=v3.1
66
// Configuration: Release
77
// Referenced assemblies:
88
// Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
99
// Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
1010
// Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
11-
// Smdn.Reflection.ReverseGenerating, Version=1.1.5.0, Culture=neutral
11+
// Smdn.Reflection.ReverseGenerating, Version=1.1.6.0, Culture=neutral
1212
// Smdn.Reflection.ReverseGenerating.ListApi.Core, Version=1.2.0.0, Culture=neutral
1313
// System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
1414
// System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -43,5 +43,5 @@ public GenerateApiList() {}
4343
public override bool Execute() {}
4444
}
4545
}
46-
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.2.0.
46+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
4747
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

0 commit comments

Comments
 (0)