Skip to content

Commit 520168a

Browse files
committed
Added Support for .NET 8
1 parent 437a9c3 commit 520168a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 RICADO Group
3+
Copyright (c) 2022 - 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# RICADO.MettlerToledo
2-
A .NET 6/7 and .NET Standard 2.0 Library for Communicating with Mettler Toledo Indicators
2+
A .NET 6+ and .NET Standard 2.0 Library for Communicating with Mettler Toledo Indicators

RICADO.MettlerToledo/RICADO.MettlerToledo.csproj

Lines changed: 5 additions & 5 deletions
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;netstandard2.0</TargetFrameworks>
5-
<Authors>RICADO Group</Authors>
6-
<Company>RICADO Group LP</Company>
7-
<Description>A .NET 6/7 and .NET Standard 2.0 Library for Communicating with Mettler Toledo Indicators</Description>
8-
<Copyright>Copyright © RICADO Group LP 2009 - 2023</Copyright>
4+
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0</TargetFrameworks>
5+
<Authors>RICADO</Authors>
6+
<Company>RICADO Limited</Company>
7+
<Description>A .NET 6+ and .NET Standard 2.0 Library for Communicating with Mettler Toledo Indicators</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-mettlertoledo</RepositoryUrl>

0 commit comments

Comments
 (0)