Sfoglia il codice sorgente

Updated version to 1.0.0.21

master
PrzemyslawKlys 10 anni fa
parent
commit
b789f4440d

+ 4
- 1
DocX/DocX.csproj Vedi File

@@ -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 Vedi File

@@ -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 Vedi File


BIN
Documentation/Help/Documentation.chm Vedi File


Loading…
Annulla
Salva