Skip to content

Commit

Permalink
Update dependencies: add support for NSwag.Commands v13.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Jan 13, 2020
1 parent 469a304 commit 6fe1eee
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 63 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,60 @@

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.3.15 `2019-12-19`
## v1.3.16 `(2020-01-13)`

- [x] Update dependencies: add support for [NSwag.Commands v13.2.1](https://github.com/RicoSuter/NSwag/pull/2620)

## v1.3.15 `(2019-12-19)`

- [x] Update dependencies: add support for [NSwag.Commands v13.2.0](https://github.com/RicoSuter/NSwag/pull/2588)

## v1.3.14 `2019-12-17`
## v1.3.14 `(2019-12-17)`

- [x] Fix [issue #12](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/12)

## v1.3.13 `2019-11-23`
## v1.3.13 `(2019-11-23)`

- [x] Update dependencies: add support for [NSwag.Commands v13.1.6](https://github.com/RicoSuter/NSwag/pull/2543)
- [x] [Update NJS](https://github.com/RicoSuter/NSwag/commit/ef1cd8781c5a90e58045cf90e367a68e3ca70408)
- [x] [Add `OpenApiBodyParameterAttribute`](https://github.com/RicoSuter/NSwag/commit/7eca48175cf6df3564059df3c91aa61a4a8b25af)
- [x] [Allow angular http request to send withCredentials](https://github.com/RicoSuter/NSwag/pull/2538)

## v1.3.10 `2019-11-22`
## v1.3.10 `(2019-11-22)`

- [x] Fix [issue #10](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/10)
- [x] Add small fixes

## v1.3.9 `2019-11-14`
## v1.3.9 `(2019-11-14)`

- [x] Add output relative project path in the first wizard page

## v1.3.8 `2019-11-14`
## v1.3.8 `(2019-11-14)`

- [x] Fix [issue #9](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/9)
- [x] Update dependencies: add support for [NSwag.Commands v13.1.4](https://github.com/RicoSuter/NSwag/pull/2520) and [NSwag.Commands v13.1.5](https://github.com/RicoSuter/NSwag/pull/2523)

## v1.3.7 `2019-10-20`
## v1.3.7 `(2019-10-20)`

- [x] Update icon resolution

## v1.3.6 `2019-10-10`
## v1.3.6 `(2019-10-10)`

- [x] Fix [issue #6](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/6)
- [x] Update dependencies: add support for [NSwag.Commands v13.1.3](https://github.com/RicoSuter/NSwag/pull/2454)

## v1.3.5 `2019-09-28`
## v1.3.5 `(2019-09-28)`

- [x] Update dependencies: add support for [NSwag.Commands v13.1.2](https://github.com/RicoSuter/NSwag/pull/2433)

## v1.3.4 `2019-09-27`
## v1.3.4 `(2019-09-27)`

- [x] Update dependencies: add support for [NSwag.Commands v13.1.1](https://github.com/RicoSuter/NSwag/pull/2430)
- [x] Add .NET Core 3.0 support
- [x] Improve JSON Schema generator fallback for System.Text.Json (still not recommended)
- [x] Update other nuget-dependencies

## v1.3.3 `2019-09-25`
## v1.3.3 `(2019-09-25)`

- [x] Add "Browse" button in the first wizard page for choosing specification file

Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyVersion("1.3.*")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.16")]
[assembly: AssemblyFileVersion("1.3.16.0")]
[assembly: NeutralResourcesLanguage("en-US")]

64 changes: 32 additions & 32 deletions src/Unchase.OpenAPI.ConnectedService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -435,53 +435,53 @@
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NJsonSchema, Version=10.1.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.10.1.2\lib\net45\NJsonSchema.dll</HintPath>
<Reference Include="NJsonSchema, Version=10.1.3.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.10.1.3\lib\net45\NJsonSchema.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.CodeGeneration, Version=10.1.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.10.1.2\lib\net451\NJsonSchema.CodeGeneration.dll</HintPath>
<Reference Include="NJsonSchema.CodeGeneration, Version=10.1.3.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.10.1.3\lib\net451\NJsonSchema.CodeGeneration.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.CodeGeneration.CSharp, Version=10.1.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.CSharp.10.1.2\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll</HintPath>
<Reference Include="NJsonSchema.CodeGeneration.CSharp, Version=10.1.3.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.CSharp.10.1.3\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.CodeGeneration.TypeScript, Version=10.1.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.TypeScript.10.1.2\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll</HintPath>
<Reference Include="NJsonSchema.CodeGeneration.TypeScript, Version=10.1.3.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.CodeGeneration.TypeScript.10.1.3\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.Yaml, Version=10.1.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.Yaml.10.1.2\lib\net45\NJsonSchema.Yaml.dll</HintPath>
<Reference Include="NJsonSchema.Yaml, Version=10.1.3.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>packages\NJsonSchema.Yaml.10.1.3\lib\net45\NJsonSchema.Yaml.dll</HintPath>
</Reference>
<Reference Include="NSwag.Annotations, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Annotations.13.2.0\lib\net45\NSwag.Annotations.dll</HintPath>
<Reference Include="NSwag.Annotations, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Annotations.13.2.1\lib\net45\NSwag.Annotations.dll</HintPath>
</Reference>
<Reference Include="NSwag.AssemblyLoader, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.AssemblyLoader.13.2.0\lib\net451\NSwag.AssemblyLoader.dll</HintPath>
<Reference Include="NSwag.AssemblyLoader, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.AssemblyLoader.13.2.1\lib\net451\NSwag.AssemblyLoader.dll</HintPath>
</Reference>
<Reference Include="NSwag.CodeGeneration, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.13.2.0\lib\net451\NSwag.CodeGeneration.dll</HintPath>
<Reference Include="NSwag.CodeGeneration, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.13.2.1\lib\net451\NSwag.CodeGeneration.dll</HintPath>
</Reference>
<Reference Include="NSwag.CodeGeneration.CSharp, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.CSharp.13.2.0\lib\net451\NSwag.CodeGeneration.CSharp.dll</HintPath>
<Reference Include="NSwag.CodeGeneration.CSharp, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.CSharp.13.2.1\lib\net451\NSwag.CodeGeneration.CSharp.dll</HintPath>
</Reference>
<Reference Include="NSwag.CodeGeneration.TypeScript, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.TypeScript.13.2.0\lib\net451\NSwag.CodeGeneration.TypeScript.dll</HintPath>
<Reference Include="NSwag.CodeGeneration.TypeScript, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.CodeGeneration.TypeScript.13.2.1\lib\net451\NSwag.CodeGeneration.TypeScript.dll</HintPath>
</Reference>
<Reference Include="NSwag.Commands, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Commands.13.2.0\lib\net461\NSwag.Commands.dll</HintPath>
<Reference Include="NSwag.Commands, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Commands.13.2.1\lib\net461\NSwag.Commands.dll</HintPath>
</Reference>
<Reference Include="NSwag.Core, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Core.13.2.0\lib\net45\NSwag.Core.dll</HintPath>
<Reference Include="NSwag.Core, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Core.13.2.1\lib\net45\NSwag.Core.dll</HintPath>
</Reference>
<Reference Include="NSwag.Core.Yaml, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Core.Yaml.13.2.0\lib\net45\NSwag.Core.Yaml.dll</HintPath>
<Reference Include="NSwag.Core.Yaml, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Core.Yaml.13.2.1\lib\net45\NSwag.Core.Yaml.dll</HintPath>
</Reference>
<Reference Include="NSwag.Generation, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.13.2.0\lib\net45\NSwag.Generation.dll</HintPath>
<Reference Include="NSwag.Generation, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.13.2.1\lib\net45\NSwag.Generation.dll</HintPath>
</Reference>
<Reference Include="NSwag.Generation.AspNetCore, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.AspNetCore.13.2.0\lib\net451\NSwag.Generation.AspNetCore.dll</HintPath>
<Reference Include="NSwag.Generation.AspNetCore, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.AspNetCore.13.2.1\lib\net451\NSwag.Generation.AspNetCore.dll</HintPath>
</Reference>
<Reference Include="NSwag.Generation.WebApi, Version=13.2.0.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.WebApi.13.2.0\lib\net45\NSwag.Generation.WebApi.dll</HintPath>
<Reference Include="NSwag.Generation.WebApi, Version=13.2.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.Generation.WebApi.13.2.1\lib\net45\NSwag.Generation.WebApi.dll</HintPath>
</Reference>
<Reference Include="NSwag.SwaggerGeneration, Version=12.3.1.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL">
<HintPath>packages\NSwag.SwaggerGeneration.12.3.1\lib\net45\NSwag.SwaggerGeneration.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NSwag.Core" publicKeyToken="c2d88086e098d109" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.2.0.0" newVersion="13.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.2.1.0" newVersion="13.2.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NJsonSchema" publicKeyToken="c2f9c3bdfae56102" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.1.2.0" newVersion="10.1.2.0" />
<bindingRedirect oldVersion="0.0.0.0-10.1.3.0" newVersion="10.1.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NJsonSchema.CodeGeneration" publicKeyToken="c2f9c3bdfae56102" culture="neutral" />
Expand Down
32 changes: 16 additions & 16 deletions src/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,22 @@
<package id="NConsole" version="3.9.6519.30868" targetFramework="net461" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="NJsonSchema" version="10.1.2" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration" version="10.1.2" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration.CSharp" version="10.1.2" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration.TypeScript" version="10.1.2" targetFramework="net461" />
<package id="NJsonSchema.Yaml" version="10.1.2" targetFramework="net461" />
<package id="NSwag.Annotations" version="13.2.0" targetFramework="net461" />
<package id="NSwag.AssemblyLoader" version="13.2.0" targetFramework="net461" />
<package id="NSwag.CodeGeneration" version="13.2.0" targetFramework="net461" />
<package id="NSwag.CodeGeneration.CSharp" version="13.2.0" targetFramework="net461" />
<package id="NSwag.CodeGeneration.TypeScript" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Commands" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Core" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Core.Yaml" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Generation" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Generation.AspNetCore" version="13.2.0" targetFramework="net461" />
<package id="NSwag.Generation.WebApi" version="13.2.0" targetFramework="net461" />
<package id="NJsonSchema" version="10.1.3" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration" version="10.1.3" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration.CSharp" version="10.1.3" targetFramework="net461" />
<package id="NJsonSchema.CodeGeneration.TypeScript" version="10.1.3" targetFramework="net461" />
<package id="NJsonSchema.Yaml" version="10.1.3" targetFramework="net461" />
<package id="NSwag.Annotations" version="13.2.1" targetFramework="net461" />
<package id="NSwag.AssemblyLoader" version="13.2.1" targetFramework="net461" />
<package id="NSwag.CodeGeneration" version="13.2.1" targetFramework="net461" />
<package id="NSwag.CodeGeneration.CSharp" version="13.2.1" targetFramework="net461" />
<package id="NSwag.CodeGeneration.TypeScript" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Commands" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Core" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Core.Yaml" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Generation" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Generation.AspNetCore" version="13.2.1" targetFramework="net461" />
<package id="NSwag.Generation.WebApi" version="13.2.1" targetFramework="net461" />
<package id="NSwag.SwaggerGeneration" version="12.3.1" targetFramework="net461" />
<package id="NSwag.SwaggerGeneration.AspNetCore" version="12.3.1" targetFramework="net461" />
<package id="NSwag.SwaggerGeneration.WebApi" version="12.3.1" targetFramework="net461" />
Expand Down

0 comments on commit 6fe1eee

Please sign in to comment.