dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Create Separate Packages based on Functionality #298

Closed dansiegel closed 1 year ago

dansiegel commented 2 years ago

Description

While the new Roslyn Generator based functionality for App Settings was split into it's own NuGet package, this further separates out certain Core functionality, Image Processing, SCSS -> Xamarin.Forms CSS, & App Manifests into their own new packages. The Build targets for app.config have now been moved directly into the Mobile.BuildTools.Configuration package so that it is self contained.