Skip to content

Commit

Permalink
- updating build # for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Jul 13, 2024
1 parent e2f92b6 commit 38d227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scintilla.NET/Scintilla.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{22AE2386-60F1-476E-9303-61CDB0AAC4CF}</ProjectGuid>
<TargetFrameworks>net462;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net47;net6.0-windows</TargetFrameworks>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>Source Editing Component based on Scintilla 5 series.</Description>
<Copyright>Copyright (c) Jacob Slusser 2018, VPKSoft, cyber960 2022, desjarlais 2023.</Copyright>
<Version>5.5.1</Version>
<Version>5.5.2</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 38d227d

Please sign in to comment.