forked from alphaleonis/AlphaFS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlphaFS.nuspec
More file actions
27 lines (27 loc) · 1.73 KB
/
AlphaFS.nuspec
File metadata and controls
27 lines (27 loc) · 1.73 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
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>System.Native.IO</id>
<version>2.1.0.1</version>
<title>System.Native.IO</title>
<authors>Peter Palotas,Jeffrey Jangli,Alexandr Normuradov</authors>
<owners>Peter Palotas</owners>
<licenseUrl>https://github.com/alphaleonis/System.Native.IO/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/AlenPelin/System.Native.IO</projectUrl>
<iconUrl>http://alphaleonis.com/img/System.Native.IO-icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>System.Native.IO is a fork of the AlphaFS .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\net40\System.Native.IO.dll" target="lib\net40\System.Native.IO.dll" />
<file src="bin\Release\net40\System.Native.IO.pdb" target="lib\net40\System.Native.IO.pdb" />
<file src="bin\Release\net40\System.Native.IO.XML" target="lib\net40\System.Native.IO.xml" />
</files>
</package>