Skip to content

Commit c765c0d

Browse files
committed
Forgot to change version
Will have to create a script for this manual process
1 parent 5dc6059 commit c765c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MSBuild.NugetContentRestore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MSBuild.NugetContentRestore</id>
5-
<version>0.1.4</version>
5+
<version>0.1.5</version>
66
<authors>Francisco Lopez</authors>
77
<owners>Francisco Lopez</owners>
88
<projectUrl>https://github.com/panchilo/MSBuild.NugetContentRestore</projectUrl>

MSBuild.NugetContentRestore.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<NugetContentRestorePath>$(SolutionDir)\packages\MSBuild.NugetContentRestore.0.1.3\build\net40\</NugetContentRestorePath>
5+
<NugetContentRestorePath>$(SolutionDir)\packages\MSBuild.NugetContentRestore.0.1.5\build\net40\</NugetContentRestorePath>
66
<NugetContentRestoreLib>$(NugetContentRestorePath)\MSBuild.NugetContentRestore.dll</NugetContentRestoreLib>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)