Skip to content

Commit

Permalink
Added Support for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashneilson committed Jan 20, 2024
1 parent aee531e commit a67d519
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
private-nuget-token: ${{ secrets.GH_PACKAGES_PAT }}
public-nuget-token: ${{ secrets.NUGET_APIKEY }}
publish-public: true
dotnet-version: 7.0.x
dotnet-version: 8.0.x
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 RICADO Group
Copyright (c) 2021 - 2024 RICADO Limited

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# RICADO.Unitronics
A Unitronics PLC Communication Library for .NET 6/7 Applications
A Unitronics PLC Communication Library for .NET 6+ Applications
10 changes: 5 additions & 5 deletions RICADO.Unitronics/RICADO.Unitronics.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<Authors>RICADO Group</Authors>
<Company>RICADO Group LP</Company>
<Description>A Unitronics PLC Communication Library for .NET 6/7 Applications</Description>
<Copyright>Copyright © RICADO Group LP 2009 - 2023</Copyright>
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<Authors>RICADO</Authors>
<Company>RICADO Limited</Company>
<Description>A Unitronics PLC Communication Library for .NET 6+ Applications</Description>
<Copyright>Copyright © RICADO Limited 2009 - 2024</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>packageIcon.png</PackageIcon>
<RepositoryUrl>https://github.com/ricado-group/dotnet-unitronics</RepositoryUrl>
Expand Down

0 comments on commit a67d519

Please sign in to comment.