Skip to content

Commit

Permalink
Bump Scintilla5.NET from 5.6.0 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [Scintilla5.NET](https://github.com/desjarlais/Scintilla.NET) from 5.6.0 to 5.6.2.
- [Release notes](https://github.com/desjarlais/Scintilla.NET/releases)
- [Commits](desjarlais/Scintilla.NET@v5.6.0...v5.6.2)

---
updated-dependencies:
- dependency-name: Scintilla5.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent cd2e65e commit 6c07d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TestLexer/ScintillaLexers.NET.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<PackageReference Include="Scintilla5.NET" Version="5.6.0" />
<PackageReference Include="Scintilla5.NET" Version="5.6.2" />
<ProjectReference Include="..\VPKSoft.ScintillaLexers.NET\ScintillaLexers.NET.csproj" />
<Compile Update="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
Expand Down
2 changes: 1 addition & 1 deletion VPKSoft.ScintillaLexers.NET/ScintillaLexers.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Scintilla5.NET" Version="5.6.0" />
<PackageReference Include="Scintilla5.NET" Version="5.6.2" />
</ItemGroup>
</Project>

0 comments on commit 6c07d62

Please sign in to comment.