Skip to content

Commit 984bfb8

Browse files
committed
Update CHANGELOG and plugin metadata
1 parent e648d61 commit 984bfb8

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This plugin has functionality that is common to both ReSharper and Rider. It als
88

99
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.
1010

11+
## 2020.1.3
12+
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net201-rtm-2020.1.2...net201)
13+
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/39?closed=1)
14+
15+
### Fixed
16+
- 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))
17+
18+
19+
1120
## 2020.1.2
1221
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net201-rtm-2020.1.0-rtm-2020.1.1...net201-rtm-2020.1.2)
1322
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/37?closed=1)

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

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -283,29 +283,12 @@
283283
<change-notes>
284284
<![CDATA[
285285
<p>
286-
<strong>New in 2020.1.2</strong>
287-
</p>
288-
<p>
289-
<em>Changed:</em>
290-
<ul>
291-
<li>Rider: Show serializable Code Vision for more fields (<a href="https://github.com/JetBrains/resharper-unity/pull/1624">#1624</a>)</li>
292-
<li>Rider: Improve presentation for asset Find Usages results (<a href="https://github.com/JetBrains/resharper-unity/pull/1624">#1624</a>)</li>
293-
<li>Rider: Improve presentation of Player projects in Unity Explorer (<a href="https://github.com/JetBrains/resharper-unity/pull/1634"</a>)</li>
294-
<li>Unity Editor: Reduce frequency of refreshing Unity on save to explicit calls to Save All (<a href="https://youtrack.jetbrains.com/issue/RIDER-37420">RIDER-37420</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1629">#1629</a>)</li>
295-
</ul>
286+
<strong>New in 2020.1.3</strong>
296287
</p>
297288
<p>
298289
<em>Fixed:</em>
299290
<ul>
300-
<li>Fix incorrect base type required warning for <tt>ExecuteAlways</tt> attribute (<a href="https://github.com/JetBrains/resharper-unity/pull/1642">#1642</a>)</li>
301-
<li>Fix generation of static constructor for redundant <tt>[InitializeOnLoad]</tt> when member generator set to "default return value" (<a href="https://github.com/JetBrains/resharper-unity/pull/1644">#1644</a>)</li>
302-
<li>Rider: Fix solution hang on "constructing components" due to excessive <tt>FileSystemWatcher</tt> initialisation (<a href="https://youtrack.jetbrains.com/issue/RIDER-41812">RIDER-41812</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1631">#1631</a>)</li>
303-
<li>Rider: Fix exception finding file icon causing explorer view to be blank (<a href="https://youtrack.jetbrains.com/issue/RIDER-43038">RIDER-43038</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1632">#1632</a>)</li>
304-
<li>Rider: Fix handling of file system folders in <tt>Packages</tt> with the same name as a package (<a href="https://github.com/JetBrains/resharper-unity/issues/1626">#1626</a>, [#1632](https://github.com/JetBrains/resharper-unity/pull/1632))</li>
305-
<li>Rider: Fix size of tooltip for packages with many projects (<a href="https://github.com/JetBrains/resharper-unity/issues/1628">#1628</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1632">#1632</a>)</li>
306-
<li>Rider: Fix C# language level detection on Linux (<a href="https://github.com/JetBrains/resharper-unity/pull/1640">#1640</a>)</li>
307-
<li>Rider: Avoid potential deadlocks when updating Packages tree in Unity Explorer (<a href="https://youtrack.jetbrains.com/issue/RIDER-43317">RIDER-43317</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1643">#1643</a>)</li>
308-
<li>Unity Editor: Fix list of folders to search for .NET Framework references (<a href="https://youtrack.jetbrains.com/issue/RIDER-42873">RIDER-42873</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1630">#1630</a>)</li>
291+
<li>Rider: Fix unit test discovery in non-Unity solutions inside a Unity folder (<a href="https://youtrack.jetbrains.com/issue/RIDER-44139">RIDER-44139</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1657">#1657</a>)</li>
309292
</ul>
310293
</p>
311294
<p>See the <a href="https://github.com/JetBrains/resharper-unity/blob/net201/CHANGELOG.md">CHANGELOG</a> for more details and history.</p>

0 commit comments

Comments
 (0)