Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunnink committed Feb 5, 2024
1 parent b2bd8ee commit d7242e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/L5Sharp.Core/L5Sharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Title>L5Sharp</Title>
<Authors>Timothy Nunnink</Authors>
<Version>0.19.3</Version>
<AssemblyVersion>0.19.3</AssemblyVersion>
<FileVersion>0.19.3.0</FileVersion>
<Version>0.19.4</Version>
<AssemblyVersion>0.19.4</AssemblyVersion>
<FileVersion>0.19.4.0</FileVersion>
<Description>A library for intuitively interacting with Rockwell's L5X import/export files.</Description>
<RepositoryUrl>https://github.com/tnunnink/L5Sharp</RepositoryUrl>
<PackageTags>csharp allen-bradely l5x logix plc-programming rockwell-automation logix5000</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!--<PackageIcon>icon.png</PackageIcon>-->
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Added some equivalency methods to the LogixElement.cs and LogixType.cs to allow checks against entire XML structure..</PackageReleaseNotes>
<PackageReleaseNotes>Bug fix to the LogixParser.cs TryParse</PackageReleaseNotes>
<Copyright>Copyright (c) Timothy Nunnink 2022</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>L5Sharp</PackageId>
Expand Down

0 comments on commit d7242e4

Please sign in to comment.