Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Aug 18, 2015
1 parent 50de3f4 commit c3341ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.2")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyVersionAttribute("0.5.3")]
[assembly: AssemblyFileVersionAttribute("0.5.3")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.5.2";
internal const string Version = "0.5.3";
}
}
2 changes: 1 addition & 1 deletion src/Paket.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Paket.VisualStudio">
<Name>Paket for Visual Studio</Name>
<Author>Igal Tabachnik</Author>
<Version>0.5.2</Version>
<Version>0.5.3</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 c3341ba

Please sign in to comment.