Files
skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfo.cs
shihao 6487becf60 Initial commit: add all skills files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 16:52:49 +08:00

24 lines
1.0 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("MiniMaxAIDocx.Cli")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e3ce8892f0b979e6cb59331f8fb7ae47bb64cb4f")]
[assembly: System.Reflection.AssemblyProductAttribute("MiniMaxAIDocx.Cli")]
[assembly: System.Reflection.AssemblyTitleAttribute("MiniMaxAIDocx.Cli")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")]
// 由 MSBuild WriteCodeFragment 类生成。