summaryrefslogtreecommitdiffstats
path: root/nuget/nuget.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-21 20:24:44 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-21 20:24:44 -0700
commit93c8240d358a7ec4a27acbd082052853f9d389c0 (patch)
tree57e6f9578e121ef8e2cd78628daeefb280ba921b /nuget/nuget.proj
parentc87dfa52a5109cd6242f6475251bd441a1d44948 (diff)
downloadDotNetOpenAuth-93c8240d358a7ec4a27acbd082052853f9d389c0.zip
DotNetOpenAuth-93c8240d358a7ec4a27acbd082052853f9d389c0.tar.gz
DotNetOpenAuth-93c8240d358a7ec4a27acbd082052853f9d389c0.tar.bz2
Switched the roles of the DotNetOpenAuth.Ultimate and DotNetOpenAuth NuGet packages.
DotNetOpenAuth.Ultimate is now the monolithic assembly. DotNetOpenAuth is now the collection of all DNOA packages.
Diffstat (limited to 'nuget/nuget.proj')
-rw-r--r--nuget/nuget.proj4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuget/nuget.proj b/nuget/nuget.proj
index 3e507b9..220deaa 100644
--- a/nuget/nuget.proj
+++ b/nuget/nuget.proj
@@ -51,10 +51,10 @@
<Target Name="Build" DependsOnTargets="BuildIntermediates">
<ItemGroup>
- <NuGetPackages Include="*.nuspec" Exclude="DotNetOpenAuth.Ultimate.nuspec">
+ <NuGetPackages Include="*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>
</NuGetPackages>
- <NuGetPackages Include="DotNetOpenAuth.Ultimate.nuspec" />
+ <NuGetPackages Include="DotNetOpenAuth.nuspec" />
<NuGetProperties Include="version=$(NuGetPackageVersion)" />
<NuGetProperties Include="oauth2version=$(OAuth2PackagesVersion)" />