Skip to content

Commit 05314e0

Browse files
authored
Bump to 1.1.0 (#23)
2 parents 7366c83 + 97817cf commit 05314e0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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).
44

5+
## [1.1.0]
6+
- odata-cli 0.3.1 support
7+
- UI improvements and fixes
8+
59
## [1.0.1]
610
- odata-cli exceptions handling
711

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DotnetPluginId=ReSharperPlugin.ODataCliUi
55
DotnetSolution=ReSharperPlugin.ODataCliUi.sln
66
RiderPluginId=ru.ellizio.odatacliui
7-
PluginVersion=1.0.1
7+
PluginVersion=1.1.0
88

99
BuildConfiguration=Debug
1010

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>ru.ellizio.odatacliui</id>
33
<name>OData CLI UI</name>
44
<version>_PLACEHOLDER_</version>
5-
<vendor url="https://github.com/ellizio/rider--plugin--odata-cli-ui">ellizio</vendor>
5+
<vendor url="https://github.com/ellizio/odata-cli-ui">ellizio</vendor>
66
<idea-version since-build="_PLACEHOLDER_" until-build="_PLACEHOLDER_" />
77
<depends>com.intellij.modules.rider</depends>
88
<depends>org.jetbrains.plugins.terminal</depends>
@@ -12,8 +12,8 @@
1212
<![CDATA[
1313
<p>Rider plugin that provides UI to generate OData Reference using OData CLI</p>
1414
15-
<a href="https://github.com/ellizio/rider--plugin--odata-cli-ui/blob/master/README.md#installation">Installation</a> |
16-
<a href="https://github.com/ellizio/rider--plugin--odata-cli-ui">Source code</a> |
15+
<a href="https://github.com/ellizio/odata-cli-ui/blob/master/README.md#installation">Installation</a> |
16+
<a href="https://github.com/ellizio/odata-cli-ui">Source code</a> |
1717
<a href="https://learn.microsoft.com/en-us/odata/odatacli/getting-started">OData CLI</a>
1818
]]>
1919
</description>

0 commit comments

Comments
 (0)