XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension

【DLL】XFE各类拓展是一个C#的DLL库,旨在优化C#代码中常用语句的使用,并提供更简洁的访问方式,同时提供Xunit测试框架,快速搭建服务器/客户端,免费ChatGPTAPI接口,免费通讯服务器,XFE下载器,新增格式等

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension

修改程序集信息

61884b4
XFE工作室室长 <xfe18827675401@126.com>
提交于

代码差异

2 个文件 +17 -5
Modified XFE各类拓展/Properties/AssemblyInfo.cs +5 -5
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
5 5 // 有关程序集的一般信息由以下
6 6 // 控制。更改这些特性值可修改
7 7 // 与程序集关联的信息。
8 [assembly: AssemblyTitle("Json拓展类")]
8 [assembly: AssemblyTitle("XFE各类拓展")]
9 9 [assembly: AssemblyDescription("")]
10 10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("")]
12 [assembly: AssemblyProduct("Json拓展类")]
11 [assembly: AssemblyCompany("XFE寰宇朽力网络科技")]
12 [assembly: AssemblyProduct("XFE各类拓展")]
13 13 [assembly: AssemblyCopyright("Copyright © 2023")]
14 14 [assembly: AssemblyTrademark("")]
15 15 [assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
32 32 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
33 33 //通过使用 "*",如下所示:
34 34 // [assembly: AssemblyVersion("1.0.*")]
35 [assembly: AssemblyVersion("1.0.0.0")]
36 [assembly: AssemblyFileVersion("1.0.0.0")]
35 [assembly: AssemblyVersion("1.0.0.1")]
36 [assembly: AssemblyFileVersion("1.0.0.1")]
Modified XFE各类拓展/XFE各类拓展.csproj +12 -0
@@ -30,6 +30,15 @@
30 30 <DefineConstants>TRACE</DefineConstants>
31 31 <ErrorReport>prompt</ErrorReport>
32 32 <WarningLevel>4</WarningLevel>
33 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
34 <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
35 <DocumentationFile>bin\Release\XFE各类拓展.xml</DocumentationFile>
36 </PropertyGroup>
37 <PropertyGroup>
38 <SignAssembly>true</SignAssembly>
39 </PropertyGroup>
40 <PropertyGroup>
41 <AssemblyOriginatorKeyFile>XFEstudio.pfx</AssemblyOriginatorKeyFile>
33 42 </PropertyGroup>
34 43 <ItemGroup>
35 44 <Reference Include="System" />
@@ -62,5 +71,8 @@
62 71 <Compile Include="XFE各类拓展.cs" />
63 72 <Compile Include="Properties\AssemblyInfo.cs" />
64 73 </ItemGroup>
74 <ItemGroup>
75 <None Include="XFEstudio.pfx" />
76 </ItemGroup>
65 77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66 78 </Project>