Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
- Updated incorrect link in nuspec.
Browse files Browse the repository at this point in the history
- Revision number in versions updated.
  • Loading branch information
alphaleonis committed Jan 16, 2015
1 parent ae55995 commit e2ea90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AlphaFS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AlphaFS</id>
<version>2.0.0.0</version>
<version>2.0.0.1</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>
<projectUrl>http://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>
Expand Down
2 changes: 1 addition & 1 deletion AlphaFS/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[assembly: AssemblyTrademark("")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.1")]
[assembly: AssemblyInformationalVersion("2.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]

0 comments on commit e2ea90c

Please sign in to comment.