Skip to content

v1.1.0 - Builder's Delight

Latest

Choose a tag to compare

@rillToMe rillToMe released this 27 Dec 18:14
· 5 commits to main since this release
c20ee83

🚀 Release Notes - Version 1.1.0

Codename: Builder’s Delight 🛠️
Release Date: December 28, 2025


🎯 Overview

Version 1.1.0 completes the core development workflow by introducing integrated build management.
You can now build, clean, and run ASP.NET projects directly from the app, with intelligent state tracking to prevent common workflow errors.


✨ Key Features

  • 🔨 Build Project
    Execute dotnet build directly from the application with real-time console output.

  • 🧹 Clean Project
    Instantly clean build artifacts (bin/obj) using dotnet clean.

  • 🧠 Intelligent Build State Tracking
    Prevents running projects that are not built or have failed to build.

  • 📱 Responsive Button Layout
    All controls remain accessible on smaller window sizes.


⚡ Improvements

  • 🚀 Fully asynchronous build and clean operations (no UI freezing)
  • 🧩 Improved process handling and exit code validation
  • 🎛️ Better button state management and visual feedback
  • 🧾 Cleaner and more readable console output

🐛 Bug Fixes

  • ❄️ Fixed application freeze during build and clean operations
  • 🚫 Fixed Run button being enabled for unbuilt projects
  • 📐 Fixed button layout and scrolling issues on small screens

🔄 Compatibility & Upgrade Notes

  • No migration required
  • 🔙 Fully backward compatible with v1.0.0
  • 📂 Existing projects work without any changes

🖥️ System Requirements

  • 🪟 Windows 10 / 11 (64-bit)
  • ⚙️ .NET 8 Runtime
  • 🧰 .NET SDK (required for build and clean features)

ASP.NET Server Manager
Built to streamline your ASP.NET development workflow.
Made by DitDev