Skip to content

Commit efacfea

Browse files
committed
Update readme and description
1 parent 38d5c4a commit efacfea

File tree

9 files changed

+7
-9
lines changed

9 files changed

+7
-9
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

@@ -17,13 +17,10 @@
1717

1818
## Usage
1919

20-
1. Open solution
21-
2. Select `OData Reference...` action under project or Web Reference context menu\
22-
![](/img/action.png)
23-
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)\
24-
![](/img/dialog.png)
25-
4. Click `OK` and wait until generation finishes
26-
![](/img/terminal.png)
20+
![](/img/step1.png)
21+
![](/img/step2.png)
22+
![](/img/step3.png)
23+
![](/img/step4.png)
2724

2825
## ⚠️ Known Restrictions
2926

img/action.png

-20.6 KB
Binary file not shown.

img/dialog.png

-81.2 KB
Binary file not shown.

img/step1.png

132 KB
Loading

img/step2.png

132 KB
Loading

img/step3.png

159 KB
Loading

img/step4.png

112 KB
Loading

img/terminal.png

-98.3 KB
Binary file not shown.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
<description>
1212
<![CDATA[
13-
<p>Rider plugin that provides UI for OData CLI to generate OData Reference</p>
13+
<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> |
1516
<a href="https://github.com/ellizio/rider--plugin--odata-cli-ui">Source code</a> |
1617
<a href="https://learn.microsoft.com/en-us/odata/odatacli/getting-started">OData CLI</a>
1718
]]>

0 commit comments

Comments
 (0)