Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafin-spotware-com committed Nov 23, 2021
1 parent ddcc629 commit 9ee9b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ExpandRegions.Vsix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 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("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
7 changes: 4 additions & 3 deletions ExpandRegions.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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="ExpandRegions.Vsix.90cb2ed3-1821-4565-abb0-b06c86b2946e" Version="1.0.1" Language="en-US" Publisher="Rustam Safin" />
<Identity Id="ExpandRegions.Vsix.90cb2ed3-1821-4565-abb0-b06c86b2946e" Version="1.0.2" Language="en-US" Publisher="Rustam Safin" />
<DisplayName>ExpandRegions</DisplayName>
<Description xml:space="preserve">This extension expands all regions in C# and Visual Basic when a file is opened.</Description>
<MoreInfo>https://github.com/Snegovikufa/ExpandRegions</MoreInfo>
<License>license.txt</License>
<Icon>expand.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[15.0,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down

0 comments on commit 9ee9b98

Please sign in to comment.