Skip to content

Commit

Permalink
Update to the Rider 2023.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSemko committed Dec 17, 2023
1 parent 62a22ff commit 12bbbfb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2023.1.0
## 1.0.0
- Initial version

## 1.0.1
- Update plugin with new features

## 1.0.2
- Update plugin to the Rider's version 2023.3.1
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DotnetPluginId=ReSharperPlugin.GuidGenerator
DotnetSolution=ReSharperPlugin.GuidGenerator.sln
RiderPluginId=com.jetbrains.rider.plugins.guidgenerator
PluginVersion=1.0.1
PluginVersion=1.0.2

BuildConfiguration=Debug

Expand All @@ -17,7 +17,7 @@ PublishToken="_PLACEHOLDER_"
# Release: 2020.2
# EAP: 2020.3-EAP2-SNAPSHOT
# Nightly: 2020.3-SNAPSHOT
ProductVersion=2023.2.2
ProductVersion=2023.3.1

# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Plugin.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<!-- See https://www.nuget.org/packages/JetBrains.ReSharper.SDK -->
<!-- Keep in sync with ProductVersion in gradle.properties -->
<SdkVersion>2023.2.2</SdkVersion>
<SdkVersion>2023.3.1</SdkVersion>

<Title>Guid Generator</Title>
<Description>It's a plugin to generate guid in a comfortable way</Description>

<Authors>Author</Authors>
<Authors>Denys Semko</Authors>
<Copyright>Copyright $([System.DateTime]::Now.Year) Maintainers of GuidGenerator</Copyright>
<PackageTags>resharper plugin</PackageTags>

Expand Down
4 changes: 2 additions & 2 deletions src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<idea-plugin require-restart="true">
<id>me.dench327.plugins.guidgenerator</id>
<name>GuidGenerator</name>
<version>1.0.1</version>
<version>1.0.2</version>
<vendor url="https://github.com/DenisSemko/GuidGenerator">Denys Semko</vendor>
<idea-version since-build="223.0" until-build="233.0" />
<idea-version since-build="233.0" />
<depends>com.intellij.modules.rider</depends>

<description>
Expand Down

0 comments on commit 12bbbfb

Please sign in to comment.