Skip to content

1.0.20190526.4

Compare
Choose a tag to compare
@christianhelle christianhelle released this 26 May 19:00

Changes:

  • f026351 Re-introduce Tags in the vsixmanifest with the correct delimiter (semi-colon)
  • 5a27f8a Remove Tags from vsixmanifest
  • bed9a79 Merge pull request #19 from christianhelle/bugfix/swagger-codegen-cli-output-doesnt-build
  • 39dadd9 Add required nuget packages for generated code output to README
  • bdf4168 Fix OpenApiCodeGenerator namespace issues
  • 84bef69 Fix SwaggerCodeGenerator namespace issue
  • 1a3576a Use the example Petstore swagger spec from Swagger.io
  • 4628f18 Download swagger-codegen-cli version 2.4.5 instead of 2.3.1
  • b634fc3 Merge pull request #16 from christianhelle/update-metadata
  • 1a0f87d Merge pull request #13 from christianhelle/bugfix/nswag-update-latest-swagger-spec
  • 1bf77c5 Set tags in vsixmanifest
See more
  • 1767ba9 Set Icon and Preview Icon in vsixmanifest
  • 09f335d Add Icon.png
  • 7bbeda8 Add tags to VSIX publish manifest file
  • a5cb901 Update Description in vsixmanifest
  • 7e0c073 Fix issue regarding the "Generate NSwag Studio output" always visible after first use
  • 166e64b Remove Newtonsoft.Json entries from app.config files
  • b77b571 Format the modifed NSwag file
  • 926c15b Add Newtonsoft.Json nuget package to integration test and unit test project
  • 90a95b5 Revert TryRemoveSwaggerJsonSpec back to a private method
  • 65329cc Remove tests for TryRemoveSwaggerJsonSpec
  • 1009450 Revert changes regarding generating temporary files
  • 7adf1fb Fix TryRemoveSwaggerJsonSpec in NSwagStudioCodeGenerator
  • ff97e77 Remove Newtonsoft.JSon nuget package from integration test project
  • e64319f Fix FileNotFoundException regarding Newtonsoft.Json.dll by downgrading to version 9.0.1 of the nuget package
  • c3a807f Merge pull request #12 from christianhelle/nuget-updates
  • 4fb3620 Update MSTest nuget packages
  • 6859024 Update System.* nuget packages
  • 5655810 Update System.ValueTuple nuget package to 4.4.0 (from 4.3.0)
  • b4b166a Update NSwag.CodeGeneration.CSharp nuget package to 12.2.5 (from 12.0.13)
  • 0078ced Merge pull request #11 from christianhelle/feature/readme
  • 376133f Update README.md
  • 8a18280 Merge pull request #10 from christianhelle/feature/deployment
  • 3b84b4c Create deployment script
  • 5053554 Fix categories in publish manifest file
  • d22610a Temporary fix for missing Newtonsoft.Json.dll
  • 18c16d1 Update version to 1.0.0 in VSIX manifest file
  • 064239c Merge pull request #8 from christianhelle/bugfix/nswag-update-latest-swagger-spec
  • 9b871ff Try to remove the cached Swagger.json spec contained in the NSwag Studio file
  • a57e8fb Merge pull request #6 from christianhelle/feature/custom-tool-progress
  • 04a0b42 Update README.md
  • 6d23825 Implement progress reporting via IVsGeneratorProgress
  • 1909a70 Add Moq nuget package to integration tests project
  • a00075b Introduce extension methods to IVsGeneratorProgress
  • 05f9c30 Add IVsGeneratorProgress argument to ICodeGenerator GenerateCode()
  • 17e9452 Introduce VSIX publishing manifest file
  • 20325e2 Merge pull request #5 from christianhelle/feature/nswag-studio
  • efcecc9 Update README
  • 1a5000e Add NSwag Studio generator screenshot
  • 061fd73 Add NSwagStudioCodeGenerator integration test
  • 46f4270 Implement "Generate NSwag Studio output" custom command for .nswag files
  • f032cca Move CustomTool commands into its own namespace
  • b5b7c42 Create AsyncPackage extension methods
  • 664f2f3 Remove unsed class
  • 6fe2b6e Merge pull request #4 from christianhelle/feature/open-api
  • 7eb61d7 Update screenshots and README
  • 7e12c6a Add OpenAPI integration tests
  • 99ac818 Update README
  • e0c398d Implement "Generate with OpenAPI" context menu
  • ad55c34 Implement custom tool for OpenAPI Generator
  • f2ca535 Merge pull request #3 from christianhelle/feature/context-menus
  • 17b251a Add screenshots and update README
  • 2689cee Implement submenus for context menu
  • cf1c59b Rename context menu texts
  • 238bab6 Fix cake build
  • 2b587bb Update NSwag code generator to not use a base URL property and expect this to be configured on the injected HttpClient instance
  • f563553 Update NSwag code generator to inject HttpClient, GenerateClientInterfaces, GenerateDtoTypes, and to implement INotifyPropertyChanged in the generated contracts
  • b559abf Move types into files
  • 81b5354 Implement context menus
  • a4517b8 Start work on context menus
  • 5c76d9a VSIX manifest experiment with InstallationTarget
  • 8908d5b Update README.md
  • 91cba40 Merge pull request #2 from christianhelle/feature/nswag-via-nuget
  • 0272dbc Update README
  • b76b06c Update NSwagCSharpCodeGenerator to use the NSwag.CodeGeneration.CSharp nuget package
  • 79d7a9e Update README
  • 011f504 Download swagger-codegen-cli.jar to the temp folder
  • f450f4b Merge pull request #1 from christianhelle/feature/swagger-codegen
  • 0e6e54e Update README
  • f18ea5e Fix invalid argument in CodeGeneratorFactory
  • 4f09d53 Download Swagger Codegen CLI if not found
  • c888bb8 Add integration test project and move custom tool generator tests
  • 1852987 Implement SwaggerCSharpCodeGenerator
  • a51d675 Implement CSharpFileMerger with test
  • 96e4f61 Introduce CSharpFileMerger (yet to be tested)
  • b7a9870 Add screenshots to README
  • 0c65df5 Add screenshots
  • 420156d Fix broken test setup
  • 5697ff5 Create empty SwaggerCSharpCodeGenerator implementation
  • 72075f9 Move CodeGenerator implementations into their own sub folders
  • 1047ca5 Fix custom tool name and Guid
  • 59cca6d Prepare for implementing SwaggerCodeGenerator custom tool
  • 44d7c78 Remove GitVersionTask
  • 3d443df Update README.md
  • 31a472b Remove Visual Studio MPF dependency from VSIX manifest
  • 27e346e Update README.md
  • 8a86d91 Add GitVersionTask nuget package
  • 285d910 Update VSIX version number
  • 8c650fb Add README and cake.built to solution
  • e61fb8b Update README
  • c6fc054 Check for NSwag.exe
  • 6f9141c Register NSwag single file code generator from VSPackage
  • 4445544 Implement NSwag single file code generator
  • c899a43 Add NSwag support to CodeGeneratorFactory
  • 990a7a3 Rename NSwagCodeGenerator
  • 3cb2837 Add NSwag to OpenApiCodeGeneratory enum
  • 4e74a45 Implement ICodeGenerator for NSwag
  • 3d08a3c Rename Cake build artifacts folder
  • e3527e8 Add Cake build
  • 9233bb1 Add Cake build
  • 7d6e218 Fix VSSDK BuildTools nuget version
  • b6d0b8e Update README.md
  • 892e2aa Create README.md
  • 2d1a316 Create AutoRest folder under CustomTool
  • ae77747 Re-create VSIX project using the Microsoft.VisualStudio.TextTemplating.VSHost.15.0 nuget package
  • 0c15018 Add [ComVisible(true)] to CodeGenerator and subclasses
  • 3fbf432 Rename Guids to ContextGuids
  • a993a7f Hardcode "AutoRestCodeGenerator" as the custom tool name
  • f58752e Adjust namespaces
  • a327f98 Enable generate PKG def file and include assembly in VSIX container
  • 6c77d3c Add license file
  • c1b42ba Add support for VS2017 and VS2019
  • 70d75e2 Implement AutoRestCodeGenerator custom tool
  • 4c48d86 re-structure src folder

This list of changes was auto generated.