Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed May 15, 2015
1 parent f6b8024 commit 2a694fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Install/Variables.wxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductVersion = "2.4.4" ?>
<?define ProductVersion = "2.4.5" ?>
<?define ProductName="NuBuild Project System" ?>
<?define ProductManufacturer="NuBuild" ?>
<?define ProductDescription="NuGet build framework and project templates" ?>
Expand Down
4 changes: 2 additions & 2 deletions VS/Package/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Vsix Version="1.0.0"
xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="d4cda160-3cb8-4614-a9ed-f845cb2ddc64">
<Version>2.4.4</Version>
<Version>2.4.5</Version>
<Name>NuBuild Project System</Name>
<Author>NuBuild</Author>
<Description xml:space="preserve">NuGet build framework and project templates</Description>
Expand Down Expand Up @@ -48,7 +48,7 @@
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="d4cda160-3cb8-4614-a9ed-f845cb2ddc64"
Version="2.4.4"
Version="2.4.5"
Publisher="NuBuild"
Language="en-US" />
<DisplayName>NuBuild Project System</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion VS/ProjectTemplate/NuProj/NuProj.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NuBuildAutoGenerateDependencies>true</NuBuildAutoGenerateDependencies>
<NuBuildLimitMajorVersionOfDependencies>true</NuBuildLimitMajorVersionOfDependencies>
<NuBuildAddExecutablesToLibFolder>false</NuBuildAddExecutablesToLibFolder>
<NuBuildToolVersion>2.4.4</NuBuildToolVersion>
<NuBuildToolVersion>2.4.5</NuBuildToolVersion>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down
4 changes: 2 additions & 2 deletions Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 2a694fa

Please sign in to comment.