Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeksema authored Feb 14, 2024
2 parents 33cffd3 + 5174fac commit e312380
Showing 1 changed file with 19 additions and 27 deletions.
46 changes: 19 additions & 27 deletions source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
<Project>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>ToBeObtained.snk</AssemblyOriginatorKeyFile> <!-- obtainde during publish from secrets -->
</PropertyGroup>

<PropertyGroup>
<PackageLicense>LICENSE</PackageLicense>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Owner>Rex Morgan; Handlebars-Net</Owner>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>9</LangVersion>
</PropertyGroup>

<PropertyGroup>
<NoWarn>1591;1574;1584;1658</NoWarn>
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\LICENSE">
<Visible>false</Visible>
<Pack>true</Pack>
<PackagePath>.</PackagePath>
</Content>
</ItemGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>ToBeObtained.snk</AssemblyOriginatorKeyFile> <!-- obtained during publish from secrets -->
</PropertyGroup>

<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Owner>Rex Morgan; Handlebars-Net</Owner>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>9</LangVersion>
</PropertyGroup>

<PropertyGroup>
<NoWarn>1591;1574;1584;1658</NoWarn>
</PropertyGroup>
</Project>

0 comments on commit e312380

Please sign in to comment.