Skip to content

Commit

Permalink
fix: Try to fix #61 again
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Oct 22, 2021
1 parent 1dbbe11 commit 40179bb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.6. `(2021-10-21)`
## v1.6.7 `(2021-10-22)`

- [x] Another fix [issue #61](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/61)

## v1.6.6 `(2021-10-21)`

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

Expand Down
Binary file added src/Newtonsoft.Json.dll
Binary file not shown.
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.6.6")]
[assembly: AssemblyFileVersion("1.6.5.0")]
[assembly: AssemblyVersion("1.6.7")]
[assembly: AssemblyFileVersion("1.6.7.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 4 additions & 0 deletions src/Unchase.OpenAPI.ConnectedService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@
</VSCTCompile>
<Content Include="Commands\Resources\OpenWithNSwagStudioCommandPackage.ico" />
<Content Include="Commands\Resources\OpenWithNSwagStudioCommand.png" />
<Content Include="Newtonsoft.Json.dll">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\EULA.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
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.6.6" Language="en-US" Publisher="Unchase" />
<Identity Id="Unchase.Openapi.ConnectedService.63199638-6211-4285-ba8f-75b1f0326c2a" Version="1.6.7" 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 40179bb

Please sign in to comment.