mirror of https://github.com/Squidex/squidex.git
5 changed files with 19 additions and 1 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
tTFEibLh222u4a7SJ+I4zCkfPRBRF4mHF446OSRQtILNZ2tH0Te/rSM7MCt1FzvLAy5KeNlZHfwdlS+AJZDa6w== |
|||
@ -0,0 +1,17 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
|||
<metadata> |
|||
<id>Fody</id> |
|||
<version>2.3.24</version> |
|||
<authors>Simon Cropp</authors> |
|||
<owners>Simon Cropp</owners> |
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|||
<developmentDependency>true</developmentDependency> |
|||
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl> |
|||
<projectUrl>http://github.com/Fody/Fody</projectUrl> |
|||
<iconUrl>https://raw.github.com/Fody/Fody/master/package_icon.png</iconUrl> |
|||
<description>Extensible tool for weaving .net assemblies.</description> |
|||
<copyright></copyright> |
|||
<tags>ILWeaving, Fody, Cecil, AOP</tags> |
|||
</metadata> |
|||
</package> |
|||
Loading…
Reference in new issue