diff --git a/Install/Variables.wxi b/Install/Variables.wxi index beff292..46da919 100644 --- a/Install/Variables.wxi +++ b/Install/Variables.wxi @@ -1,6 +1,6 @@ - + diff --git a/VS/Package/source.extension.vsixmanifest b/VS/Package/source.extension.vsixmanifest index 8890e0f..bb7032b 100644 --- a/VS/Package/source.extension.vsixmanifest +++ b/VS/Package/source.extension.vsixmanifest @@ -2,7 +2,7 @@ - 2.4.4 + 2.4.5 NuBuild Project System NuBuild NuGet build framework and project templates @@ -48,7 +48,7 @@ xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> NuBuild Project System diff --git a/VS/ProjectTemplate/NuProj/NuProj.csproj b/VS/ProjectTemplate/NuProj/NuProj.csproj index e7d91cf..b924115 100644 --- a/VS/ProjectTemplate/NuProj/NuProj.csproj +++ b/VS/ProjectTemplate/NuProj/NuProj.csproj @@ -15,7 +15,7 @@ true true false - 2.4.4 + 2.4.5 false diff --git a/Version.cs b/Version.cs index 76a1cc6..9f890e9 100644 --- a/Version.cs +++ b/Version.cs @@ -21,5 +21,5 @@ // System References using System.Reflection; // Project References -[assembly:AssemblyVersion("2.4.4.0")] -[assembly:AssemblyInformationalVersion("2.4.4")] +[assembly:AssemblyVersion("2.4.5.0")] +[assembly:AssemblyInformationalVersion("2.4.5")]