Skip to content

Dev#68

Merged
TheJoeFin merged 4 commits intomainfrom
dev
Mar 13, 2026
Merged

Dev#68
TheJoeFin merged 4 commits intomainfrom
dev

Conversation

@TheJoeFin
Copy link
Owner

No description provided.

Previously, the code attempted to rename the source file to its filename without extension before suggesting it in the file picker. This step has been removed; the picker now simply suggests the source file as-is, avoiding unnecessary file operations.
Previously, SuggestedSaveFile used the full file name with its original extension, which could result in names like "file.png.ico" when saving as a different type. Now, SuggestedFileName is set to the source file's name without its extension, ensuring cleaner suggested names and preventing duplicate extensions in the save dialog.
Upgraded Magick.NET-Q16-AnyCPU to 14.10.4 and Microsoft.Extensions.Hosting to 10.0.5 to keep dependencies current and benefit from the latest fixes and improvements.
Incremented package version to 1.15.1.0 in Package.appxmanifest. Disabled generation of test artifacts and symbol packages in wapproj by setting GenerateTestArtifacts to false and adding AppxSymbolPackageEnabled=false. Reformatted wapproj for consistency.
@TheJoeFin TheJoeFin merged commit be858f0 into main Mar 13, 2026
1 check passed
@TheJoeFin TheJoeFin deleted the dev branch March 13, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant