Template10 v0.04 Release Notes

Release Date: 2015-07-02 // almost 9 years ago
  • 🚀 I am creating a place in time release, though this is not a project template at this time. It does represent how the individual projects will be represented in the public gallery at RTM.

    There are three projects that will become project templates:

    0️⃣ 1. Blank. This project will include a default XAML file, the MVVM folder, and a reference to the Template10Library.

    1. Minimal. This project will include 1) Extended Splash, 2) SplitView Shell, 3) MainPage + Page2.xaml, 4) Settings + Privacy Statement, and several empty folders intended to be convention guidance for developers. 🚀 3. Sample. This is the old TODO project. A reference implementation of Template 10 for developers to review. In this release, please be aware, that this project does not build.

    🚀 In addition to those three projects, this release introduces Template10Library. This includes all of the Templaet10 files except those for MVVM. The reason for this omission is to enable the introduction of any MVVM framework, including the Template10 framework, which is a simple BindableBase, DelegateCommand, and ViewModelBase.

    🚀 The old Template10 project has been renamed to Experimental and has been unloaded from the solution. It certainly does not build, but contains many of the features and services that will be included in future releases. To that end, a new Services folder has been introduced and the first services project (SecondaryTile) has been introduced and partially implemented. Every view service will be introduced with a dedicated, host project.

    There are some changes coming to NuGet; we are not sure if we will embrace them or stick to the old NuGet 2.0 approach. That will need to be decided based on other factors as the VS team advises us.