This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
forked from alphaleonis/AlphaFS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AlphaFS.nuspec
39 lines (39 loc) · 2.58 KB
/
AlphaFS.nuspec
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AlphaFS</id>
<version>2.1.0.0</version>
<title>AlphaFS</title>
<authors>Peter Palotas,Jeffrey Jangli,Alexandr Normuradov</authors>
<owners>Peter Palotas</owners>
<licenseUrl>https://github.com/alphaleonis/AlphaFS/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://alphafs.alphaleonis.com/</projectUrl>
<iconUrl>http://alphaleonis.com/img/AlphaFS-icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes. Features highlights: creating hardlinks, accessing hidden volumes, enumeration of volumes, transactional file operations and much more.</description>
<releaseNotes>Many bugfixes and new features.</releaseNotes>
<copyright>Copyright (C) 2008-2015 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov</copyright>
<tags>Win32, Filesystem</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.Transactions" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\Release\net35\AlphaFS.dll" target="lib\net35\AlphaFS.dll" />
<file src="bin\Release\net35\AlphaFS.pdb" target="lib\net35\AlphaFS.pdb" />
<file src="bin\Release\net35\AlphaFS.XML" target="lib\net35\AlphaFS.xml" />
<file src="bin\Release\net40\AlphaFS.dll" target="lib\net40\AlphaFS.dll" />
<file src="bin\Release\net40\AlphaFS.pdb" target="lib\net40\AlphaFS.pdb" />
<file src="bin\Release\net40\AlphaFS.XML" target="lib\net40\AlphaFS.xml" />
<file src="bin\Release\net45\AlphaFS.dll" target="lib\net45\AlphaFS.dll" />
<file src="bin\Release\net45\AlphaFS.pdb" target="lib\net45\AlphaFS.pdb" />
<file src="bin\Release\net45\AlphaFS.XML" target="lib\net45\AlphaFS.xml" />
<file src="bin\Release\net451\AlphaFS.dll" target="lib\net451\AlphaFS.dll" />
<file src="bin\Release\net451\AlphaFS.pdb" target="lib\net451\AlphaFS.pdb" />
<file src="bin\Release\net451\AlphaFS.XML" target="lib\net451\AlphaFS.xml" />
<file src="bin\Release\net452\AlphaFS.dll" target="lib\net452\AlphaFS.dll" />
<file src="bin\Release\net452\AlphaFS.pdb" target="lib\net452\AlphaFS.pdb" />
<file src="bin\Release\net452\AlphaFS.XML" target="lib\net452\AlphaFS.xml" />
</files>
</package>