11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3- <metadata >
4- <id >MethodCache.Fody</id >
5- <version >1.5.1-alpha1 </version >
6- <title >MethodCache.Fody</title >
7- <authors >Christopher Dresel</authors >
8- <owners >Christopher Dresel</owners >
9- <licenseUrl >http://www.opensource.org/licenses/mit-license.php</licenseUrl >
10- <projectUrl >http://github.com/Dresel/MethodCache</projectUrl >
11- <requireLicenseAcceptance >false</requireLicenseAcceptance >
12- <description >A method and property caching Fody addin.</description >
13- <summary />
14- <language >en-US</language >
15- <tags >ILWeaving, Fody, Cecil, Caching</tags >
16- <dependencies >
17- <dependency id =" Fody" />
18- </dependencies >
19- </metadata >
20- <files >
3+ <metadata >
4+ <id >MethodCache.Fody</id >
5+ <version >1.5.1</version >
6+ <title >MethodCache.Fody</title >
7+ <authors >Christopher Dresel</authors >
8+ <owners >Christopher Dresel</owners >
9+ <licenseUrl >http://www.opensource.org/licenses/mit-license.php</licenseUrl >
10+ <projectUrl >http://github.com/Dresel/MethodCache</projectUrl >
11+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12+ <description >A method and property caching Fody addin.</description >
13+ <summary />
14+ <language >en-US</language >
15+ <tags >ILWeaving, Fody, Cecil, Caching</tags >
16+ <dependencies >
17+ <dependency id =" Fody" />
18+ </dependencies >
19+ </metadata >
20+ <files >
2121 <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\net20\MethodCache.Attributes.dll" />
2222 <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\net35\MethodCache.Attributes.dll" />
2323 <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\net40\MethodCache.Attributes.dll" />
2424 <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\dotnet\MethodCache.Attributes.dll" />
2525 <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\MethodCache.Attributes.dll" />
26- <file src =" tools\install.ps1" target =" tools\install.ps1" />
27- <file src =" tools\uninstall.ps1" target =" tools\uninstall.ps1" />
28- <file src =" readme.txt" target =" " />
29- <file src =" input\lib\MethodCache.Fody.dll" target =" MethodCache.Fody.dll" />
30- </files >
26+ <file src =" tools\install.ps1" target =" tools\install.ps1" />
27+ <file src =" tools\uninstall.ps1" target =" tools\uninstall.ps1" />
28+ <file src =" readme.txt" target =" " />
29+ <file src =" input\lib\MethodCache.Fody.dll" target =" MethodCache.Fody.dll" />
30+ </files >
3131</package >
0 commit comments