Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Nov 8, 2024
1 parent 165bf38 commit bef8c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/PDFtoImage/PDFtoImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- NuGet -->
<PropertyGroup>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
<Authors>David Sungaila</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down Expand Up @@ -130,10 +130,10 @@
</ItemGroup>

<ItemGroup>
<None Include="PDFtoImage.net8.0.props" Pack="true" PackagePath="build\net8.0" />
<None Include="PDFtoImage.net8.0.props" Pack="true" PackagePath="buildTransitive\net8.0" />
<None Include="PDFtoImage.net9.0.props" Pack="true" PackagePath="build\net9.0" />
<None Include="PDFtoImage.net9.0.props" Pack="true" PackagePath="buildTransitive\net9.0" />
<None Include="PDFtoImage.net8.0.props" Pack="true" PackagePath="build\net8.0\PDFtoImage.props" />
<None Include="PDFtoImage.net8.0.props" Pack="true" PackagePath="buildTransitive\net8.0\PDFtoImage.props" />
<None Include="PDFtoImage.net9.0.props" Pack="true" PackagePath="build\net9.0\PDFtoImage.props" />
<None Include="PDFtoImage.net9.0.props" Pack="true" PackagePath="buildTransitive\net9.0\PDFtoImage.props" />
</ItemGroup>

<Import Project="PDFtoImage.PropertiesSigning.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/WebConverter/WebConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PDFtoImage.WebConverter</RootNamespace>
<StartupObject>PDFtoImage.WebConverter.Program</StartupObject>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
<RunAOTCompilation>true</RunAOTCompilation>
<WasmNativeStrip>true</WasmNativeStrip>
<PublishTrimmed>true</PublishTrimmed>
Expand Down

0 comments on commit bef8c9d

Please sign in to comment.