From bb754d674d20ba1e173884f025986c728e434943 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Thu, 30 Jan 2020 12:03:31 +0000 Subject: [PATCH] Update CHANGELOG and plugin metadata --- CHANGELOG.md | 14 ++++++++++++ .../src/resharper-unity.resharper.nuspec | 3 ++- rider/src/main/resources/META-INF/plugin.xml | 22 ++++--------------- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba9a89bd6..c0d1f20282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). This plugin has functionality that is common to both ReSharper and Rider. It also contains a plugin for the Unity editor that is used to communicate with Rider. Changes marked with a "Rider:" prefix are specific to Rider, while changes for the Unity editor plugin are marked with a "Unity editor:" prefix. No prefix means that the change is common to both Rider and ReSharper. +## 2019.3.2 +* [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap7-rtm-2019.3.0-rtm-2019.3.1...net193-eap8-rtm-2019.3.2) +* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/34?closed=1) + +### Changed + +- Unity Editor: Find Usages window now allows replacing current open scene ([#1479](https://github.com/JetBrains/resharper-unity/issues/1479), [#1480](https://github.com/JetBrains/resharper-unity/pull/1480)) + +### Fixed + +- Avoid creating meta files outside of Asset or Packages folders ([#1489](https://github.com/JetBrains/resharper-unity/issues/1489), [#1491](https://github.com/JetBrains/resharper-unity/pull/1491)) + + + ## 2019.3.1 * [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap7-rtm-2019.3.0...net193-eap7-rtm-2019.3.0-rtm-2019.3.1) * [Milestone](https://github.com/JetBrains/resharper-unity/milestone/33?closed=1) diff --git a/resharper/resharper-unity/src/resharper-unity.resharper.nuspec b/resharper/resharper-unity/src/resharper-unity.resharper.nuspec index 5ae2c26cbb..4180c2801d 100644 --- a/resharper/resharper-unity/src/resharper-unity.resharper.nuspec +++ b/resharper/resharper-unity/src/resharper-unity.resharper.nuspec @@ -34,10 +34,11 @@ - And much more! -New in 2019.3.1 +New in 2019.3.2 Fixed: - Fix usage count for custom event based event handlers in Unity 2018.4+ (#1448, #1449) +- Avoid creating meta files outside of Asset or Packages folders (#1489, #1491) See CHANGELOG.md in the JetBrains/resharper-unity GitHub repo for more details and history. diff --git a/rider/src/main/resources/META-INF/plugin.xml b/rider/src/main/resources/META-INF/plugin.xml index 8b26015aa2..8ff2c87b29 100644 --- a/rider/src/main/resources/META-INF/plugin.xml +++ b/rider/src/main/resources/META-INF/plugin.xml @@ -262,29 +262,15 @@ -New in 2019.3.1 -Added: - +New in 2019.3.2 Changed: -Fixed: - +

Fixed:

See the CHANGELOG for more details and history.