From 95a307616e9bf4b4311ba4a8ffab6e2170a619a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 30 Oct 2024 15:10:02 +0100 Subject: [PATCH] Bump version to 3.0.0 --- .github/workflows/msvc/test.py | 2 +- .github/workflows/msvc/version.rc | 2 +- Cargo.toml | 2 +- appveyor.yml | 2 +- src/lib.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/msvc/test.py b/.github/workflows/msvc/test.py index 4092f1a..6bcba42 100755 --- a/.github/workflows/msvc/test.py +++ b/.github/workflows/msvc/test.py @@ -7,4 +7,4 @@ # must match version.rc print(f"version strings: {fi_strings}") -assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"2.5.0"} +assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.0"} diff --git a/.github/workflows/msvc/version.rc b/.github/workflows/msvc/version.rc index 031c0e1..c131992 100644 --- a/.github/workflows/msvc/version.rc +++ b/.github/workflows/msvc/version.rc @@ -9,7 +9,7 @@ BEGIN // Strings must match test.py VALUE "CompanyName", "nabijaczleweli\0" VALUE "ProductName", "rust-embed-resource/example/version\0" - VALUE "ProductVersion", "2.5.0\0" + VALUE "ProductVersion", "3.0.0\0" END END diff --git a/Cargo.toml b/Cargo.toml index bc91dfb..a0e320e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" # Remember to also update in README # Remember to also update in .github/workflows/msvc/test.py # Remember to also update in .github/workflows/msvc/version.rc -version = "2.5.0" +version = "3.0.0" authors = ["наб ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 110327e..720c52b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 2.5.0-{build} +version: 3.0.0-{build} skip_tags: false diff --git a/src/lib.rs b/src/lib.rs index eabf8a8..4b88f76 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,7 +36,7 @@ //! build = "build.rs" //! //! [build-dependencies] -//! embed-resource = "2.5" +//! embed-resource = "3.0" //! ``` //! //! In `build.rs`: