forked from sstronin/MethodDecorator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMethodDecorator.Fody.nuspec
More file actions
25 lines (25 loc) · 1.05 KB
/
MethodDecorator.Fody.nuspec
File metadata and controls
25 lines (25 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package >
<metadata>
<id>MethodDecorator.Fody</id>
<version>0.9.0.7</version>
<title>MethodDecorator.Fody</title>
<authors>Alexey Suvorov</authors>
<owners>Alexey Suvorov</owners>
<projectUrl>https://github.com/alexeysuvorov/MethodDecorator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/Fody/MethodDecorator </description>
<copyright>Copyright Alexey Suvorov 2015</copyright>
<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=""/>
<file src="install.ps1" target="Tools" />
<file src="uninstall.ps1" target="Tools" />
<file src="Fody_ToBeDeleted.txt" target="Content" />
</files>
</package>