Skip to content

Commit

Permalink
Release NetVips.Native v8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 2, 2021
1 parent 34f74a0 commit 0bf9014
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The changes of libvips are documented [here](https://github.com/libvips/libvips/

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.12.0-rc1] - 2021-11-17
## [8.12.1] - 2021-12-02
### Note
If you would like to see what's changed, please visit the release notes of libvips:
https://libvips.org/2021/11/14/What's-new-in-8.12.html
Expand Down Expand Up @@ -174,7 +174,7 @@ https://libvips.org/2019/04/22/What's-new-in-8.8.html
### Changed
- A statically linked libvips binary is build for Windows. This reduces the number of DLLs from 37 to 3 ([libvips/build-win64#21](https://github.com/libvips/build-win64/issues/21#issuecomment-458112440)).

[8.12.0-rc1]: https://github.com/kleisauke/libvips-packaging/compare/v8.11.4...v8.12.0-rc1
[8.12.1]: https://github.com/kleisauke/libvips-packaging/compare/v8.11.4...v8.12.1
[8.11.4]: https://github.com/kleisauke/libvips-packaging/compare/v8.11.3-build2...v8.11.4
[8.11.3.1]: https://github.com/kleisauke/libvips-packaging/compare/v8.11.3...v8.11.3-build2
[8.11.3]: https://github.com/kleisauke/libvips-packaging/compare/v8.11.0...v8.11.3
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ init:

# Environment
environment:
VIPS_VERSION: "8.12.0-rc1"
VIPS_VERSION: "8.12.1"
VIPS_WARNING: 0

# Build script
Expand Down
2 changes: 1 addition & 1 deletion tests/NetVips.Benchmarks/NetVips.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="8.4.0" />
<PackageReference Include="NetVips.Native" Version="8.12.0-rc1" Condition="'$(UseGlobalLibvips)' == 'false'" />
<PackageReference Include="NetVips.Native" Version="8.12.1" Condition="'$(UseGlobalLibvips)' == 'false'" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.80.3" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
Expand Down
6 changes: 3 additions & 3 deletions tests/NetVips.Tests/NetVips.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
</ItemGroup>

<ItemGroup Condition="'$(TestWithNuGetBinaries)' == 'true' And '$(MSBuildRuntimeType)' == 'Mono'">
<PackageReference Include="NetVips.Native.linux-x64" Version="8.12.0-rc1" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="NetVips.Native.osx-x64" Version="8.12.0-rc1" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
<PackageReference Include="NetVips.Native.linux-x64" Version="8.12.1" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="NetVips.Native.osx-x64" Version="8.12.1" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
</ItemGroup>

<ItemGroup Condition="'$(MSBuildRuntimeType)' != 'Mono'">
<PackageReference Include="NetVips.Native" Version="8.12.0-rc1" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="NetVips.Native" Version="8.12.1" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0bf9014

Please sign in to comment.