Skip to content

Commit b06f1a1

Browse files
author
Regan, James
committed
Renamed the targets output file
I didn't follow the standard naming convention and NuGet complained. Fixed now
1 parent 6477a02 commit b06f1a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LessMsbuildTasks.1.0.0.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>LessMsbuildTasks</id>
5-
<version>1.0.9</version>
5+
<version>1.0.9.1</version>
66
<title>.Less Msbuild Tasks</title>
77
<authors>James</authors>
88
<owners />
@@ -13,7 +13,7 @@
1313
</metadata>
1414
<files>
1515
<file src="tools\**\*.*" target="tools\"/>
16-
<file src="nugetBuild\LessCompiler.targets" target="build\LessCompiler.targets"/>
16+
<file src="nugetBuild\LessCompiler.targets" target="build\LessMsbuildTasks.targets"/>
1717
<file src="tools\less\bin\lessc" target="tools\less\bin\lessc"/>
1818
<file src="readme.txt" target="" />
1919
</files>

LessMsbuildTasks.1.0.9.1.nupkg

3.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)