소스 검색

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. BIN
      DocX/bin/Release/DocX.dll
  4. BIN
      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")]

BIN
DocX/bin/Release/DocX.dll 파일 보기


BIN
Documentation/Help/Documentation.chm 파일 보기


Loading…
취소
저장