Skip to content

Commit

Permalink
Packed LICENSE and README.md within the nupkg (see: NuGet/Home#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaufauvre committed Jan 15, 2019
1 parent d6b400b commit 360d4e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@
<TargetFramework>netstandard1.3</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Mastercard.Developer.OAuth1Signer.Core</Authors>
<Company>Mastercard Worldwide</Company>
<PackageLicenseUrl>https://github.com/Mastercard/oauth1-signer-csharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<DocumentationFile>README.md</DocumentationFile>
<PackageProjectUrl>https://github.com/Mastercard/oauth1-signer-csharp</PackageProjectUrl>
<PackageReleaseNotes>See: https://github.com/Mastercard/oauth1-signer-csharp/releases</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Mastercard/oauth1-signer-csharp</RepositoryUrl>
<Description>Zero dependency library for generating a Mastercard API compliant OAuth signature</Description>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Mastercard.Developer.OAuth1Signer.Tests</_Parameter1>
<None Include="../LICENSE" Pack="true" PackagePath=""/>
<None Include="../README.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Mastercard.Developer.OAuth1Signer.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Mastercard Worldwide</Company>
<Version>1.1.0</Version>
<Product>Mastercard.Developer.OAuth1Signer.RestSharp</Product>
<PackageLicenseUrl>https://github.com/Mastercard/oauth1-signer-csharp/blob/master/LICENSE</PackageLicenseUrl>
<Company>Mastercard Worldwide</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<DocumentationFile>README.md</DocumentationFile>
<PackageProjectUrl>https://github.com/Mastercard/oauth1-signer-csharp</PackageProjectUrl>
<PackageReleaseNotes>See: https://github.com/Mastercard/oauth1-signer-csharp/releases</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Mastercard/oauth1-signer-csharp</RepositoryUrl>
<Description>Zero dependency library for generating a Mastercard API compliant OAuth signature</Description>
</PropertyGroup>

<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath=""/>
<None Include="../README.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="4.0.6" /> <!-- Minimum version, inclusive -->
</ItemGroup>
Expand Down

0 comments on commit 360d4e8

Please sign in to comment.