Skip to content

Commit

Permalink
Fix to remove dependency on 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschmitt committed Feb 9, 2015
1 parent 870c239 commit 1a12b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RelativeNumber/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,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.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
3 changes: 1 addition & 2 deletions RelativeNumber/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 Id="RelativeNumber.Microsoft.b75ccaea-70c1-475c-9cb7-ddb84ea9d43c" Version="1.4.0" Language="en-US" Publisher="Brian Schmitt" />
<Identity Id="RelativeNumber.Microsoft.b75ccaea-70c1-475c-9cb7-ddb84ea9d43c" Version="1.4.1" Language="en-US" Publisher="Brian Schmitt" />
<DisplayName>Relative Number</DisplayName>
<Description xml:space="preserve">Displays the line number relative to the line with the cursor on it. It allows you to make quick vertical movements. </Description>
<MoreInfo>https://github.com/brianschmitt/relativenumber</MoreInfo>
Expand All @@ -16,7 +16,6 @@
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.Ultimate" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
Expand Down

0 comments on commit 1a12b94

Please sign in to comment.