Skip to content

Commit

Permalink
Bump version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 13, 2016
1 parent 8de8890 commit 3ee5374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Paket.VisualStudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyTitleAttribute("Paket.VisualStudio")]
[assembly: AssemblyProductAttribute("Paket.VisualStudio")]
[assembly: AssemblyDescriptionAttribute("Manage your Paket dependencies from Visual Studio!")]
[assembly: AssemblyVersionAttribute("0.26.0")]
[assembly: AssemblyFileVersionAttribute("0.26.0")]
[assembly: AssemblyVersionAttribute("0.27.0")]
[assembly: AssemblyFileVersionAttribute("0.27.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.26.0";
internal const string InformationalVersion = "0.26.0";
internal const string Version = "0.27.0";
internal const string InformationalVersion = "0.27.0";
}
}
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.26.0</Version>
<Version>0.27.0</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 3ee5374

Please sign in to comment.