Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Aug 28, 2014
1 parent a6336ec commit a98e3dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions GitDiffMargin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("GitDiffMargin")]
[assembly: AssemblyDescription("A margin extension to the Visual Studio Editor which displays the git diff.")]
[assembly: AssemblyTitle("Git Diff Margin")]
[assembly: AssemblyDescription("Git Diff Margin displays live changes of the currently edited file on Visual Studio 2013 margin and scroll bar.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Laurent Kempé")]
[assembly: AssemblyProduct("GitDiffMargin")]
[assembly: AssemblyProduct("Git Diff Margin")]
[assembly: AssemblyCopyright("Laurent Kempé")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -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.3.9.2")]
[assembly: AssemblyFileVersion("1.3.9.2")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
6 changes: 3 additions & 3 deletions GitDiffMargin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e">
<Name>Git Diff Margin</Name>
<Name>Git Diff Margin 2013</Name>
<Author>Laurent Kempé</Author>
<Version>1.3.9.2</Version>
<Description xml:space="preserve">A margin extension to the Visual Studio Editor which displays the git diff.</Description>
<Version>2.0.0.0</Version>
<Description xml:space="preserve">Git Diff Margin displays live changes of the currently edited file on Visual Studio 2013 margin and scroll bar.</Description>
<MoreInfoUrl>https://github.com/laurentkempe/GitDiffMargin</MoreInfoUrl>
<ReleaseNotes>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</ReleaseNotes>
<Locale>1033</Locale>
Expand Down

0 comments on commit a98e3dd

Please sign in to comment.