浏览代码

Updated version to 1.0.0.21

master
PrzemyslawKlys 10 年前
父节点
当前提交
b789f4440d
共有 4 个文件被更改,包括 8 次插入5 次删除
  1. 4
    1
      DocX/DocX.csproj
  2. 4
    4
      DocX/Properties/AssemblyInfo.cs
  3. 二进制
      DocX/bin/Release/DocX.dll
  4. 二进制
      Documentation/Help/Documentation.chm

+ 4
- 1
DocX/DocX.csproj 查看文件

@@ -56,10 +56,13 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x64</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>

+ 4
- 4
DocX/Properties/AssemblyInfo.cs 查看文件

@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Docx")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("DocX")]
[assembly: AssemblyProduct("Docx")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyCopyright("DocX @ 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.20")]
[assembly: AssemblyFileVersion("1.0.0.20")]
[assembly: AssemblyVersion("1.0.0.21")]
[assembly: AssemblyFileVersion("1.0.0.21")]

二进制
DocX/bin/Release/DocX.dll 查看文件


二进制
Documentation/Help/Documentation.chm 查看文件


正在加载...
取消
保存