Skip to content

Commit

Permalink
Release NetVips.Native v8.16.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 22, 2024
1 parent 7be4af8 commit e9f5bc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.16.0-rc1] - 2024-10-14
## [8.16.0-rc2] - 2024-10-22
### Note
If you would like to see what's changed, please visit the release notes of libvips:
https://www.libvips.org/2024/10/10/What's-new-in-8.16.html
Expand Down Expand Up @@ -272,7 +272,7 @@ https://www.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.16.0-rc1]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.3...v8.16.0-rc1
[8.16.0-rc2]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.3...v8.16.0-rc2
[8.15.3]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.2...v8.15.3
[8.15.2]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.1...v8.15.2
[8.15.1]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.0...v8.15.1
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.16.0-rc1"
VIPS_VERSION: "8.16.0-rc2"
VIPS_WARNING: 0

# Build script
Expand Down
2 changes: 1 addition & 1 deletion tests/NetVips.Tests/NetVips.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NetVips.Native" Version="8.16.0-rc1" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="NetVips.Native" Version="8.16.0-rc2" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e9f5bc3

Please sign in to comment.