Skip to content

Commit

Permalink
Fix xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Oct 7, 2016
1 parent c76fb33 commit f2e62e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New in 0.1.2

* Fix xmldoc (Bad name in zip and absent in nuget)

### New in 0.1.1

* NuGet package dependency bugfix
Expand Down
6 changes: 3 additions & 3 deletions src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<OutputPath>$(MSBuildThisFileDirectory)/../../artifacts/bin/$(MSBuildProjectName)/$(Configuration)</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>$(OutputPath)/MasterOfFoo.XML</DocumentationFile>
<DocumentationFile>$(OutputPath)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -31,7 +31,7 @@
<OutputPath>$(MSBuildThisFileDirectory)/../../artifacts/bin/$(MSBuildProjectName)/$(Configuration)</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>$(OutputPath)/MasterOfFoo.XML</DocumentationFile>
<DocumentationFile>$(OutputPath)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)/../../artifacts/obj/$(MSBuildProjectName)/</BaseIntermediateOutputPath>
Expand Down Expand Up @@ -139,4 +139,4 @@
</ItemGroup>
</When>
</Choose>
</Project>
</Project>

0 comments on commit f2e62e5

Please sign in to comment.