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 a9f9682 commit d51de43
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) 2020 RICADO Group
Copyright (c) 2020 - 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.Python
A Python Helper Library wrapped around IronPython for .NET 6/7 and .NET Standard 2.0 Applications
A Python Helper Library wrapped around IronPython for .NET 6+ and .NET Standard 2.0 Applications
10 changes: 5 additions & 5 deletions RICADO.Python/RICADO.Python.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;netstandard2.0</TargetFrameworks>
<Authors>RICADO Group</Authors>
<Company>RICADO Group LP</Company>
<Description>A Python Helper Library wrapped around IronPython for .NET 6/7 and .NET Standard 2.0 Applications</Description>
<Copyright>Copyright © RICADO Group LP 2009 - 2023</Copyright>
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0</TargetFrameworks>
<Authors>RICADO</Authors>
<Company>RICADO Limited</Company>
<Description>A Python Helper Library wrapped around IronPython for .NET 6+ and .NET Standard 2.0 Applications</Description>
<Copyright>Copyright © RICADO Limited 2009 - 2024</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>packageIcon.png</PackageIcon>
<RepositoryUrl>https://github.com/ricado-group/dotnet-python</RepositoryUrl>
Expand Down

0 comments on commit d51de43

Please sign in to comment.