Skip to content

Commit

Permalink
Fixed bug with satellite assemblies not getting added to the project …
Browse files Browse the repository at this point in the history
…output directory and matching scintilla.net version to the nuget package.
  • Loading branch information
desjarlais committed Dec 7, 2023
1 parent fcf6838 commit 4911944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 57 deletions.
5 changes: 4 additions & 1 deletion Scintilla.NET/Scintilla.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<Description>Source Editing Component based on Scintilla 5 series.</Description>
<Copyright>Copyright (c) 2018, Jacob Slusser. All rights reserved. VPKSoft, cyber960 2022, desjarlais 2023.</Copyright>
<Version>5.3.3.5</Version>
<Version>5.3.3.6</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\$(Configuration)\ScintillaNET.xml</DocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
Expand Down Expand Up @@ -174,4 +174,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Remove="..\native\scintilla.net.targets" />
</ItemGroup>
</Project>
56 changes: 0 additions & 56 deletions Scintilla.NET/StrongNamedAssembly.ps1

This file was deleted.

0 comments on commit 4911944

Please sign in to comment.