From 984bfb8035ef8d6fbfacc899cae272793b01eb7b Mon Sep 17 00:00:00 2001
From: Matt Ellis
Date: Thu, 14 May 2020 00:29:06 +0100
Subject: [PATCH] Update CHANGELOG and plugin metadata
---
CHANGELOG.md | 9 +++++++++
rider/src/main/resources/META-INF/plugin.xml | 21 ++------------------
2 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12941938ed..80ec2ac770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,15 @@ This plugin has functionality that is common to both ReSharper and Rider. It als
Since 2018.1, the version numbers and release cycle match Rider's versions and release dates. The plugin is always bundled with Rider, but is released for ReSharper separately. Sometimes the ReSharper version isn't released. This is usually because the changes are not applicable to ReSharper, but also by mistake.
+## 2020.1.3
+* [Commits](https://github.com/JetBrains/resharper-unity/compare/net201-rtm-2020.1.2...net201)
+* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/39?closed=1)
+
+### Fixed
+- Rider: Fix unit test discovery in non-Unity solutions inside a Unity folder ([RIDER-44139](https://youtrack.jetbrains.com/issue/RIDER-44139), [#1657](https://github.com/JetBrains/resharper-unity/pull/1657))
+
+
+
## 2020.1.2
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net201-rtm-2020.1.0-rtm-2020.1.1...net201-rtm-2020.1.2)
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/37?closed=1)
diff --git a/rider/src/main/resources/META-INF/plugin.xml b/rider/src/main/resources/META-INF/plugin.xml
index 36555f93de..3d6c14478c 100644
--- a/rider/src/main/resources/META-INF/plugin.xml
+++ b/rider/src/main/resources/META-INF/plugin.xml
@@ -283,29 +283,12 @@
-New in 2020.1.2
-
-
-Changed:
-
- - Rider: Show serializable Code Vision for more fields (#1624)
- - Rider: Improve presentation for asset Find Usages results (#1624)
- - Rider: Improve presentation of Player projects in Unity Explorer ()
- - Unity Editor: Reduce frequency of refreshing Unity on save to explicit calls to Save All (RIDER-37420, #1629)
-
+New in 2020.1.3
Fixed:
- - Fix incorrect base type required warning for ExecuteAlways attribute (#1642)
- - Fix generation of static constructor for redundant [InitializeOnLoad] when member generator set to "default return value" (#1644)
- - Rider: Fix solution hang on "constructing components" due to excessive FileSystemWatcher initialisation (RIDER-41812, #1631)
- - Rider: Fix exception finding file icon causing explorer view to be blank (RIDER-43038, #1632)
- - Rider: Fix handling of file system folders in Packages with the same name as a package (#1626, [#1632](https://github.com/JetBrains/resharper-unity/pull/1632))
- - Rider: Fix size of tooltip for packages with many projects (#1628, #1632)
- - Rider: Fix C# language level detection on Linux (#1640)
- - Rider: Avoid potential deadlocks when updating Packages tree in Unity Explorer (RIDER-43317, #1643)
- - Unity Editor: Fix list of folders to search for .NET Framework references (RIDER-42873, #1630)
+ - Rider: Fix unit test discovery in non-Unity solutions inside a Unity folder (RIDER-44139, #1657)
See the CHANGELOG for more details and history.