Merged
Conversation
* add docs * added theme * Update go.sum * added paceholder text to the index page * updated more pages with placeholders
Co-authored-by: Real-MullaC <callum@callumjanes.uk>
Co-authored-by: Real-MullaC <callum@callumjanes.uk>
* Add run from powershell script * Use [System.IO.Path]::GetTempPath() * Fix * Change installation command to use microwin.ps1 Updated PowerShell command in README for installation.
* Introduce helpers for DWM/USER32 APIs * Revamped UI No more vibe-coded user controls; now plain panels and WinForms goodness! * Add sub-process reporting and other improvements * Improve subprocess reporting and logging * Major improvements * Use DPI-based scaling; prevent closure during long-running operations * Add new version checker framework to do things based on the image version * Add functionality to export/import drivers * Improve logging from driver imp/ex * .NET 10 port (#27) * Convert MicroWin project to SDK-style and target net10.0-windows; add Microsoft.Dism PackageReference * Convert UnattendedWriter to SDK-style targeting net10.0 * Remove explicit EmbeddedResource MainForm.resx to avoid SDK implicit items conflict * Disable GenerateAssemblyInfo for UnattendedWriter (assembly attributes already present) * Disable GenerateAssemblyInfo for MicroWin project (assembly attributes are in Properties/AssemblyInfo.cs) * Remove unused System.Runtime.Remoting.Messaging using (not available in .NET 10) * Apply SDK-style conversion and initial compatibility fixes for .NET 10 upgrade * TASK-004: Complete upgrade to .NET 10.0 (MicroWin) * Update the reference * GO AWAY, COPILOT CRAP * Finish up the .NET 10 port * Update URL openers to conform to new .NET stuff * Add image export functionality * [Fix] Don't put the Specialize pass for Windows 10 * Add functionality to tweak the appx manifest for fileexp * Add missing waitforexit call * Official logos Well, *someone OTHER than me* decided to make these with Gemini. I just made it suitable for forms and app icons.
Collaborator
|
Let me fix a bug then this can be merged. |
Real-MullaC
approved these changes
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains all changes made for the BETA release of MicroWin .NET.