Skip to content

Commit e487148

Browse files
PrzemyslawKlysPrzemyslawKlys
authored andcommitted
Updated version. Created DLL's.
1 parent 04497ec commit e487148

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

DocX/DocX.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
<NoWarn>CS1591</NoWarn>
5454
</PropertyGroup>
5555
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56-
<DebugType>pdbonly</DebugType>
56+
<DebugType>none</DebugType>
5757
<Optimize>true</Optimize>
5858
<OutputPath>bin\Release\</OutputPath>
5959
<DefineConstants>
6060
</DefineConstants>
6161
<ErrorReport>prompt</ErrorReport>
6262
<WarningLevel>4</WarningLevel>
6363
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64-
<PlatformTarget>x64</PlatformTarget>
64+
<PlatformTarget>AnyCPU</PlatformTarget>
6565
<UseVSHostingProcess>false</UseVSHostingProcess>
6666
</PropertyGroup>
6767
<PropertyGroup>

DocX/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.0.0.21")]
39-
[assembly: AssemblyFileVersion("1.0.0.21")]
38+
[assembly: AssemblyVersion("1.0.0.22")]
39+
[assembly: AssemblyFileVersion("1.0.0.22")]

DocX/bin/Debug/DocX.dll

1 KB
Binary file not shown.

DocX/bin/Release/DocX.dll

3.5 KB
Binary file not shown.
7.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)