Skip to content

Commit

Permalink
Generate Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Mar 10, 2019
1 parent 938925b commit 4918cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PullToRefresh/PullToRefresh.Standard/PullToRefresh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Ensure you call PullToRefreshLayoutRenderer.Init() on each platform!
Built against: 3.6.0.220655
</Description>
<Copyright>Copyright 2018</Copyright>
<Copyright>Copyright 2019</Copyright>
<RepositoryUrl>https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout</RepositoryUrl>
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout </PackageReleaseNotes>

Expand All @@ -40,6 +40,7 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 4918cf1

Please sign in to comment.