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 362 12/5/2023
3.8.0 218 10/27/2023
3.7.2 178 10/20/2023
3.7.1 208 9/13/2023
3.7.0 209 9/9/2023
3.6.0 225 8/29/2023
3.5.0 224 8/28/2023
3.4.1 245 8/12/2023
3.4.0 249 6/1/2023
3.3.0 332 4/5/2023
3.2.0 405 1/28/2023
3.1.1 576 5/4/2022
3.1.0 568 4/16/2022
3.0.0 679 11/20/2021
2.3.1 493 6/23/2021
2.3.0 504 5/5/2021
2.2.0 503 4/14/2021
2.1.0 496 4/10/2021
2.0.13 477 4/8/2021
2.0.12 609 12/24/2020
2.0.11 596 12/15/2020
2.0.10 554 12/7/2020
2.0.9 1,008 9/7/2020
2.0.8 667 7/10/2020
2.0.7 605 6/11/2020
2.0.6 648 6/1/2020
2.0.5 601 5/31/2020
2.0.4 607 5/25/2020
2.0.3 649 5/19/2020
2.0.2 675 4/19/2020
2.0.1 759 3/18/2020
1.0.0 685 12/16/2019

Update DotNet version to 7.0