smdn / Smdn.Reflection.ReverseGenerating

.NET libraries and tools to reverse-generate C# code from type and member information using reflection
https://smdn.jp/works/libs/Smdn.Reflection.ReverseGenerating/
MIT License
1 stars 0 forks source link

Release main/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.2.1 #15

Closed smdn closed 2 years ago

smdn commented 2 years ago

Automatically generated by workflow Generate release target #21.

Release target

.nuspec

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks</id>
    <version>1.1.2.1</version>
    <title>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks</title>
    <authors>smdn</authors>
    <developmentDependency>true</developmentDependency>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://smdn.jp/works/libs/Smdn.Reflection.ReverseGenerating/</projectUrl>
    <description>MSBuild tasks for reverse generating API lists from assemblies.</description>
    <copyright>Copyright © 2021 smdn</copyright>
    <tags>smdn.jp reflection reverse-generating reverse-generation generator api-list msbuild-task</tags>
    <repository type="git" url="https://github.com/smdn/Smdn.Reflection.ReverseGenerating" branch="main" commit="59722f8c92dea887d08ff8f5e1066a73abebbcfd" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework="net6.0" />
    </dependencies>
  </metadata>
  <files>
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll" target="tasks/net6.0/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll" target="tasks/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/GenerateApiList.task" target="tasks/net6.0/GenerateApiList.task" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Build.Framework.dll" target="tasks/net6.0/Microsoft.Build.Framework.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Build.Utilities.Core.dll" target="tasks/net6.0/Microsoft.Build.Utilities.Core.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" target="tasks/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll" target="tasks/net6.0/Microsoft.Extensions.DependencyInjection.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll" target="tasks/net6.0/Microsoft.Extensions.Logging.Abstractions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.Logging.dll" target="tasks/net6.0/Microsoft.Extensions.Logging.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.Options.dll" target="tasks/net6.0/Microsoft.Extensions.Options.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Extensions.Primitives.dll" target="tasks/net6.0/Microsoft.Extensions.Primitives.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.NET.StringTools.dll" target="tasks/net6.0/Microsoft.NET.StringTools.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Microsoft.Win32.SystemEvents.dll" target="tasks/net6.0/Microsoft.Win32.SystemEvents.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Smdn.Fundamental.Reflection.dll" target="tasks/net6.0/Smdn.Fundamental.Reflection.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Smdn.Reflection.ReverseGenerating.dll" target="tasks/net6.0/Smdn.Reflection.ReverseGenerating.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/Smdn.Reflection.ReverseGenerating.ListApi.Core.dll" target="tasks/net6.0/Smdn.Reflection.ReverseGenerating.ListApi.Core.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Configuration.ConfigurationManager.dll" target="tasks/net6.0/System.Configuration.ConfigurationManager.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Drawing.Common.dll" target="tasks/net6.0/System.Drawing.Common.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Reflection.MetadataLoadContext.dll" target="tasks/net6.0/System.Reflection.MetadataLoadContext.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Security.Cryptography.ProtectedData.dll" target="tasks/net6.0/System.Security.Cryptography.ProtectedData.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Security.Permissions.dll" target="tasks/net6.0/System.Security.Permissions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/net6.0/System.Windows.Extensions.dll" target="tasks/net6.0/System.Windows.Extensions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/GenerateApiList.task" target="tasks/netcoreapp3.1/GenerateApiList.task" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Build.Framework.dll" target="tasks/netcoreapp3.1/Microsoft.Build.Framework.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Build.Utilities.Core.dll" target="tasks/netcoreapp3.1/Microsoft.Build.Utilities.Core.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.Logging.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.Logging.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.Options.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.Options.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Extensions.Primitives.dll" target="tasks/netcoreapp3.1/Microsoft.Extensions.Primitives.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.NET.StringTools.dll" target="tasks/netcoreapp3.1/Microsoft.NET.StringTools.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll" target="tasks/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Smdn.Fundamental.Reflection.dll" target="tasks/netcoreapp3.1/Smdn.Fundamental.Reflection.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.dll" target="tasks/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.ListApi.Core.dll" target="tasks/netcoreapp3.1/Smdn.Reflection.ReverseGenerating.ListApi.Core.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Collections.Immutable.dll" target="tasks/netcoreapp3.1/System.Collections.Immutable.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Configuration.ConfigurationManager.dll" target="tasks/netcoreapp3.1/System.Configuration.ConfigurationManager.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll" target="tasks/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Drawing.Common.dll" target="tasks/netcoreapp3.1/System.Drawing.Common.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Reflection.Metadata.dll" target="tasks/netcoreapp3.1/System.Reflection.Metadata.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Reflection.MetadataLoadContext.dll" target="tasks/netcoreapp3.1/System.Reflection.MetadataLoadContext.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll" target="tasks/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Security.AccessControl.dll" target="tasks/netcoreapp3.1/System.Security.AccessControl.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll" target="tasks/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Security.Permissions.dll" target="tasks/netcoreapp3.1/System.Security.Permissions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Security.Principal.Windows.dll" target="tasks/netcoreapp3.1/System.Security.Principal.Windows.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/netcoreapp3.1/System.Windows.Extensions.dll" target="tasks/netcoreapp3.1/System.Windows.Extensions.dll" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/.nuget/packages/smdn.msbuild.projectassets.common/1.1.0/project/images/package-icon.png" target="Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.png" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/README.md" target="README.md" />
    <file src="/home/runner/work/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/bin/Release/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.targets" target="buildMultitargeting/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.targets" />
  </files>
</package>