Skip to content

Commit 061eeec

Browse files
committed
Symbol package support
1 parent e21f649 commit 061eeec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ before_build:
1414
build:
1515
project: src/Simplify.Web.Json.sln
1616
publish_nuget: true
17+
use_snupkg_format: true
1718
parallel: true
1819
verbosity: minimal

src/Simplify.Web.Json/Simplify.Web.Json.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@
77
<Product>Simplify</Product>
88
<Description>Simplify.Web JSON controller response and model binder</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>2.0.2</Version>
10+
<Version>2.1.1</Version>
1111
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Json</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
13-
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Json</RepositoryUrl>
14-
<RepositoryType>GIT</RepositoryType>
13+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1514
<PackageTags>Simplify.Web JSON</PackageTags>
1615
<PackageReleaseNotes>
1716
Updates
1817
* Upgrade to Simplify.Web 4.1.1
1918
</PackageReleaseNotes>
2019
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
20+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2123
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Json.xml</DocumentationFile>
2224
</PropertyGroup>
2325
<ItemGroup>

0 commit comments

Comments
 (0)