Releases: JetBrains/resharper-rider-plugin
Releases · JetBrains/resharper-rider-plugin
0.18.0
- Added
-PPublishToken=<value>
in Gradle script for publishing Rider and ReSharper plugin - Added build-only update mode (specified via
--build-only
) - Added samples for icon provider
- Added samples for postfix templates
- Added samples for template settings
- Added test data in project as
None
- Fixed Gradle script to use MSBuild on Windows
- Fixed PowerShell scripts to define
$PSScriptRoot
before importingsettings.ps1
- Fixed ReSharper publish URL
- Fixed
.gitignore
with IDEA specific files - Fixed default zoning
- Fixed excluding Gradle files in solution items
- Fixed excluding test data when not including samples
- Fixed prefix for solution file
- Fixed upper Wave version
0.17.0
0.16.0
- Fixed
Wave
dependency to require exact version - Fixed deletion of previous plugin installation
- Fixed ambiguous execution location
- Fixed setting of
HostFullIdentifier
from Gradle build - Updated IntelliJ Gradle plugin
- Updated
nuget.exe
- Changed default version for ReSharper plugin
0.15.0
0.14.0
- Fixed missing vswhere.exe
- Fixed ReSharper package content
- Improved discovery of VisualStudio installation directory
- Improved installer download to match Plugin.props
- Changed buildPlugin.ps1 to export to output directory
- Changed default version to 1.0.0
- Added version parameter for buildPlugin.ps1
- Added logging by default
0.13.0
0.12.0
- Added samples for settings, action, and options page
- Added gradle.properties
- Added run configurations for IDEA
- Fixed test assembly to use new Apartment attribute
- Fixed missing instrumentCode setting
- Fixed missing Pack target in buildPlugin.ps1
- Updated versions of Gradle, and IntelliJ