Skip to content

1.3.8 released

Compare
Choose a tag to compare
@vipwan vipwan released this 05 Sep 07:07
· 22 commits to master since this release
  • 提供程序集的元数据Metadata 常量生成

将生成如下的代码片段:

// <auto-generated/>
namespace {namespace}.Generated;
[global::System.CodeDom.Compiler.GeneratedCode("Biwen.AutoClassGen", "1.3.8")]
public static class AssemblyMetadata
{
    public const string Company = "Biwen.AutoClassGen.TestConsole";
    public const string Configuration = "Debug";
    public const string FileVersion = "2.0.2";
    public const string InformationalVersion = "2.0.1+a77d17d67a65a8502a09c5b3f11b5805a6d55d58";
    public const string Product = "Biwen.AutoClassGen.TestConsole";
    public const string Title = "Biwen.AutoClassGen.TestConsole";
    public const string Version = "2.0.1.0";
    public const string TargetFramework = ".NETCoreApp,Version=v8.0";
}

Full Changelog: 1.3.7...1.3.8