Skip to content

Commit

Permalink
package license
Browse files Browse the repository at this point in the history
  • Loading branch information
zabbius committed Aug 25, 2020
1 parent d2e5017 commit 2c83730
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Refasmer/Refasmer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<PackageId>JetBrains.Refasmer</PackageId>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Title>JetBrains :: Refasmer — strip assembly to public API</Title>
<Authors>JetBrains</Authors>
<Description>JetBrains :: Refasmer — strip assembly to public API</Description>
<Copyright>JetBrains</Copyright>
<Copyright>Copyright © JetBrains 2020</Copyright>
<PackageProjectUrl>https://github.com/JetBrains/Refasmer</PackageProjectUrl>
<RepositoryUrl>https://github.com/JetBrains/Refasmer</RepositoryUrl>
<PackageVersion>1.0.0$(VERSION_POSTFIX)</PackageVersion>
<PackageLicense>https://github.com/JetBrains/Refasmer/blob/master/LICENSE</PackageLicense>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="2.10.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.3" />
Expand Down

0 comments on commit 2c83730

Please sign in to comment.