Skip to content

Commit

Permalink
Use license file instead of expression
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Jul 10, 2019
1 parent 8d0c59b commit a36a6c1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion RedStar.Amounts.JsonNet/RedStar.Amounts.JsonNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>MIT.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
Expand All @@ -28,4 +29,10 @@
<ItemGroup>
<ProjectReference Include="..\RedStar.Amounts\RedStar.Amounts.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\MIT.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageLicenseExpression>CPOL-1.02</PackageLicenseExpression>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RedStar.Amounts\RedStar.Amounts.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\CPOL.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
9 changes: 8 additions & 1 deletion RedStar.Amounts/RedStar.Amounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<PackageLicenseExpression>CPOL-1.02</PackageLicenseExpression>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Include="..\CPOL.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit a36a6c1

Please sign in to comment.