Skip to content

Commit

Permalink
Update readme and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Apr 29, 2024
1 parent 38d5c4a commit efacfea
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://plugins.jetbrains.com/plugin/24117-odata-cli-ui" target="_blank">
<img src="/img/marketplace.png">
<img src="/img/marketplace.png" alt="Marketplace link">
</a>
</p>

Expand All @@ -17,13 +17,10 @@

## Usage

1. Open solution
2. Select `OData Reference...` action under project or Web Reference context menu\
![](/img/action.png)
3. Fill required `Service name` and `Metadata source` and other optional parameters according [documentation](https://learn.microsoft.com/en-us/odata/odatacli/getting-started#options-1)\
![](/img/dialog.png)
4. Click `OK` and wait until generation finishes
![](/img/terminal.png)
![](/img/step1.png)
![](/img/step2.png)
![](/img/step3.png)
![](/img/step4.png)

## ⚠️ Known Restrictions

Expand Down
Binary file removed img/action.png
Binary file not shown.
Binary file removed img/dialog.png
Binary file not shown.
Binary file added img/step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/terminal.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

<description>
<![CDATA[
<p>Rider plugin that provides UI for OData CLI to generate OData Reference</p>
<p>Rider plugin that provides UI to generate OData Reference using OData CLI</p>
<a href="https://github.com/ellizio/rider--plugin--odata-cli-ui/blob/master/README.md#installation">Installation</a> |
<a href="https://github.com/ellizio/rider--plugin--odata-cli-ui">Source code</a> |
<a href="https://learn.microsoft.com/en-us/odata/odatacli/getting-started">OData CLI</a>
]]>
Expand Down

0 comments on commit efacfea

Please sign in to comment.