forked from Fody/MethodDecorator
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMethodDecorator.Fody.nuspec
More file actions
22 lines (22 loc) · 986 Bytes
/
MethodDecorator.Fody.nuspec
File metadata and controls
22 lines (22 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>MethodDecorator.Fody</id>
<version>0.9.0.7</version>
<title>MethodDecorator.Fody</title>
<authors>Simon Cropp, Matt Ellis, Alexey Suvorov, Andy Hoyle, Tony (@megafinz), and contributors</authors>
<owners>Rami Abughazaleh</owners>
<projectUrl>https://github.com/Fody/MethodDecorator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fody add-in to decorate arbitrary methods to run code before and after invocation.</description>
<iconUrl>https://raw.github.com/Fody/MethodDecorator/master/Icons/package_icon.png</iconUrl>
<tags>ILWeaving Fody AOP</tags>
<dependencies>
<dependency id="Fody" version="2.0" />
</dependencies>
</metadata>
<files>
<file src="MethodDecorator.Fody\bin\Release\MethodDecorator.Fody.dll" target="" />
<file src="MethodDecoratorInterfaces\bin\Release\MethodDecoratorInterfaces.dll" target=""/>
</files>
</package>