One.Core 3.9.0

dotnet add package One.Core --version 3.9.0
                    
NuGet\Install-Package One.Core -Version 3.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="One.Core" Version="3.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="One.Core" Version="3.9.0" />
                    
Directory.Packages.props
<PackageReference Include="One.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add One.Core --version 3.9.0
                    
#r "nuget: One.Core, 3.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package One.Core@3.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=One.Core&version=3.9.0
                    
Install as a Cake Addin
#tool nuget:?package=One.Core&version=3.9.0
                    
Install as a Cake Tool

This is a tool class library that contains extension methods, help classes, etc...

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on One.Core:

Package Downloads
One.AutoUpdater

自动升级

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.9.0 369 12/5/2023
3.8.0 220 10/27/2023
3.7.2 180 10/20/2023
3.7.1 210 9/13/2023
3.7.0 211 9/9/2023
3.6.0 227 8/29/2023
3.5.0 226 8/28/2023
3.4.1 248 8/12/2023
3.4.0 252 6/1/2023
3.3.0 335 4/5/2023
3.2.0 407 1/28/2023
3.1.1 579 5/4/2022
3.1.0 571 4/16/2022
3.0.0 683 11/20/2021
2.3.1 498 6/23/2021
2.3.0 507 5/5/2021
2.2.0 506 4/14/2021
2.1.0 500 4/10/2021
2.0.13 480 4/8/2021
2.0.12 612 12/24/2020
2.0.11 599 12/15/2020
2.0.10 557 12/7/2020
2.0.9 1,011 9/7/2020
2.0.8 671 7/10/2020
2.0.7 608 6/11/2020
2.0.6 651 6/1/2020
2.0.5 604 5/31/2020
2.0.4 609 5/25/2020
2.0.3 652 5/19/2020
2.0.2 678 4/19/2020
2.0.1 762 3/18/2020
1.0.0 688 12/16/2019

Update DotNet version to 7.0