File tree Expand file tree Collapse file tree
rider/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## 2023.1 .0
7+ ## 1.0 .0
88- Initial version
9+
10+ ## 1.0.1
11+ - Update plugin with new features
12+
13+ ## 1.0.2
14+ - Update plugin to the Rider's version 2023.3.1
Original file line number Diff line number Diff line change 44DotnetPluginId =ReSharperPlugin.UsingLocator
55DotnetSolution =ReSharperPlugin.UsingLocator.sln
66RiderPluginId =com.jetbrains.rider.plugins.usinglocator
7- PluginVersion =1.0.1
7+ PluginVersion =1.0.2
88
99BuildConfiguration =Debug
1010
@@ -17,7 +17,7 @@ PublishToken="_PLACEHOLDER_"
1717# Release: 2020.2
1818# EAP: 2020.3-EAP2-SNAPSHOT
1919# Nightly: 2020.3-SNAPSHOT
20- ProductVersion =2023.2.2
20+ ProductVersion =2023.3.1
2121
2222# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
2323# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <!-- See https://www.nuget.org/packages/JetBrains.ReSharper.SDK -->
55 <!-- Keep in sync with ProductVersion in gradle.properties -->
6- <SdkVersion >2023.2.2 </SdkVersion >
6+ <SdkVersion >2023.3.1 </SdkVersion >
77
88 <Title >UsingLocator</Title >
99 <Description >Description</Description >
1010
11- <Authors >Author </Authors >
11+ <Authors >Denys Semko </Authors >
1212 <Copyright >Copyright $([System.DateTime]::Now.Year) Maintainers of UsingLocator</Copyright >
1313 <PackageTags >resharper plugin</PackageTags >
1414
Original file line number Diff line number Diff line change 11<idea-plugin require-restart =" true" >
22 <id >me.dench327.plugins.usinglocator</id >
33 <name >UsingLocator</name >
4- <version >1.0.1 </version >
4+ <version >1.0.2 </version >
55 <vendor url =" https://github.com/DenisSemko/UsingLocator" >Denys Semko</vendor >
6- <idea-version since-build =" 223.0 " until-build = " 233.0" />
6+ <idea-version since-build =" 233.0" />
77 <depends >com.intellij.modules.rider</depends >
88
99 <description >
You can’t perform that action at this time.
0 commit comments