Skip to content

Commit

Permalink
Windows app rename test and version updated to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onatcipli committed Oct 16, 2023
1 parent 44446c5 commit ea703b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/windows/runner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ea703b7

Please sign in to comment.