Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
roc916 committed May 25, 2022
1 parent a92452e commit 66bda8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Copyright (c) Essensoft and Contributors</Copyright>
<Authors>Essensoft</Authors>
<Product>Paylink</Product>
<Version>4.0.10</Version>
<Version>4.0.12</Version>
<NoWarn>$(NoWarn);CS1591;CS1570</NoWarn>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/essensoft/paylink</PackageProjectUrl>
Expand All @@ -14,14 +14,13 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Paylink.snk</AssemblyOriginatorKeyFile>
<!-- Include symbol files (*.pdb) in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<SystemTextJsonPackageVersion>6.0.1</SystemTextJsonPackageVersion>
<SystemTextJsonPackageVersion>6.0.4</SystemTextJsonPackageVersion>
<MicrosoftExtensionsHttpPackageVersion>6.0.0</MicrosoftExtensionsHttpPackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 66bda8a

Please sign in to comment.