diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.AspNet.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.AspNet.nuspec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nuget/DotNetOpenAuth.AspNet.nuspec b/nuget/DotNetOpenAuth.AspNet.nuspec index 3d08145..ef68ebb 100644 --- a/nuget/DotNetOpenAuth.AspNet.nuspec +++ b/nuget/DotNetOpenAuth.AspNet.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.AspNet</id> + <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth extensions for ASP.NET (WebPages)</title> <authors>Microsoft</authors> @@ -21,10 +21,11 @@ </dependencies> </metadata> <files> - <file src="$OutputPath40$signed\DotNetOpenAuth.AspNet.dll" target="lib\net40-full\DotNetOpenAuth.AspNet.dll" /> - <file src="$OutputPath40$DotNetOpenAuth.AspNet.pdb" target="lib\net40-full\DotNetOpenAuth.AspNet.pdb" /> - <file src="$OutputPath40$DotNetOpenAuth.AspNet.xml" target="lib\net40-full\DotNetOpenAuth.AspNet.xml" /> + <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" /> + <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> + <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" /> - <file src="..\src\DotNetOpenAuth.AspNet\**\*.cs" target="src" /> + <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> + <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> </files> </package>
\ No newline at end of file |