diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c8744ee..d49e8d4 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,7 +7,11 @@ 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). -## v1.0.5 `(2019-05-07)` +## v1.0.6 `(2019-05-08)` + +- [x] Added ability to hide/show "Runtime and variables" settings in the first page of service settings wizard + +## v1.0.5 `(2019-05-08)` - [x] Storage last OpenAPI (Swagger) specification *Endpoint* and *Service name* @@ -18,4 +22,4 @@ These are the changes to each version that has been released on the official [Vi - [x] Add `Settings Meaning` section to [`README`](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/) - [x] Add `Troubleshooting` section to [`README`](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/) - [x] Add `Getting Started` overview to GitHub [`README`](https://github.com/unchase/Unchase.OpenAPI.ConnectedService/) -- [x] Release version of `Unchase OpenAPI (Swagger API) Connected Service` extension for VS2017/2019 on [Visual Studio Marketplace](https://marketplace.visualstudio.com/) +- [x] Release version of `Unchase OpenAPI (Swagger API) Connected Service` extension for VS2017/2019 on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseOpenAPIConnectedService) diff --git a/README.md b/README.md index 3ef4b2d..0519496 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,13 @@ The project is developed and maintained by [Nikolay Chebotov (**Unchase**)](http # Getting Started +[![VS Marketplace](http://vsmarketplacebadge.apphb.com/version-short/unchase.UnchaseOpenAPIConnectedService.svg)](https://marketplace.visualstudio.com/items?itemName=unchase.unchaseOpenAPIConnectedService) [![VS Marketplace Installs](http://vsmarketplacebadge.apphb.com/installs-short/unchase.UnchaseOpenAPIConnectedService.svg)](https://marketplace.visualstudio.com/items?itemName=unchase.unchaseOpenAPIConnectedService) [![VS Marketplace Downloads](http://vsmarketplacebadge.apphb.com/downloads-short/unchase.UnchaseOpenAPIConnectedService.svg)](https://marketplace.visualstudio.com/items?itemName=unchase.unchaseOpenAPIConnectedService) + Install from `Tools -> Extensions and Updates` menu inside [Visual Studio](https://visualstudio.microsoft.com/vs/) (including 2019) or [download](http://vsixgallery.com/extensions/Unchase.OpenAPI.ConnectedService.63199638-6211-4285-ba8f-75b1f0326c2a/extension.vsix) as `VSIX` package from VSGallery or [download](https://marketplace.visualstudio.com/items?itemName=unchase.unchaseOpenAPIConnectedService) as `VSIX` package from Visual Studio Marketplace: ![Adding Unchase OpenAPI (Swagger) Connected Service in Visual Studio](img/Unchase-OpenAPI-Swagger-Connected-Service.gif) + # Settings Meaning Meaning of the Unchase OpenAPI (Swagger) Connected Service settings according to [NSWagStudio](https://github.com/NSwag/NSwag/wiki/NSwagStudio): @@ -45,7 +48,7 @@ Meaning of the Unchase OpenAPI (Swagger) Connected Service settings according to # Troubleshooting ## Can't open .nswag file in NSwagStudio - - If generated code corrupted, try to open `.nswag` file in [`NSwagStudio`](https://github.com/RSuter/NSwag/wiki/NSwagStudio) (Windows GUI for editing .*nswag files). +- If generated code corrupted, try to open `.nswag` file in [`NSwagStudio`](https://github.com/RSuter/NSwag/wiki/NSwagStudio) (Windows GUI for editing .*nswag files). - If it doesn't open, try to create new `.nswag` file in [`NSwagStudio`](https://github.com/RSuter/NSwag/wiki/NSwagStudio) for the same API service link and check the differences. # Roadmap @@ -56,5 +59,5 @@ Please feel free to [request a feature](https://github.com/unchase/Unchase.OpenA ---------- -Copyright © 2019 [Nikolay Chebotov (**Unchase**)](https://github.com/unchase) - Provided under the [MIT License](LICENSE.md). +Copyright © 2019 [Nikolay Chebotov (**Unchase**)](https://github.com/unchase) - Provided under the [MIT License](LICENSE.MD). diff --git a/src/Unchase.OpenAPI.ConnectedService.sln b/src/Unchase.OpenAPI.ConnectedService.sln index 84a4c6e..298c0f0 100644 --- a/src/Unchase.OpenAPI.ConnectedService.sln +++ b/src/Unchase.OpenAPI.ConnectedService.sln @@ -6,6 +6,12 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unchase.OpenAPI.ConnectedService", "Unchase.OpenAPI.ConnectedService.csproj", "{CFB451DE-8645-4125-8254-3C3BEB6C6CC7}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E792B87-132B-4E5F-B542-86E96D18FAD8}" + ProjectSection(SolutionItems) = preProject + ..\appveyor.yml = ..\appveyor.yml + ..\CHANGELOG.MD = ..\CHANGELOG.MD + ..\LICENSE.md = ..\LICENSE.md + ..\README.md = ..\README.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/Views/ConfigOpenApiEndpoint.xaml b/src/Views/ConfigOpenApiEndpoint.xaml index ebf43c9..5f06e18 100644 --- a/src/Views/ConfigOpenApiEndpoint.xaml +++ b/src/Views/ConfigOpenApiEndpoint.xaml @@ -15,15 +15,21 @@ - - - + + Runtime and variables ( + ) + + + + + - - + + + diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index 5c53aa6..2392761 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Unchase OpenAPI (Swagger) Connected Service Connected service for Visual Studio to generate OpenAPI (Swagger) web service reference. https://github.com/unchase/Unchase.OpenAPI.Connectedservice