Skip to content

Commit

Permalink
Update packages and increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Nov 8, 2024
1 parent 2abfcf3 commit 4f7dedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PDFtoZPL/PDFtoZPL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- NuGet -->
<PropertyGroup>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
<Authors>David Sungaila</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down Expand Up @@ -69,7 +69,7 @@

<!-- SourceLink build steps and NuGet packages -->
<ItemGroup>
<PackageReference Include="PDFtoImage" Version="5.0.0-preview" PrivateAssets="analyzers" />
<PackageReference Include="PDFtoImage" Version="5.0.0-preview.2" PrivateAssets="analyzers" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="SharpZipLib" Version="1.4.2" PrivateAssets="analyzers" />
</ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions WebConverter/WebConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>PDFtoZPL.WebConverter</RootNamespace>
<StartupObject>PDFtoZPL.WebConverter.Program</StartupObject>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
<RunAOTCompilation>true</RunAOTCompilation>
<WasmNativeStrip>true</WasmNativeStrip>
<PublishTrimmed>true</PublishTrimmed>
Expand Down Expand Up @@ -60,6 +60,5 @@
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
<Content Update="wwwroot\404.html" CopyToOutputDirectory="Always" />
<EmbeddedResource Include="..\README.md" Link="README.md" />
<NativeFileReference Include="$(SkiaSharpStaticLibraryPath)\3.1.12\simd\libSkiaSharp.a" />
</ItemGroup>
</Project>

0 comments on commit 4f7dedd

Please sign in to comment.