Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed May 25, 2015
1 parent 43f2550 commit 143c2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Paket.VisualStudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[assembly: AssemblyTitleAttribute("Paket.VisualStudio")]
[assembly: AssemblyProductAttribute("Paket.VisualStudio")]
[assembly: AssemblyDescriptionAttribute("Manage your Paket dependencies from Visual Studio!")]
[assembly: AssemblyVersionAttribute("0.4.0")]
[assembly: AssemblyFileVersionAttribute("0.4.0")]
[assembly: AssemblyVersionAttribute("0.4.1")]
[assembly: AssemblyFileVersionAttribute("0.4.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.4.0";
internal const string Version = "0.4.1";
}
}
4 changes: 2 additions & 2 deletions src/Paket.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?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="Paket.VisualStudio">
<Name>Paket for Visual Studio</Name>
<Author>Igal Tabachnik</Author>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Description xml:space="preserve">Manage your Paket dependencies from Visual Studio!</Description>
<Locale>1033</Locale>
<License>License.txt</License>
Expand Down

0 comments on commit 143c2be

Please sign in to comment.