|
Dreamine.ViewModels Ver.1.0.2
|
Dreamine.MVVM.ViewModels provides the base ViewModel infrastructure for the Dreamine MVVM framework. It contains the foundational components required to build ViewModels in applications that use the Dreamine MVVM architecture.
This package defines the base structures used when implementing ViewModels in the Dreamine ecosystem. It serves as the core layer where ViewModel-related patterns and conventions are defined.
Dreamine.MVVM.ViewModels follows the principles used across the Dreamine framework.
Design objectives:
The goal is to keep ViewModels simple while enabling powerful framework features.
Within the Dreamine MVVM ecosystem this package represents the ViewModel Layer.
Application-level ViewModels typically inherit from classes defined in this package.
| Date | Version | Author | Description |
|---|---|---|---|
| 2025-05-26 | 1.0.0 | Jang Minsu | Added initial project skeleton for Dreamine.MVVM.ViewModels |
| 2025-05-26 | 1.0.1 | Jang Minsu | Started versioning from 1.0.1 due to existing NuGet.org lock on 1.0.0 |
| 2025-05-26 | 1.0.2 | Jang Minsu | Updated package metadata for Dreamine.MVVM.ViewModels 1.0.2 |
| 2026-03-09 | 1.0.2 | Jang Minsu | Initialized repository documentation |
| 2026-03-15 | 1.0.2 | Jang Minsu | Refactored ViewModelBase and related source structure |
MIT License
Organization: Dreamine