Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Martijn van Dijk 573d0ac68f
Improve a couple of build and project files (#2752)
* Improve a couple of build and project files

* Move clone depth

* Try to set it inside

* Make clone size bigger

* Remove clone depth
2018-04-02 14:02:51 +02:00
Martijn van Dijk bac9379e1e Rename test to tests to align with old nuget package and current naming 2018-03-06 14:20:33 +01:00
Nick Randolph c23becf1f5 Upgrading version of UWP and SDKExtras library (#2656) 2018-03-06 09:10:29 +01:00
Martijn van Dijk b040a8e752 Update nuget packages 2018-02-26 14:03:41 +01:00
Tomasz Cielecki a9c1644a67 [WIP] Quote versions (#2582)
* Quote versions

* Patch build.props

* Undo quoting

* Add back version to build.props

* Match version to the one in XmlPoke

* Make appveyor version more unique
2018-02-05 14:53:33 +01:00
Tomasz Cielecki 7037b7d207 Version is provided by GitVersion.
If we keep this, it will always set dependency version for ProjectReferences to what is in there.
2018-02-05 12:06:53 +01:00
Tomasz Cielecki e09b2f2be3 Fix build prop 2018-02-04 12:35:18 +01:00
Martijn van Dijk 61d8027476
Update Directory.build.props 2018-02-02 14:11:12 +01:00
Martijn van Dijk 87e2bd7410 Add playground forms droid 2018-01-26 17:28:01 +01:00
Martijn van Dijk 9a9c7bdc2c Add back Droid playground 2018-01-26 14:52:16 +01:00
Martijn van Dijk a9de65afed Add back WPF (#2560)
* Add back WPF

* Fix missing using
2018-01-26 10:20:59 +01:00
Martijn van Dijk 620bd145ba Update to .NET Standard (#2530)
* Move Android support and plugins to new directories

* Add new solution file and directory config

* Update Android support to sdk style

* Remove packages.config from android support

* Add new csproj for MvvmCross main project

* Add csproj for all projects

* Move binding to new folders

* Move wpf to its own folder

* Move console into its own platform

* Move test project into the correct folder

* Move platform projects

* Move Forms into the right folder

* Move code analysis to new folder

* Fix some issue's with code in netstandard

* Moving files for Accelerometer

* Moving files for Plugins - All

* Moving files for plugins - Color

* Moving files for plugins - Downloadcache

* Moving files for plugins - Email

* Moving files for plugins - FieldBindings

* Moving files for plugins - File

* Moving files for plugins - Json

* Moving files for plugins - JsonLocalization

* Moving files for plugins - Location

* Removing Location Fused legacy project

* Moving files for plugins - Messenger

* Moving files for plugins - MethodBinding

* Moving files for plugins - Network

* Moving files for plugins - PhoneCall

* Moving files for plugins -  Resource Loader

* Moving files for plugins - ResxLocalization

* Moving files for plugins - PictureChooser

* Moving files for plugins - Share

* Moving files for plugins - Visibility

* Moving files for plugins - WebBrowser

* Revert "Removing Location Fused legacy project"

This reverts commit 9b8b6c96c96bea4537661a30e950a3edb0c35a8e.

* Moving Fused location to correct plugin folder

* Move ios support into plugin

* Fix the uwp version

* Remove double binding files

* Fixing Android attributes

* Fixing Android resources naming

* Fixing Forms project

* Update build script

* Add missing using

* Cleanup some dependencies

* Fix the android location of plugins

* Update dependencies

* Remove reference to Microsoft.CSharp

* Add CSharp back to main library

* Remove MSBuild AndroidResgen stuff, it is handled by MSBuildSDKExtras

* Remove Preserve Attribute from Plugins.All

* Added PreserveAttribute to Core

* Remove checked in tools

* Move PreserveAttribute to MvvmCross.Platform namespace

* Switch to MvvmCross.Platform.PreserveAttribute

* Don't check in Resources.Designer files

* Prevent the compiler complaining about duplicate Resource.Designer.cs files

* Fix test dll locations

* Add NUnitTestAdapter and Test.SDK

* NUnit Console Runner does not work with netcoreapp2.0 (dotnet-cli does)

* Update gitignore

* Added configuration argument

* Use InformationalVersion for AppVeyor build

* Add version property to build settings

* Upload artifacts on PR's too

* Squelch warnings about SemVer 2.0
2018-01-15 21:49:39 +01:00