Skip to content

Commit

Permalink
Merge branch 'master' into tool-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Apr 26, 2024
2 parents bf7e349 + 91bcc28 commit 2e6800a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
branches:
- '**'

jobs:
Build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*.*.*-*.*'
- '*.*.*-*.*'

jobs:
Release:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.0.1]
- odata-cli exceptions handling

## [1.0.0]
- OData Reference generation
- NuGet dependencies installation
- NuGet dependencies installation
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# OData CLI UI
# <p align="center"> OData CLI UI </p>

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

[![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)
<p align="center">
<a href="https://plugins.jetbrains.com/plugin/24117-odata-cli-ui" target="_blank">
<img src="/img/marketplace.png">
</a>
</p>

---

## Installation

1. Install plugin
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
2. Install the latest version of the OData CLI tool with the command `dotnet tool install -g Microsoft.OData.Cli`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DotnetPluginId=ReSharperPlugin.ODataCliUi
DotnetSolution=ReSharperPlugin.ODataCliUi.sln
RiderPluginId=ru.ellizio.odatacliui
PluginVersion=1.0.0
PluginVersion=1.0.1

BuildConfiguration=Debug

Expand Down
Binary file added img/marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e6800a

Please sign in to comment.