Skip to content

Commit

Permalink
- bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Apr 4, 2024
1 parent 6d34cbe commit 18d3b74
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,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{22AE2386-60F1-476E-9303-61CDB0AAC4CF}</ProjectGuid>
<TargetFrameworks>net45;net6-windows;net7-windows;net8-windows</TargetFrameworks>
<TargetFrameworks>net45;net6-windows;net8-windows</TargetFrameworks>
<AssemblyTitle>ScintillaNET</AssemblyTitle>
<Company>Jacob Slusser, VPKSoft, cyber960, desjarlais</Company>
<Product>Scintilla.NET</Product>
<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.17</Version>
<Version>5.3.3.18</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\$(Configuration)\ScintillaNET.xml</DocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 18d3b74

Please sign in to comment.