|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
2 |
| -<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
3 |
| - <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
4 |
| - <id>Cake.DotNetTool.Module</id> |
5 |
| - <version>0.0.0</version> |
6 |
| - <authors>gep13</authors> |
7 |
| - <owners>gep13, cake-contrib</owners> |
8 |
| - <description>Cake DotNetTool Module.</description> |
9 |
| - <summary>Cake Module that extends Cake with ability to install tools using dotnet cli.</summary> |
10 |
| - <licenseUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/blob/master/LICENSE</licenseUrl> |
11 |
| - <projectUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/</projectUrl> |
12 |
| - <iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl> |
13 |
| - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
14 |
| - <copyright>Copyright (c) Cake Contributions 2016 - Present</copyright> |
15 |
| - <tags>Cake, Script, Build, DotNetTool, Module</tags> |
16 |
| - </metadata> |
17 |
| - <files> |
18 |
| - <file src="netstandard2.0\Cake.DotNetTool.Module.dll" target="lib/netstandard2.0" /> |
19 |
| - <file src="netstandard2.0\Cake.DotNetTool.Module.pdb" target="lib/netstandard2.0" /> |
20 |
| - <file src="netstandard2.0\Cake.DotNetTool.Module.xml" target="lib/netstandard2.0" /> |
21 |
| - </files> |
22 |
| -</package> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| 3 | + <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 4 | + <id>Cake.DotNetTool.Module</id> |
| 5 | + <version>0.0.0</version> |
| 6 | + <authors>gep13</authors> |
| 7 | + <owners>gep13, cake-contrib</owners> |
| 8 | + <description>Cake DotNetTool Module.</description> |
| 9 | + <summary>Cake Module that extends Cake with ability to install tools using dotnet cli.</summary> |
| 10 | + <licenseUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/blob/master/LICENSE</licenseUrl> |
| 11 | + <projectUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/</projectUrl> |
| 12 | + <iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</iconUrl> |
| 13 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 14 | + <copyright>Copyright (c) Cake Contributions 2016 - Present</copyright> |
| 15 | + <tags>Cake, Script, Build, DotNetTool, Module</tags> |
| 16 | + </metadata> |
| 17 | + <files> |
| 18 | + <file src="netstandard2.0\Cake.DotNetTool.Module.dll" target="lib/netstandard2.0" /> |
| 19 | + <file src="netstandard2.0\Cake.DotNetTool.Module.pdb" target="lib/netstandard2.0" /> |
| 20 | + <file src="netstandard2.0\Cake.DotNetTool.Module.xml" target="lib/netstandard2.0" /> |
| 21 | + </files> |
| 22 | +</package> |
0 commit comments