WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 20de079

Browse files
author
Priyan Vaithilingam
committed
Updating assembly information
1 parent 9931c91 commit 20de079

File tree

7 files changed

+38
-27
lines changed

7 files changed

+38
-27
lines changed

src/VisualStudio/CodeTalk/CodeTalk.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,16 @@
140140
</None>
141141
</ItemGroup>
142142
<ItemGroup>
143+
<Content Include="CodeTalk.ico">
144+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
145+
<IncludeInVSIX>true</IncludeInVSIX>
146+
</Content>
143147
<Content Include="index.html" />
144148
<Content Include="Resources\AboutCommand.png" />
145-
<Content Include="Resources\CodeTalk.png" />
149+
<Content Include="Resources\CodeTalk.png">
150+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
151+
<IncludeInVSIX>true</IncludeInVSIX>
152+
</Content>
146153
<Content Include="Resources\CodeTalkOptionsCommand.png" />
147154
<Content Include="UI\Resources\GetSummaryToolWindowCommand.png" />
148155
<Content Include="UI\Resources\TalkpointToolWindowCommand.png" />
66.1 KB
Binary file not shown.

src/VisualStudio/CodeTalk/IEnvironmentOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public interface IEnvironmentOperations
5757
string GetActiveDocumentPath();
5858

5959
/// <summary>
60-
/// Method to get the code text of the actuve document
60+
/// Method to get the code text of the active document
6161
/// </summary>
6262
/// <returns></returns>
6363
string GetActiveDocumentCode();

src/VisualStudio/CodeTalk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.0.0.0")]
33-
[assembly: AssemblyFileVersion("1.0.0.0")]
32+
[assembly: AssemblyVersion("0.8.0.0")]
33+
[assembly: AssemblyFileVersion("0.8.0.0")]
66.1 KB
Binary file not shown.
-352 KB
Binary file not shown.
Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
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="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="1.0" Language="en-US" Publisher="MICROSOFT" />
5-
<DisplayName>CodeTalk</DisplayName>
6-
<Description xml:space="preserve">Improving VS AccessibilityImprMaking </Description>
7-
</Metadata>
8-
<Installation>
9-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
10-
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
11-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" />
12-
</Installation>
13-
<Dependencies>
14-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
15-
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
16-
</Dependencies>
17-
<Assets>
18-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
19-
</Assets>
20-
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
22-
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" />
23-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
24-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
25-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="0.8" Language="en-US" Publisher="MICROSOFT" />
5+
<DisplayName>CodeTalk</DisplayName>
6+
<Description xml:space="preserve">Improving IDE Accessibility</Description>
7+
<MoreInfo>https://github.com/Microsoft/CodeTalk</MoreInfo>
8+
<Icon>CodeTalk.ico</Icon>
9+
<PreviewImage>CodeTalk.ico</PreviewImage>
10+
<Tags>accessibility</Tags>
11+
</Metadata>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
14+
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
15+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" />
16+
</Installation>
17+
<Dependencies>
18+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
19+
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
20+
</Dependencies>
21+
<Assets>
22+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
23+
</Assets>
24+
<Prerequisites>
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
26+
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" />
27+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
28+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
29+
</Prerequisites>
2630
</PackageManifest>

0 commit comments

Comments
 (0)