Skip to content

Commit 15de34b

Browse files
committed
Update to the Rider 2023.3.1 version
1 parent c019c9c commit 15de34b

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DotnetPluginId=ReSharperPlugin.UsingLocator
55
DotnetSolution=ReSharperPlugin.UsingLocator.sln
66
RiderPluginId=com.jetbrains.rider.plugins.usinglocator
7-
PluginVersion=1.0.1
7+
PluginVersion=1.0.2
88

99
BuildConfiguration=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

src/dotnet/Plugin.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>

0 commit comments

Comments
 (0)