Skip to content

Commit

Permalink
Add XML documentation files to output packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin van der Merwe authored and jonorossi committed Oct 9, 2017
1 parent 26ad75d commit f267c1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Castle.Core/Castle.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PublicSign Condition="'$(OS)'=='Unix'">true</PublicSign>
<FrameworkPathOverride Condition="'$(OS)'=='Unix'">$(NuGetPackageFolders)microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\</FrameworkPathOverride>
<PackageTags>castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender</PackageTags>
<DocumentationFile>$(OutputPath)Castle.Core.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PublicSign Condition="'$(OS)'=='Unix'">true</PublicSign>
<FrameworkPathOverride Condition="'$(OS)'=='Unix'">$(NuGetPackageFolders)microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\</FrameworkPathOverride>
<PackageTags>castle logging NLog</PackageTags>
<DocumentationFile>$(OutputPath)Castle.Services.Logging.NLogIntegration.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PublicSign Condition="'$(OS)'=='Unix'">true</PublicSign>
<FrameworkPathOverride Condition="'$(OS)'=='Unix'">$(NuGetPackageFolders)microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\</FrameworkPathOverride>
<PackageTags>castle logging serilog</PackageTags>
<DocumentationFile>$(OutputPath)Castle.Services.Logging.SerilogIntegration.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PublicSign Condition="'$(OS)'=='Unix'">true</PublicSign>
<FrameworkPathOverride Condition="'$(OS)'=='Unix'">$(NuGetPackageFolders)microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\</FrameworkPathOverride>
<PackageTags>castle logging log4net</PackageTags>
<DocumentationFile>$(OutputPath)Castle.Services.Logging.log4netIntegration.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net35'OR'$(TargetFramework)'=='net40'OR'$(TargetFramework)'=='net45'">
Expand Down

0 comments on commit f267c1d

Please sign in to comment.