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 @@ -12,3 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
1313## 1.0.2
1414- Update plugin to the Rider's version 2023.3.1
15+
16+ ## 1.0.3
17+ - Update plugin to the Rider's version 2024.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.2
7+ PluginVersion =1.0.3
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.3 .1
20+ ProductVersion =2024 .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.3 .1</SdkVersion >
6+ <SdkVersion >2024 .1</SdkVersion >
77
88 <Title >UsingLocator</Title >
99 <Description >Description</Description >
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.2 </version >
4+ <version >1.0.3 </version >
55 <vendor url =" https://github.com/DenisSemko/UsingLocator" >Denys Semko</vendor >
6- <idea-version since-build =" 233 .0" />
6+ <idea-version since-build =" 241 .0" />
77 <depends >com.intellij.modules.rider</depends >
88
99 <description >
You can’t perform that action at this time.
0 commit comments