Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 372dd01

Browse files
committed
Set NuGet version to 1.5.1
1 parent 00ca225 commit 372dd01

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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

Comments
 (0)