From 6c5e427653e97b32a0552f29583e0b0ab2acf94c Mon Sep 17 00:00:00 2001 From: johnpuksta Date: Sat, 27 Jun 2026 22:01:38 -0400 Subject: [PATCH 1/2] Centralize version to Directory.Build.props --- Directory.Build.props | 5 +++++ src/L5Sharp.Catalog/L5Sharp.Catalog.csproj | 1 - src/L5Sharp.Core/L5Sharp.Core.csproj | 1 - src/L5Sharp.Gateway/L5Sharp.Gateway.csproj | 1 - src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj | 1 - src/L5Sharp.Generators/L5Sharp.Generators.csproj | 1 - 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..019cc123 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + 7.6.2 + + diff --git a/src/L5Sharp.Catalog/L5Sharp.Catalog.csproj b/src/L5Sharp.Catalog/L5Sharp.Catalog.csproj index 88088c35..143e757f 100644 --- a/src/L5Sharp.Catalog/L5Sharp.Catalog.csproj +++ b/src/L5Sharp.Catalog/L5Sharp.Catalog.csproj @@ -10,7 +10,6 @@ L5Sharp.Catalog . Timothy Nunnink - 7.6.2 https://github.com/tnunnink/L5Sharp git L5Sharp.Catalog diff --git a/src/L5Sharp.Core/L5Sharp.Core.csproj b/src/L5Sharp.Core/L5Sharp.Core.csproj index 16ddcf09..a76ca674 100644 --- a/src/L5Sharp.Core/L5Sharp.Core.csproj +++ b/src/L5Sharp.Core/L5Sharp.Core.csproj @@ -11,7 +11,6 @@ L5Sharp A library for intuitively interacting with Rockwell's L5X import/export files. Timothy Nunnink - 7.6.2 https://github.com/tnunnink/L5Sharp git csharp allen-bradely l5x logix plc-programming rockwell-automation logix5000 diff --git a/src/L5Sharp.Gateway/L5Sharp.Gateway.csproj b/src/L5Sharp.Gateway/L5Sharp.Gateway.csproj index 4a446c36..132b967d 100644 --- a/src/L5Sharp.Gateway/L5Sharp.Gateway.csproj +++ b/src/L5Sharp.Gateway/L5Sharp.Gateway.csproj @@ -15,7 +15,6 @@ A gateway library for reading and writing Allen-Bradley Logix controller data using L5Sharp and libplctag Timothy Nunnink Copyright (c) Timothy Nunnink 2026 - 7.6.2 https://github.com/tnunnink/L5Sharp git csharp allen-bradely l5x logix plc-programming rockwell-automation logix5000 diff --git a/src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj b/src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj index 1678dd15..c772a954 100644 --- a/src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj +++ b/src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj @@ -12,7 +12,6 @@ true L5Sharp.Generators.Data Timothy Nunnink - 7.6.2 Includes source generators for automatically generating user defined data types from L5X projects. MIT README.md diff --git a/src/L5Sharp.Generators/L5Sharp.Generators.csproj b/src/L5Sharp.Generators/L5Sharp.Generators.csproj index 5fd0cba7..eb1c476b 100644 --- a/src/L5Sharp.Generators/L5Sharp.Generators.csproj +++ b/src/L5Sharp.Generators/L5Sharp.Generators.csproj @@ -13,7 +13,6 @@ true L5Sharp.Generators Timothy Nunnink - 7.6.2 Includes source generators for registration of logix elements. MIT README.md From 1187a1994968e638394caf8af61bfe4b526d6299 Mon Sep 17 00:00:00 2001 From: tnunnink Date: Tue, 4 Aug 2026 20:29:57 -0500 Subject: [PATCH 2/2] Bump project version to 7.6.3 in `Directory.Build.props`. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 019cc123..c9e51707 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 7.6.2 + 7.6.3