Skip to content

Commit

Permalink
Updated assembly info for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jan 23, 2017
1 parent f9e00f1 commit facb303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// 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("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyInformationalVersion("3.0.1.0-dev")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0")]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="3.0.1" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="4.0.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>Mouse Fast Scroll</DisplayName>
<Description>Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/MouseFastScroll</MoreInfo>
<License>LICENSE.txt</License>
<!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
<!--<GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.MouseFastScroll</GettingStartedGuide>-->
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/v3.0.1</ReleaseNotes>
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.0.0</ReleaseNotes>
<!--<Icon></Icon>-->
<!--<PreviewImage></PreviewImage>-->
<Tags>mouse, scroll, zoom</Tags>
Expand Down

0 comments on commit facb303

Please sign in to comment.