Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme and description #21

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading