File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929 private-nuget-token : ${{ secrets.GH_PACKAGES_PAT }}
3030 public-nuget-token : ${{ secrets.NUGET_APIKEY }}
3131 publish-public : true
32- dotnet-version : 7 .0.x
32+ dotnet-version : 8 .0.x
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 RICADO Group
3+ Copyright (c) 2021 - 2024 RICADO Limited
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11# RICADO.Omron
2- An Omron PLC Communication Library for .NET 6/7 Applications
2+ An Omron PLC Communication Library for .NET 6+ Applications
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net7.0;net6.0</TargetFrameworks >
5- <Authors >RICADO Group </Authors >
6- <Company >RICADO Group LP </Company >
7- <Description >An Omron PLC Communication Library for .NET 6/7 Applications</Description >
8- <Copyright >Copyright © RICADO Group LP 2009 - 2023 </Copyright >
4+ <TargetFrameworks >net8.0; net7.0;net6.0</TargetFrameworks >
5+ <Authors >RICADO</Authors >
6+ <Company >RICADO Limited </Company >
7+ <Description >An Omron PLC Communication Library for .NET 6+ Applications</Description >
8+ <Copyright >Copyright © RICADO Limited 2009 - 2024 </Copyright >
99 <PackageLicenseFile >LICENSE</PackageLicenseFile >
1010 <PackageIcon >packageIcon.png</PackageIcon >
1111 <RepositoryUrl >https://github.com/ricado-group/dotnet-omron</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments