|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>netstandard2.0;netcoreapp2.0;netcoreapp2.1;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472</TargetFrameworks> |
| 5 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
5 | 6 | <RootNamespace>XmlAbstraction</RootNamespace> |
6 | 7 | <AssemblyName>XmlAbstraction</AssemblyName> |
7 | 8 | <LangVersion>latest</LangVersion> |
8 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 9 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
9 | 10 | <Authors>AraHaan</Authors> |
10 | 11 | <Company /> |
11 | | - <Version>1.1.0</Version> |
| 12 | + <Version>1.1.1</Version> |
12 | 13 | <Description>A library that contains a System.Xml and System.Xml.Linq abstraction class.</Description> |
13 | 14 | <Copyright>Copyright 2018</Copyright> |
14 | 15 | <PackageTags>XML</PackageTags> |
15 | 16 | <RepositoryType>git</RepositoryType> |
16 | 17 | <RepositoryUrl>https://github.com/AraHaan/XmlAbstraction/</RepositoryUrl> |
17 | 18 | <PackageProjectUrl>https://github.com/AraHaan/XmlAbstraction/</PackageProjectUrl> |
18 | 19 | <PackageLicenseUrl>https://github.com/AraHaan/XmlAbstraction/blob/master/LICENSE</PackageLicenseUrl> |
19 | | - <PackageReleaseNotes>A breaking change removing IDisposable from XmlObject.</PackageReleaseNotes> |
| 20 | + <PackageReleaseNotes>Fixed issue causing documentation files to not get included in the package.</PackageReleaseNotes> |
20 | 21 | <PublishDocumentationFile>true</PublishDocumentationFile> |
21 | 22 | </PropertyGroup> |
22 | 23 |
|
|
99 | 100 |
|
100 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
101 | 102 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
102 | | - <DocumentationFile>bin\Any CPU\Debug\XmlAbstraction.xml</DocumentationFile> |
103 | 103 | <OutputPath>bin\Any CPU\Debug\</OutputPath> |
104 | 104 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
105 | 105 | <WarningsAsErrors>NU1605</WarningsAsErrors> |
|
112 | 112 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
113 | 113 | <WarningsAsErrors /> |
114 | 114 | <OutputPath>bin\Any CPU\Release\</OutputPath> |
115 | | - <DocumentationFile>bin\Any CPU\Release\$(TargetFramework)\XmlAbstraction.xml</DocumentationFile> |
116 | 115 | <ErrorReport>send</ErrorReport> |
117 | 116 | <DebugType>full</DebugType> |
118 | 117 | <DebugSymbols>true</DebugSymbols> |
|
0 commit comments