You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Added "Compare OpenAPI-specifications... Сommand" section to README.md;
2) Added menu command embedded in Visual Studio Solution Explorer context menu lets you compare generated ".nswag.json" specification-file with another ".nswag.json" specification-file (or with specification given by "endpoint");
3) Fixed bug with empty "ServiceName";
4) Small fixes.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
8
8
These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseOpenAPIConnectedService).
9
9
10
+
## v1.2.0 `(2019-04-20)`
11
+
12
+
-[x] Added `Compare OpenAPI-specifications... Command` section to [`README`](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/)
13
+
-[x] Added menu command embedded in Visual Studio Solution Explorer context menu lets you compare generated `.nswag.json` specification-file with another `.nswag.json` specification-file (or with specification given by `endpoint`)
14
+
-[x] Fixed bug with empty `ServiceName`
15
+
-[x] Small fixes
16
+
10
17
## v1.1.15 `(2019-04-20)`
11
18
12
19
-[x] Added fix: service now visible in `VisualBasic` projects
@@ -50,7 +57,7 @@ These are the changes to each version that has been released on the official [Vi
50
57
51
58
## v1.1.0 `(2019-04-10)`
52
59
53
-
-[x]Add`Open in NSwagStudio Command` section to [`README`](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/)
60
+
-[x]Added`Open in NSwagStudio Command` section to [`README`](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/)
54
61
-[x] Added menu command embedded in Visual Studio Solution Explorer context menu lets you open generated `.nswag` and `.nswag.json` files in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio)
-**Command** to open generated `.nswag` and `.nswag.json` files in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio)
41
+
-**Command** to compare `.nswag.json` specification file with another `.nswag.json` specification file (or specification given by `endpoint`)
40
42
- Storage of the last 10 endpoints (json-specification path)
41
43
42
44
## Getting Started
@@ -51,29 +53,59 @@ Meaning of the Unchase [OpenAPI (Swagger) Connected Service](https://marketplace
51
53
52
54

53
55
54
-
## Open in NSwagStudio Command
56
+
## Custom Commands
55
57
56
-
Since *v1.1.** was added menu command embedded in Visual Studio Solution Explorer context menu lets you open generated `.nswag` and `.nswag.json` files in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio).
58
+
### `Open in NSwagStudio` Command
59
+
60
+
Since *v1.1.** have been added menu command embedded in Visual Studio Solution Explorer context menu lets you open generated `.nswag` and `.nswag.json` files in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio).
57
61
58
62
This extension is for those times where you generate `.nswag` and `.nswag.json` files and you want to be able to quickly open it in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio).
59
63
60
-
### Prerequisite
64
+
####Prerequisite
61
65
62
66
> In order to use this extension, you must have [Visual Studio](https://visualstudio.microsoft.com/vs/) 2017/2019, this connected service as well as [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio) installed.
63
67
64
-
### Solution Explorer
68
+
####Solution Explorer
65
69
66
-
You can open `.nswag` and `.nswag.json` files in NSwagStudio by simply right-clicking it in Solution Explorer and select **Open in NSwagStudio**:
70
+
You can open `.nswag` and `.nswag.json` files in [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio) by simply right-clicking it in Solution Explorer and select **Open in NSwagStudio**:
67
71
68
-

72
+

69
73
70
-
### Path to NSwagStudio.exe
74
+
####Path to NSwagStudio.exe
71
75
72
76
If you installed [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio) at a non-default location, a prompt will ask for the path to `NSwagStudio.exe`.
73
77
74
78
You can always change the location in *Tools -> Options -> Web -> Unchase OpenAPI (Swagger) Connected Service*:
75
79
76
-

80
+

81
+
82
+
### `Compare OpenAPI-specifications...` Command
83
+
84
+
Since *v1.2.** have been added menu command embedded in Visual Studio Solution Explorer context menu lets you compare generated `.nswag.json` specification-file with another `.nswag.json` specification-file (or with specification given by `endpoint`).
85
+
86
+
This extension is for those times where you generate `.nswag.json` file and you want to quickly compare it with another or specification given by `endpoint`.
87
+
88
+
#### Prerequisite
89
+
90
+
> In order to use this extension, you must have [Visual Studio](https://visualstudio.microsoft.com/vs/) 2017/2019 as well as this connected service.
91
+
92
+
#### Solution Explorer
93
+
94
+
You can compare `.nswag.json` specification-file with another `.nswag.json` specification-file (or with specification given by `endpoint`) by simply selecting one or two files and right-clicking them in Solution Explorer and select **Compare OpenAPI-specifications...**:
0 commit comments