Skip to content

Commit

Permalink
build: Update dependencies: add support for "Microsoft.OpenApi.OData …
Browse files Browse the repository at this point in the history
…v1.0.8"
  • Loading branch information
unchase committed May 7, 2021
1 parent c4163dc commit 15b7879
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

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.5.22 `(2021-05-07)`

- [x] Update dependencies: add support for [Microsoft.OpenApi.OData v1.0.8](https://www.nuget.org/packages/Microsoft.OpenApi.OData/1.0.8)

## v1.5.21 `(2021-04-28)`

- [x] Update dependencies: update System.Text.Encodings.Web to v4.7.2
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.5.21")]
[assembly: AssemblyFileVersion("1.5.21.0")]
[assembly: AssemblyVersion("1.5.22")]
[assembly: AssemblyFileVersion("1.5.22.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 2 additions & 2 deletions src/Unchase.OpenAPI.ConnectedService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@
<Reference Include="Microsoft.OpenApi, Version=1.2.2.0, Culture=neutral, PublicKeyToken=3f5743946376f042, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.OpenApi.1.2.2\lib\net46\Microsoft.OpenApi.dll</HintPath>
</Reference>
<Reference Include="Microsoft.OpenApi.OData.Reader, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.OpenApi.OData.1.0.7\lib\netstandard2.0\Microsoft.OpenApi.OData.Reader.dll</HintPath>
<Reference Include="Microsoft.OpenApi.OData.Reader, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.OpenApi.OData.1.0.8\lib\netstandard2.0\Microsoft.OpenApi.OData.Reader.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.VisualStudio.ComponentModelHost.15.8.525\lib\net46\Microsoft.VisualStudio.ComponentModelHost.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<package id="Microsoft.NETCore.Platforms" version="3.0.0" targetFramework="net461" />
<package id="Microsoft.OData.Edm" version="7.6.1" targetFramework="net461" />
<package id="Microsoft.OpenApi" version="1.2.2" targetFramework="net461" />
<package id="Microsoft.OpenApi.OData" version="1.0.7" targetFramework="net461" />
<package id="Microsoft.OpenApi.OData" version="1.0.8" targetFramework="net461" />
<package id="Microsoft.VisualStudio.ComponentModelHost" version="15.8.525" targetFramework="net461" />
<package id="Microsoft.VisualStudio.ConnectedServices" version="15.3.47" targetFramework="net461" />
<package id="Microsoft.VisualStudio.CoreUtility" version="15.6.27740" targetFramework="net472" />
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Unchase.Openapi.ConnectedService.63199638-6211-4285-ba8f-75b1f0326c2a" Version="1.5.21" Language="en-US" Publisher="Unchase" />
<Identity Id="Unchase.Openapi.ConnectedService.63199638-6211-4285-ba8f-75b1f0326c2a" Version="1.5.22" Language="en-US" Publisher="Unchase" />
<DisplayName>Unchase OpenAPI (Swagger) Connected Service</DisplayName>
<Description xml:space="preserve">Connected service for Visual Studio to generate OpenAPI (Swagger) web service reference.</Description>
<MoreInfo>https://github.com/unchase/Unchase.OpenAPI.Connectedservice</MoreInfo>
Expand Down

0 comments on commit 15b7879

Please sign in to comment.