Skip to content

Commit

Permalink
Bump Scintilla5.NET from 5.5.1 to 5.6.0
Browse files Browse the repository at this point in the history
Bumps Scintilla5.NET from 5.5.1 to 5.6.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 2457149 commit db5d26e
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.5.1" />
<PackageReference Include="Scintilla5.NET" Version="5.6.0" />
<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.5.1" />
<PackageReference Include="Scintilla5.NET" Version="5.6.0" />
</ItemGroup>
</Project>

0 comments on commit db5d26e

Please sign in to comment.