diff --git a/src/VisualStudio/CodeTalk/CodeTalk.csproj b/src/VisualStudio/CodeTalk/CodeTalk.csproj index f87237e..26b9309 100644 --- a/src/VisualStudio/CodeTalk/CodeTalk.csproj +++ b/src/VisualStudio/CodeTalk/CodeTalk.csproj @@ -140,9 +140,16 @@ + + Always + true + - + + Always + true + diff --git a/src/VisualStudio/CodeTalk/CodeTalk.ico b/src/VisualStudio/CodeTalk/CodeTalk.ico new file mode 100644 index 0000000..20593f9 Binary files /dev/null and b/src/VisualStudio/CodeTalk/CodeTalk.ico differ diff --git a/src/VisualStudio/CodeTalk/IEnvironmentOperations.cs b/src/VisualStudio/CodeTalk/IEnvironmentOperations.cs index 8719bde..aad7ec4 100644 --- a/src/VisualStudio/CodeTalk/IEnvironmentOperations.cs +++ b/src/VisualStudio/CodeTalk/IEnvironmentOperations.cs @@ -57,7 +57,7 @@ namespace Microsoft.CodeTalk string GetActiveDocumentPath(); /// - /// Method to get the code text of the actuve document + /// Method to get the code text of the active document /// /// string GetActiveDocumentCode(); diff --git a/src/VisualStudio/CodeTalk/Properties/AssemblyInfo.cs b/src/VisualStudio/CodeTalk/Properties/AssemblyInfo.cs index 49af2f7..417eb8a 100644 --- a/src/VisualStudio/CodeTalk/Properties/AssemblyInfo.cs +++ b/src/VisualStudio/CodeTalk/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")] diff --git a/src/VisualStudio/CodeTalk/Resources/CodeTalk.ico b/src/VisualStudio/CodeTalk/Resources/CodeTalk.ico new file mode 100644 index 0000000..20593f9 Binary files /dev/null and b/src/VisualStudio/CodeTalk/Resources/CodeTalk.ico differ diff --git a/src/VisualStudio/CodeTalk/Resources/TalkCodePackage.ico b/src/VisualStudio/CodeTalk/Resources/TalkCodePackage.ico index d323b07..20593f9 100644 Binary files a/src/VisualStudio/CodeTalk/Resources/TalkCodePackage.ico and b/src/VisualStudio/CodeTalk/Resources/TalkCodePackage.ico differ diff --git a/src/VisualStudio/CodeTalk/source.extension.vsixmanifest b/src/VisualStudio/CodeTalk/source.extension.vsixmanifest index 8055989..d9671c3 100644 --- a/src/VisualStudio/CodeTalk/source.extension.vsixmanifest +++ b/src/VisualStudio/CodeTalk/source.extension.vsixmanifest @@ -1,26 +1,30 @@  - - - CodeTalk - Improving VS AccessibilityImprMaking - - - - - - - - - - - - - - - - - - - + + + CodeTalk + Improving IDE Accessibility + https://github.com/Microsoft/CodeTalk + CodeTalk.ico + CodeTalk.ico + accessibility + + + + + + + + + + + + + + + + + + +