Skip to content

Commit

Permalink
v15: Upped version
Browse files Browse the repository at this point in the history
zooba committed Jun 21, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent de73308 commit b83e292
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IndentGuidePackage.cs
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@

namespace IndentGuide {
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "15 (Beta 4)", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "15", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)]
[ProvideOptionPage(typeof(DisplayOptions), "IndentGuide", "Display", 110, 120, false)]
[ProvideOptionPage(typeof(BehaviorOptions), "IndentGuide", "Behavior\\QuickSet", 110, 130, false)]
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Steve Dower")]
[assembly: AssemblyProduct("Indent Guides")]
[assembly: AssemblyCopyright(2015 Steve Dower")]
[assembly: AssemblyCopyright(2016 Steve Dower")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@@ -30,8 +30,8 @@
// 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("14.9.3.0")]
[assembly: AssemblyFileVersion("14.9.3.0")]
[assembly: AssemblyVersion("15.0.0.0")]
[assembly: AssemblyFileVersion("15.0.0.0")]
[assembly: NeutralResourcesLanguageAttribute("")]

[assembly: InternalsVisibleTo("IndentGuide.UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001009fc5b07f49b544f0d729bb030f1631fec4e9dd327ab6de35b3138704b17021dcb9a14fda522647c0afc893303439d4a1fa14d5fc2b795a10315ccc340ce28a67c94d30f2171e49b570cb9f59f6084a19b15df015060e3ab758ac2563f795891c27ac3798ca4f651d7f2ecf67371f1882dde6389c7c52b6e5770fe776680726b7")]
2 changes: 1 addition & 1 deletion 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 Publisher="Steve Dower" Version="14.9.3.0" Id="IndentGuide.SteveDower.0a67eb97-becd-451f-aa29-851d9fe5dd2b" Language="en-US" />
<Identity Publisher="Steve Dower" Version="15.0.0.0" Id="IndentGuide.SteveDower.0a67eb97-becd-451f-aa29-851d9fe5dd2b" Language="en-US" />
<DisplayName>Indent Guides</DisplayName>
<Description xml:space="preserve">Adds vertical lines at each indent level.</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30</MoreInfo>

0 comments on commit b83e292

Please sign in to comment.