diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-05-01 08:51:13 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-05-01 08:51:13 -0700 |
commit | fa7356deb5d07f7ae3fbf0c2a2d887d380371f04 (patch) | |
tree | 402454ac7e3c5784fff8a549ffc22510c1314544 /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | |
parent | 01d8c73f818d30b20f86630d35d230b5168215d1 (diff) | |
parent | d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb (diff) | |
download | DotNetOpenAuth-fa7356deb5d07f7ae3fbf0c2a2d887d380371f04.zip DotNetOpenAuth-fa7356deb5d07f7ae3fbf0c2a2d887d380371f04.tar.gz DotNetOpenAuth-fa7356deb5d07f7ae3fbf0c2a2d887d380371f04.tar.bz2 |
Merge branch 'v4.0'
Conflicts:
nuget/DotNetOpenAuth.AspNet.nuspec
nuget/DotNetOpenAuth.Core.UI.nuspec
nuget/DotNetOpenAuth.Core.nuspec
nuget/DotNetOpenAuth.InfoCard.UI.nuspec
nuget/DotNetOpenAuth.InfoCard.nuspec
nuget/DotNetOpenAuth.OAuth.Common.nuspec
nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
nuget/DotNetOpenAuth.OAuth.nuspec
nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
nuget/DotNetOpenAuth.OAuth2.Client.nuspec
nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
nuget/DotNetOpenAuth.OAuth2.nuspec
nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec
nuget/DotNetOpenAuth.OpenId.Provider.nuspec
nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec
nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
nuget/DotNetOpenAuth.OpenId.UI.nuspec
nuget/DotNetOpenAuth.OpenId.nuspec
nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
nuget/nuget.proj
src/version.txt
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec index eb02ce5..5abf338 100644 --- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.OAuth.ServiceProvider</id> + <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1.0(a) Service Provider</title> <authors>Andrew Arnott</authors> @@ -21,18 +21,19 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\" /> - <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net45-full\" /> + <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" /> + <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net40-full\" /> - <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net45-full\" /> + <file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\" /> - <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net45-full\" /> + <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> - <file src="..\src\DotNetOpenAuth.OAuth.ServiceProvider\**\*.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 |