Skip to content

Commit 2e6800a

Browse files
committed
Merge branch 'master' into tool-versioning
2 parents bf7e349 + 91bcc28 commit 2e6800a

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
47

58
jobs:
69
Build:

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*.*.*-*.*'
6+
- '*.*.*-*.*'
77

88
jobs:
99
Release:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.0.1]
6+
- odata-cli exceptions handling
7+
58
## [1.0.0]
69
- OData Reference generation
7-
- NuGet dependencies installation
10+
- NuGet dependencies installation

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# OData CLI UI
1+
# <p align="center"> OData CLI UI </p>
22

3-
Rider plugin to generate OData Reference using OData CLI
3+
<p align="center"> Rider plugin that provides UI to generate OData Reference using OData CLI </p>
44

5-
[![Rider](https://img.shields.io/jetbrains/plugin/v/RIDER_PLUGIN_ID.svg?label=Rider&colorB=0A7BBB&style=for-the-badge&logo=rider)](https://plugins.jetbrains.com/plugin/RIDER_PLUGIN_ID)
5+
<p align="center">
6+
<a href="https://plugins.jetbrains.com/plugin/24117-odata-cli-ui" target="_blank">
7+
<img src="/img/marketplace.png">
8+
</a>
9+
</p>
610

711
---
812

913
## Installation
1014

11-
1. Install plugin
15+
1. Install plugin from [Marketplace](https://plugins.jetbrains.com/plugin/24117-odata-cli-ui) or download from [Releases page](https://github.com/ellizio/rider--plugin--odata-cli-ui/releases) and install manually
1216
2. Install the latest version of the OData CLI tool with the command `dotnet tool install -g Microsoft.OData.Cli`
1317

1418
## Usage

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.0
7+
PluginVersion=1.0.1
88

99
BuildConfiguration=Debug
1010

img/marketplace.png

5.91 KB
Loading

0 commit comments

Comments
 (0)