Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jul 4, 2016
1 parent dea5619 commit 35e6603
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NuSpecs/Humanizer.xproj.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="3.4">
<id>Humanizer.xproj</id>
<version>$version$</version>
<title>Humanizer XProj Workaround</title>
<authors>Mehdi Khalili, Oren Novotny</authors>
<owners>Mehdi Khalili, onovotny</owners>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<iconUrl>https://raw.github.com/Humanizr/Humanizer/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer for XProj with a workaround for https://github.com/dotnet/cli/issues/3396</description>
<copyright>Copyright 2012-2016</copyright>
<licenseUrl>https://raw.githubusercontent.com/Humanizr/Humanizer/master/LICENSE</licenseUrl>
<language>en</language>
<dependencies>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\**\*.*" exclude="**\*.srcsrv;**\*.CodeAnalysisLog.xml;**\*.lastcodeanalysissucceeded" target="lib\netstandard1.0" />
</files>
</package>

0 comments on commit 35e6603

Please sign in to comment.