Skip to content

Commit

Permalink
Add packaging info
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Sep 7, 2017
1 parent 6b903ac commit 02559ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Mono.Cecil.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<OutputPath>$(BuildDirectory)\bin\$(Configuration)\</OutputPath>
<MSBuildCSharpTargets>$(MSBuildToolsPath)\Microsoft.CSharp.targets</MSBuildCSharpTargets>
<NetStandard Condition=" $(Configuration.StartsWith('netstandard')) Or '$(NuGetRestoreTargets)' != '' ">true</NetStandard>
<NetStandard Condition=" '$(NetStandard)' == '' ">false</NetStandard>
<NetStandard Condition=" '$(NetStandard)' == '' ">false</NetStandard>
</PropertyGroup>
<PropertyGroup Condition=" $(Configuration.Contains('Debug')) ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -45,6 +45,12 @@
<PropertyGroup Condition="'$(NetStandard)' == 'true'">
<TargetFrameworks Condition="'$(IsTestProject)' == 'true'">net462;netcoreapp1.1</TargetFrameworks>
<TargetFramework Condition="'$(IsTestProject)' != 'true'">netstandard1.3</TargetFramework>
<!-- Common NuGet package settings -->
<PackageVersion>0.10.0.0-beta6</PackageVersion>
<Language>en-US</Language>
<LicenseUrl>http://opensource.org/licenses/mit-license.php</LicenseUrl>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<ProjectUrl>http://github.com/jbevain/cecil/</ProjectUrl>
</PropertyGroup>
<Import Project="NetStandard.props" Condition="'$(NetStandard)' == 'true'" />
<!-- Shared References -->
Expand Down
8 changes: 8 additions & 0 deletions symbols/pdb.windows/Mono.Cecil.WindowsPdb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<AssemblyName>Mono.Cecil.WindowsPdb</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
<Description>Mono.Cecil symbol provider for Windows PDBs</Description>
<PackageReleaseNotes>Mono.Cecil symbol provider for Windows PDBs</PackageReleaseNotes>
<PackageTags>Mono.Cecil symbol provider Windows PDBs</PackageTags>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Mono.Cecil.csproj">
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
Expand Down

0 comments on commit 02559ed

Please sign in to comment.