Skip to content

Commit

Permalink
Included XML documentation in NuGet package. Bump to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompazourek committed Nov 18, 2017
1 parent d4c084b commit 07ec20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_build:
- dotnet restore

environment:
base_version: '1.3.0'
base_version: '1.3.1'
version_suffix: ''

version: $(base_version).{build}$(version_suffix)
Expand Down
1 change: 1 addition & 0 deletions src/Rationals/Rationals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Rational sum = left + right; // equals to: 3 / 4
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/tompazourek/Rationals/releases</PackageReleaseNotes>
<PackageId>Rationals</PackageId>
<DocumentationFile>/bin/$(Configuration)/Rationals.xml</DocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit 07ec20d

Please sign in to comment.