Skip to content

Commit

Permalink
(chocolatey#21) Generate Assembly Information
Browse files Browse the repository at this point in the history
Remove setting from csproj that was preventing the built DLLs from
being appropriately tagged.
  • Loading branch information
corbob committed May 18, 2022
1 parent 2678410 commit fd06db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rhino.Licensing/Rhino.Licensing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageId>Rhino.Licensing</PackageId>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DefineConstants>LIBLOG_PROVIDERS_ONLY</DefineConstants>
<LangVersion>8.0</LangVersion>
Expand Down

0 comments on commit fd06db2

Please # to comment.