Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/jvm/netpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<mavenSkipMain>false</mavenSkipMain> <!-- set mavenSkipMain to true to avoid source compilation: use directive in command-line -->
<jnetVersion>2.6.1.0</jnetVersion>
<pdfBoxVersion>3.0.5</pdfBoxVersion>
<netpdfversion>3.0.6.0</netpdfversion>
<netpdfversion>3.0.7.0</netpdfversion>
<rootDir>${basedir}/../../../</rootDir>
<jcobridgepath>${rootDir}/bin/net8.0/JCOBridge.jar</jcobridgepath>
<jnetpath>${rootDir}/bin/net8.0/jars/jnet-${jnetVersion}.jar</jnetpath>
Expand Down
2 changes: 1 addition & 1 deletion src/net/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>3.0.6.0</Version>
<Version>3.0.7.0</Version>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFCLI/NetPDFCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.NetPDFCLI</id>
<version>3.0.6</version>
<version>3.0.7</version>
<title>NetPDF command line interface - .NET suite for PDFBox™</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

RootModule = 'MASES.NetPDFPS.psm1'

ModuleVersion = '3.0.6'
ModuleVersion = '3.0.7'

CompatiblePSEditions = 'Desktop', 'Core'

Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.NetPDFPS.dll'

# Version number of this module.
ModuleVersion = '3.0.6'
ModuleVersion = '3.0.7'

# ID used to uniquely identify this module
GUID = 'C2DD13E4-D287-4458-99A8-05F253337DC0'
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.NetPDFPS.dll'

# Version number of this module.
ModuleVersion = '3.0.6'
ModuleVersion = '3.0.7'

# ID used to uniquely identify this module
GUID = '2CC874D6-ADDF-409A-BE3F-E7BF88C98906'
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templates/netpdfApp/netpdfApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\NetPDF\NetPDF.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.NetPDF" Version="3.0.6" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.NetPDF" Version="3.0.7" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Loading