Skip to content

Commit adef3aa

Browse files
committed
Added Support for .NET 8
1 parent f64e2dd commit adef3aa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
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

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 RICADO Group
3+
Copyright (c) 2021 - 2024 RICADO Limited
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# RICADO.Omron
2-
An Omron PLC Communication Library for .NET 6/7 Applications
2+
An Omron PLC Communication Library for .NET 6+ Applications

RICADO.Omron/RICADO.Omron.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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>

0 commit comments

Comments
 (0)