File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed
MSBuild.NugetContentRestore.Tasks/Properties Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ MSBuild.NugetContentRestore.Tasks/obj/
33Output /
44* .nupkg
55* .suo
6- * .user
6+ * .user
7+ build.bat
Original file line number Diff line number Diff line change 1313// The following GUID is for the ID of the typelib if this project is exposed to COM
1414[ assembly: Guid ( "1d75b795-214e-43cf-87ad-c34a814c2e57" ) ]
1515
16- [ assembly: AssemblyVersion ( "0.1.3 .0" ) ]
17- [ assembly: AssemblyFileVersion ( "0.1.3 .0" ) ]
16+ [ assembly: AssemblyVersion ( "0.1.6 .0" ) ]
17+ [ assembly: AssemblyFileVersion ( "0.1.6 .0" ) ]
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >MSBuild.NugetContentRestore</id >
5- <version >0.1.5 </version >
5+ <version >0.1.6 </version >
66 <authors >Francisco Lopez</authors >
77 <owners >Francisco Lopez</owners >
88 <projectUrl >https://github.com/panchilo/MSBuild.NugetContentRestore</projectUrl >
99 <licenseUrl >https://github.com/panchilo/MSBuild.NugetContentRestore#license</licenseUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1111 <description >MSBuild task to restore Nuget content files to project folder</description >
12- <releaseNotes >Added install.ps1 and uninstall.ps1 to automatically add BeforeBuild Target with NugetContentRestoreTask.</releaseNotes >
12+ <releaseNotes >
13+ * 0.1.6
14+ - fix #5: Error in importing task if SolutionDir parameter not available.
15+ * 0.1.5
16+ - add #3: install.ps1 and uninstall.ps1 to automatically add BeforeBuild Target with NugetContentRestoreTask.
17+ * 0.1.3
18+ - Initial release
19+ </releaseNotes >
1320 <copyright >Copyright 2014, Francisco Lopez</copyright >
1421 <tags >nuget content restore msbuild task</tags >
1522 </metadata >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
4- <PropertyGroup >
5- <NugetContentRestorePath >$(SolutionDir)\packages\MSBuild.NugetContentRestore.0.1.5\build\net40\</NugetContentRestorePath >
6- <NugetContentRestoreLib >$(NugetContentRestorePath)\MSBuild.NugetContentRestore.dll</NugetContentRestoreLib >
7- </PropertyGroup >
8-
9- <UsingTask AssemblyFile =" $(NugetContentRestoreLib)" TaskName =" NugetContentRestoreTask" />
4+ <UsingTask AssemblyFile =" MSBuild.NugetContentRestore.dll" TaskName =" NugetContentRestoreTask" />
105
116</Project >
Original file line number Diff line number Diff line change 11MSBuild.NugetContentRestore README
22==================================
33
4- Congratulations! MSBuild.NugetContentRestore is now installed to your project.
4+ Congratulations! MSBuild.NugetContentRestore is now installed in your project.
55A reference to NugetContentRestoreTask has been added to your project.
6- Starting on version v.0.1.4, MSBuild.NugetContentRestore also took care of
6+ Starting on version v.0.1.4, MSBuild.NugetContentRestore also takes care of
77creating 'BeforeBuild' Target with NugetContentRestoreTask in it.
88
99All NuGet Packages Content Folders will be copied to your project folder right
10- before is built.
10+ before it's built.
1111
1212Enjoy!
You can’t perform that action at this time.
0 commit comments