Skip to content

Commit

Permalink
1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadelsucht committed Sep 20, 2015
1 parent 1ab4754 commit d3328b9
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
8 changes: 4 additions & 4 deletions BulkPDF/BulkPDF.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -24,7 +24,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>1.0.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -205,11 +205,11 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BulkPDFConsole\BulkPDFConsole.csproj">
<Project>{686c3b64-15a6-4347-b3a2-23da2c6d67f0}</Project>
<Project>{686C3B64-15A6-4347-B3A2-23DA2C6D67F0}</Project>
<Name>BulkPDFConsole</Name>
</ProjectReference>
<ProjectReference Include="..\BulkPDFCore\BulkPDFCore.csproj">
<Project>{2729dd97-fbac-41ab-8d18-680e2b451d11}</Project>
<Project>{2729DD97-FBAC-41AB-8D18-680E2B451D11}</Project>
<Name>BulkPDFCore</Name>
</ProjectReference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions BulkPDF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
1 change: 1 addition & 0 deletions BulkPDF/ShortcutCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private void bCreateShortcut_Click(object sender, EventArgs e)
shortcut.WorkingDirectory = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
shortcut.TargetPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + @"\" + "BulkPDFConsole.exe"; ;
shortcut.Save();

MessageBox.Show(Properties.Resources.MessageFinished);
}
}
Expand Down
4 changes: 2 additions & 2 deletions BulkPDFConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
11 changes: 6 additions & 5 deletions BulkPDFCore/BulkPDFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
<Reference Include="DocumentFormat.OpenXml">
<HintPath>..\packages\DocumentFormat.OpenXmlSDK.2.0\lib\Net35\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="itextsharp, Version=5.5.6.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
<Reference Include="itextsharp, Version=5.5.7.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\itextsharp.dll</HintPath>
<HintPath>..\packages\iTextSharp.5.5.7\lib\itextsharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SpreadsheetLight, Version=3.4.0.0, Culture=neutral, PublicKeyToken=32fbb46dc1730c57, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\SpreadsheetLight.dll</HintPath>
<Reference Include="SpreadsheetLight, Version=3.4.4.0, Culture=neutral, PublicKeyToken=32fbb46dc1730c57, processorArchitecture=MSIL">
<HintPath>..\packages\SpreadsheetLight.3.4.4\lib\SpreadsheetLight.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions BulkPDFCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
Binary file removed BulkPDFCore/lib/SpreadsheetLight.dll
Binary file not shown.
Binary file removed BulkPDFCore/lib/itextsharp.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions BulkPDFCore/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DocumentFormat.OpenXmlSDK" version="2.0" targetFramework="net35" />
<package id="iTextSharp" version="5.5.7" targetFramework="net35" />
<package id="SpreadsheetLight" version="3.4.4" targetFramework="net35" />
</packages>

0 comments on commit d3328b9

Please sign in to comment.