From ea703b761c57bbb6339b32768c8cd9f8f71f1331 Mon Sep 17 00:00:00 2001 From: onatcipli Date: Mon, 16 Oct 2023 23:32:40 +0300 Subject: [PATCH] Windows app rename test and version updated to 3.0.1 --- CHANGELOG.md | 3 +++ example/windows/runner/main.cpp | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be83796..de0f990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to the "Rename CLI Tool" project will be documented in this file. +# 3.0.1 +- Windows app rename fix typo and more stable renaming logic + # 3.0.0 ### Added diff --git a/example/windows/runner/main.cpp b/example/windows/runner/main.cpp index da24248..3740cad 100644 --- a/example/windows/runner/main.cpp +++ b/example/windows/runner/main.cpp @@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FlutterWindow window(project); Win32Window::Point origin(10, 10); Win32Window::Size size(1280, 720); - if (!window.Create(L"rename appname"), origin, size)) { + if (!window.Create(L"Rename AppName Fix"), origin, size)) { return EXIT_FAILURE; } window.SetQuitOnClose(true); diff --git a/pubspec.yaml b/pubspec.yaml index 1255cfe..0f78e51 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rename description: Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/onatcipli/rename.git environment: