Skip to content

Commit

Permalink
Forgot to change version
Browse files Browse the repository at this point in the history
Will have to create a script for this manual process
  • Loading branch information
panchilo committed Sep 15, 2014
1 parent 5dc6059 commit c765c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MSBuild.NugetContentRestore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>MSBuild.NugetContentRestore</id>
<version>0.1.4</version>
<version>0.1.5</version>
<authors>Francisco Lopez</authors>
<owners>Francisco Lopez</owners>
<projectUrl>https://github.com/panchilo/MSBuild.NugetContentRestore</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion MSBuild.NugetContentRestore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<NugetContentRestorePath>$(SolutionDir)\packages\MSBuild.NugetContentRestore.0.1.3\build\net40\</NugetContentRestorePath>
<NugetContentRestorePath>$(SolutionDir)\packages\MSBuild.NugetContentRestore.0.1.5\build\net40\</NugetContentRestorePath>
<NugetContentRestoreLib>$(NugetContentRestorePath)\MSBuild.NugetContentRestore.dll</NugetContentRestoreLib>
</PropertyGroup>

Expand Down

0 comments on commit c765c0d

Please sign in to comment.