Skip to content

Commit

Permalink
1.3.0.0
Browse files Browse the repository at this point in the history
.NET 4.8
Removed Donation
Auto Format
  • Loading branch information
Tadelsucht committed Nov 19, 2021
1 parent c58e082 commit 08c6b43
Show file tree
Hide file tree
Showing 37 changed files with 2,255 additions and 3,449 deletions.
21 changes: 16 additions & 5 deletions BulkPDF/App.config
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>

</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.5022.0" newVersion="2.0.5022.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.8.9.0" newVersion="1.8.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.14.0.0" newVersion="2.14.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Drawing.Common" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
14 changes: 1 addition & 13 deletions BulkPDF/BulkPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BulkPDF</RootNamespace>
<AssemblyName>BulkPDF</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down Expand Up @@ -81,12 +81,6 @@
<Compile Include="ExceptionForm.Designer.cs">
<DependentUpon>ExceptionForm.cs</DependentUpon>
</Compile>
<Compile Include="DonateForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DonateForm.Designer.cs">
<DependentUpon>DonateForm.cs</DependentUpon>
</Compile>
<Compile Include="Licenses.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -129,12 +123,6 @@
<EmbeddedResource Include="ExceptionForm.resx">
<DependentUpon>ExceptionForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DonateForm.de.resx">
<DependentUpon>DonateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DonateForm.resx">
<DependentUpon>DonateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FieldOptionForm.de.resx">
<DependentUpon>FieldOptionForm.cs</DependentUpon>
<SubType>Designer</SubType>
Expand Down
65 changes: 0 additions & 65 deletions BulkPDF/DonateForm.Designer.cs

This file was deleted.

23 changes: 0 additions & 23 deletions BulkPDF/DonateForm.cs

This file was deleted.

Loading

0 comments on commit 08c6b43

Please sign in to comment.