File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ before_build:
1414build :
1515 project : src/Simplify.Web.Json.sln
1616 publish_nuget : true
17+ use_snupkg_format : true
1718 parallel : true
1819 verbosity : minimal
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments