Skip to content

Commit

Permalink
docs: Update environment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 20, 2020
1 parent 91bd084 commit 3106509
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
20 changes: 18 additions & 2 deletions doc/ReleaseNotes/LegacyReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@

### Features

- Added new `ElevatedView` in the `Uno.Toolkit` to provide elevation & rounded corners on all platforms
(not supported on Windows yet, because Uno needs to target framework `10.0.18362.0`)
- [Android] Support for `Application.Current.Exit`
- Support for `Windows.Storage.FileProperties.BasicProperties.DateModified`

### Breaking changes
- Uno is now built using VS2019 16.4, and does not support building applications with Visual Studio 2017.
Linker errors may occur such as:
```
Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA2006: Could not resolve reference to 'System.Collections.Generic.Queue`1'
(defined in assembly 'Uno.UI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null') with scope 'mscorlib, Version=2.0.5.0,
Culture=neutral, PublicKeyToken=7cec85d7bea7798e'.
```

### Bug fixes
-

## Release 2.1

### Features
- Added new `ElevatedView` in the `Uno.Toolkit` to provide elevation & rounded corners on all platforms
(not supported on Windows yet, because Uno needs to target framework `10.0.18362.0`)
- Added CornerRadius support to more default styles to match UWP (for list of updated styles see PR [#2713])
- Support for `FontIcon` on macOS
- Support for `PhoneCallManager.ShowPhoneCallUI` on macOS
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This guide will walk you through the set-up process for building cross-platform apps with Uno.

## Prerequisites
* [**Visual Studio 2017 15.5 or later**](https://visualstudio.microsoft.com/), with:
* [**Visual Studio 2019 16.3 or later**](https://visualstudio.microsoft.com/), with:
* **Universal Windows Platform** workload installed.

![visual-studio-installer-uwp](Assets/quick-start/vs-install-uwp.png)
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/uno-development/debugging-uno-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Building Uno.UI

Prerequisites:
- Visual Studio 2017 (15.8 or later) or 2019 (Preview 2 or later)
- Visual Studio 2019 (16.3 or later)
- `Mobile Development with .NET` (Xamarin) development
- `Visual Studio extensions development` (for the VSIX projects)
- `ASP.NET and Web Development`
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/using-uno-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Pre-requisites

* [**Visual Studio 2017 15.5 or later**](https://visualstudio.microsoft.com/), with :
* [**Visual Studio 2019 16.3 or later**](https://visualstudio.microsoft.com/), with :
* Xamarin component, with the iOS Remote Simulator installed
* A working Mac with Visual Studio for Mac, XCode 8.2 or later installed
* The google Android x86 emulators
Expand Down

0 comments on commit 3106509

Please sign in to comment.