Skip to content

Commit 812b8f1

Browse files
committed
Update CHANGELOG and plugin metadata
1 parent 4d1c456 commit 812b8f1

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
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.
88

9+
## 2019.3.3
10+
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap8-rtm-2019.3.2...net193-rtm-2019.3.3)
11+
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/35?closed=1)
12+
13+
### Fixed
14+
15+
- Rider: Fix settings search not finding Unity pages ([#1516](https://github.com/JetBrains/resharper-unity/issues/1516), [#1522](https://github.com/JetBrains/resharper-unity/pull/1522))
16+
17+
18+
919
## 2019.3.2
1020
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap7-rtm-2019.3.0-rtm-2019.3.1...net193-eap8-rtm-2019.3.2)
1121
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/34?closed=1)

rider/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,12 @@
262262
<change-notes>
263263
<![CDATA[
264264
<p>
265-
<strong>New in 2019.3.2</strong>
266-
<em>Changed:</em>
267-
<ul>
268-
<li>Unity Editor: Find Usages window now allows replacing current open scene (<a href="https://github.com/JetBrains/resharper-unity/issues/1479">#1479</a>, <a hreff="https://github.com/JetBrains/resharper-unity/pull/1480">#1480</a>)</li>
269-
</ul>
265+
<strong>New in 2019.3.3</strong>
270266
</p>
267+
<p>
271268
<em>Fixed:</em>
272269
<ul>
273-
<li>Avoid creating meta files outside of Asset or Packages folders (<a href="https://github.com/JetBrains/resharper-unity/issues/1489">#1489</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1491">#1491</a>)</li>
270+
<li>Rider: Fix settings search not finding Unity pages (<a href="https://github.com/JetBrains/resharper-unity/issues/1516">#1516</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1522">#1522</a>)</li>
274271
</ul>
275272
</p>
276273
<p>See the <a href="https://github.com/JetBrains/resharper-unity/blob/net193/CHANGELOG.md">CHANGELOG</a> for more details and history.</p>

0 commit comments

Comments
 (0)