Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
OAuth2 NuGet packages no longer version separately.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 27, 2012
1 parent 449d42c commit 9ef84d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions nuget/nuget.proj
Expand Up @@ -68,20 +68,16 @@
<Target Name="Build" DependsOnTargets="BuildIntermediates" Returns="@(NuGetPackages)">
<ItemGroup>
<NuGetProperties Include="version=$(NuGetPackageVersion)" />
<NuGetProperties Include="oauth2version=$(OAuth2PackagesVersion)" />
<NuGetProperties Include="oauth2version=$(NuGetPackageVersion)" />
<NuGetProperties Include="OutputPath35=$(OutputPath35)" />
<NuGetProperties Include="OutputPath40=$(OutputPath40)" />
<NuGetProperties Include="OutputPath45=$(OutputPath45)" />
<NuGetProperties Include="IntermediatePath=$(IntermediatePath40)" />

<NuGetSpecifications Include="*.nuspec" Exclude="*oauth2*.nuspec;DotNetOpenAuth.nuspec">
<NuGetSpecifications Include="*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>
<PackageVersion>$(NuGetPackageVersion)</PackageVersion>
</NuGetSpecifications>
<NuGetSpecifications Include="*oauth2*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>
<PackageVersion>$(OAuth2PackagesVersion)</PackageVersion>
</NuGetSpecifications>
<NuGetSpecifications Include="DotNetOpenAuth.nuspec">
<PackageVersion>$(NuGetPackageVersion)</PackageVersion>
</NuGetSpecifications>
Expand Down
1 change: 0 additions & 1 deletion src/version.txt
@@ -1,3 +1,2 @@
4.2.0
-beta
0.26.0-draft1
1 change: 0 additions & 1 deletion tools/DotNetOpenAuth.Versioning.targets
Expand Up @@ -18,7 +18,6 @@
<Output TaskParameter="SimpleVersion" PropertyName="BuildVersionSimple" />
<Output TaskParameter="PrereleaseVersion" PropertyName="PrereleaseVersion" />
<Output TaskParameter="MajorMinorVersion" PropertyName="MajorMinorVersion" />
<Output TaskParameter="OAuth2PackagesVersion" PropertyName="OAuth2PackagesVersion" />
<Output TaskParameter="GitCommitId" PropertyName="GitCommitId" />
<Output TaskParameter="BuildNumber" PropertyName="BuildNumber" />
</GetBuildVersion>
Expand Down

0 comments on commit 9ef84d5

Please sign in to comment.