Skip to content

Commit

Permalink
Updated version. Created DLL's.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys authored and PrzemyslawKlys committed Mar 5, 2016
1 parent 04497ec commit e487148
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DocX/DocX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions DocX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// 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.21")]
[assembly: AssemblyFileVersion("1.0.0.21")]
[assembly: AssemblyVersion("1.0.0.22")]
[assembly: AssemblyFileVersion("1.0.0.22")]
Binary file modified DocX/bin/Debug/DocX.dll
Binary file not shown.
Binary file modified DocX/bin/Release/DocX.dll
Binary file not shown.
Binary file modified Documentation/Help/Documentation.chm
Binary file not shown.

0 comments on commit e487148

Please sign in to comment.