Skip to content

Commit c0241fb

Browse files
committed
fix: Add small fixes
1 parent e764afb commit c0241fb

File tree

7 files changed

+202
-223
lines changed

7 files changed

+202
-223
lines changed

src/Unchase.OpenAPI.Connectedservice.Shared/Unchase.OpenAPI.Connectedservice.Shared.projitems

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@
6868
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6969
</Content>
7070
<Content Include="$(MSBuildThisFileDirectory)Resources\NewBug.png">
71-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
71+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
7272
</Content>
73-
<Content Include="$(MSBuildThisFileDirectory)Resources\preview_200x200.png">
73+
<Content Include="$(MSBuildThisFileDirectory)Resources\preview_200x200.png" />
74+
<Resource Include="$(MSBuildThisFileDirectory)Resources\preview_200x200.png">
7475
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
75-
</Content>
76+
</Resource>
7677
</ItemGroup>
7778
<ItemGroup>
7879
<None Include="$(MSBuildThisFileDirectory)Commands\OpenWithNSwagStudioCommandPackage.vsct" />

src/Unchase.OpenAPI.Connectedservice.Shared/Views/ConfigOpenApiEndpoint.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Margin="5,5,10,5"
4343
HorizontalAlignment="Right"
4444
Click="ReportABugButton_Click">
45-
<TextBlock Text="!" />
45+
<TextBox Text="!" />
4646
</Button>
4747
</DockPanel>
4848
</DockPanel>

src/Unchase.OpenAPI.Connectedservice.VS22/Unchase.OpenAPI.Connectedservice.VS22.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<ItemGroup>
106106
<Content Include="EULA.txt">
107107
<IncludeInVSIX>true</IncludeInVSIX>
108-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
109108
</Content>
110109
<None Include="Resources\preview_200x200.png" />
111110
</ItemGroup>
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
<?xml version="1.0" ?>
22
<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">
3-
<Metadata>
4-
<Identity Id="Unchase.OpenAPI.Connectedservice.63199638-6211-4285-ba8f-75b1f0326c2b" Version="1.7.0" Language="en-US" Publisher="Unchase" />
5-
<DisplayName>Unchase OpenAPI (Swagger) Connected Service VS2022</DisplayName>
6-
<Description xml:space="preserve">Connected service for Visual Studio 2022 to generate OpenAPI (Swagger) web service reference.</Description>
7-
<MoreInfo>https://github.com/unchase/Unchase.OpenAPI.Connectedservice</MoreInfo>
8-
<License>EULA.txt</License>
9-
<GettingStartedGuide>https://github.com/unchase/Unchase.OpenAPI.Connectedservice/blob/master/README.md</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/unchase/Unchase.OpenAPI.Connectedservice/blob/master/CHANGELOG.md</ReleaseNotes>
11-
<Icon>Shared\Resources\logo_128x128.png</Icon>
12-
<PreviewImage>Shared\Resources\preview_200x200.png</PreviewImage>
13-
<Tags>OpenAPI, Swagger, REST API, OAS, OAI, Web API, .NET Core, HttpClient, Swashbuckle, NSwag, NSwagStudio, Code Generation, Scaffolding, Connected Service</Tags>
14-
</Metadata>
15-
<Installation>
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
17-
<ProductArchitecture>amd64</ProductArchitecture>
18-
</InstallationTarget>
19-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
20-
<ProductArchitecture>amd64</ProductArchitecture>
21-
</InstallationTarget>
22-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
23-
<ProductArchitecture>amd64</ProductArchitecture>
24-
</InstallationTarget>
25-
</Installation>
26-
<Dependencies>
27-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
28-
<Dependency d:Source="Installed" Id="ConnectedServices.897486C9-63BD-48D3-8A33-CB770FBD0723" DisplayName="Microsoft Connected Services" Version="[2.0,)" />
29-
</Dependencies>
30-
<Prerequisites>
31-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
32-
</Prerequisites>
33-
<Assets>
34-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
35-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
36-
</Assets>
3+
<Metadata>
4+
<Identity Id="Unchase.OpenAPI.Connectedservice.63199638-6211-4285-ba8f-75b1f0326c2b" Version="1.7.0" Language="en-US" Publisher="Unchase" />
5+
<DisplayName>Unchase OpenAPI (Swagger) Connected Service VS2022</DisplayName>
6+
<Description xml:space="preserve">Connected service for Visual Studio 2022 to generate OpenAPI (Swagger) web service reference.</Description>
7+
<MoreInfo>https://github.com/unchase/Unchase.OpenAPI.Connectedservice</MoreInfo>
8+
<License>EULA.txt</License>
9+
<GettingStartedGuide>https://github.com/unchase/Unchase.OpenAPI.Connectedservice/blob/master/README.md</GettingStartedGuide>
10+
<ReleaseNotes>https://github.com/unchase/Unchase.OpenAPI.Connectedservice/blob/master/CHANGELOG.md</ReleaseNotes>
11+
<Icon>Shared\Resources\logo_128x128.png</Icon>
12+
<PreviewImage>Shared\Resources\preview_200x200.png</PreviewImage>
13+
<Tags>OpenAPI, Swagger, REST API, OAS, OAI, Web API, .NET Core, HttpClient, Swashbuckle, NSwag, NSwagStudio, Code Generation, Scaffolding, Connected Service</Tags>
14+
</Metadata>
15+
<Installation>
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
17+
<ProductArchitecture>amd64</ProductArchitecture>
18+
</InstallationTarget>
19+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
20+
<ProductArchitecture>amd64</ProductArchitecture>
21+
</InstallationTarget>
22+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
23+
<ProductArchitecture>amd64</ProductArchitecture>
24+
</InstallationTarget>
25+
</Installation>
26+
<Dependencies>
27+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
28+
<Dependency d:Source="Installed" Id="ConnectedServices.897486C9-63BD-48D3-8A33-CB770FBD0723" DisplayName="Microsoft Connected Services" Version="[2.0,)" />
29+
</Dependencies>
30+
<Prerequisites>
31+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
32+
</Prerequisites>
33+
<Assets>
34+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
35+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
36+
</Assets>
3737
</PackageManifest>

src/Unchase.OpenAPI.Connectedservice/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
</resheader>
120120
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121121
<data name="preview_200x200" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\..\Unchase.OpenAPI.Connectedservice.Shared\Resources\preview_200x200.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
122+
<value>..\Resources\preview_200x200.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124124
</root>
16.9 KB
Loading

0 commit comments

Comments
 (0)