From feefb4e4d46fb39798bef4e8586b18b25c63053a Mon Sep 17 00:00:00 2001 From: clown Date: Tue, 25 Jun 2024 14:04:06 +0900 Subject: [PATCH] update readme --- Libraries/AlphaFS/Readme.md | 8 ++++---- Libraries/Forms/Readme.md | 6 +++--- Libraries/NLog/Readme.md | 6 +++--- Libraries/Trick/Readme.md | 6 +++--- Libraries/Xui/Readme.md | 6 +++--- Readme.md | 16 ++++++++-------- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Libraries/AlphaFS/Readme.md b/Libraries/AlphaFS/Readme.md index e5d086f5..b50c92c7 100644 --- a/Libraries/AlphaFS/Readme.md +++ b/Libraries/AlphaFS/Readme.md @@ -1,9 +1,9 @@ Cube.FileSystem.AlphaFS ==== -[![Package](https://badgen.net/nuget/v/cube.filesystem.alphafs)](https://www.nuget.org/packages/cube.filesystem.alphafs/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Package](https://img.shields.io/nuget/v/cube.filesystem.alphafs)](https://www.nuget.org/packages/cube.filesystem.alphafs/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The Cube.FileSystem.AlphaFS package uses the [AlphaFS](https://alphafs.alphaleonis.com/) library to provide I/O operations such as move, copy, and delete. These functions are available via the Cube.FileSystem.Io class. When you use the AlphaFS for I/O operations, describe the following statement at first. @@ -14,7 +14,7 @@ Io.Configure(new Cube.FileSystem.AlphaFS.IoController()); All I/O operations of the Cube.* projects also are performed via the Cube.FileSystem.Io class and therefore affected by its configuration. -The package is available for .NET Framework 3.5, 4.5, or later. +The package is available for .NET Framework 3.5, 4.6, or later. ## Installation diff --git a/Libraries/Forms/Readme.md b/Libraries/Forms/Readme.md index d2fdff72..9d6f6e1c 100644 --- a/Libraries/Forms/Readme.md +++ b/Libraries/Forms/Readme.md @@ -1,9 +1,9 @@ Cube.Forms ==== -[![Package](https://badgen.net/nuget/v/cube.forms)](https://www.nuget.org/packages/cube.forms/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Package](https://img.shields.io/nuget/v/cube.forms)](https://www.nuget.org/packages/cube.forms/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The Cube.Forms and Cube.Forms.Controls packages provide GUI components, behaviors, binding support, and other components to provide support the MVVM pattern in WinForms applications. These packages are available for .NET Framework 3.5, 4.6, .NET 6, or later. Note that basic components to practice the MVVM pattern is implemented in the [Cube.Core](https://www.nuget.org/packages/cube.core/) package, and the WPF part is in the [Cube.Xui](https://www.nuget.org/packages/cube.xui/) package. diff --git a/Libraries/NLog/Readme.md b/Libraries/NLog/Readme.md index c09f36f7..20399d1b 100644 --- a/Libraries/NLog/Readme.md +++ b/Libraries/NLog/Readme.md @@ -1,9 +1,9 @@ Cube.Logging.NLog ==== -[![Package](https://badgen.net/nuget/v/cube.logging.nlog)](https://www.nuget.org/packages/cube.logging.nlog/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Package](https://img.shields.io/nuget/v/cube.logging.nlog)](https://www.nuget.org/packages/cube.logging.nlog/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The Cube.Logging.NLog package uses the [NLog](https://nlog-project.org/) library to implement Cube.ILoggerSource interface. When you use the NLog for logging operations, describe the following statement at first. diff --git a/Libraries/Trick/Readme.md b/Libraries/Trick/Readme.md index 1185c959..4fc8d2c0 100644 --- a/Libraries/Trick/Readme.md +++ b/Libraries/Trick/Readme.md @@ -1,9 +1,9 @@ Cube.Trick ==== -[![Package](https://badgen.net/nuget/v/cube.forms)](https://www.nuget.org/packages/cube.trick/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Package](https://img.shields.io/nuget/v/cube.trick)](https://www.nuget.org/packages/cube.trick/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The Cube.Trick package contains experimental and undocumented functions. The package is used by Cube Windows applications. diff --git a/Libraries/Xui/Readme.md b/Libraries/Xui/Readme.md index e3f12e08..0e5091a8 100644 --- a/Libraries/Xui/Readme.md +++ b/Libraries/Xui/Readme.md @@ -1,9 +1,9 @@ Cube.Xui ==== -[![Package](https://badgen.net/nuget/v/cube.xui)](https://www.nuget.org/packages/cube.xui/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Package](https://img.shields.io/nuget/v/cube.xui)](https://www.nuget.org/packages/cube.xui/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The Cube.Xui package has bindings, converters, commands, behaviors, and other components to provide support the MVVM pattern in WPF applications. The package is available for .NET Framework 3.5, 4.6.2, .NET 6.0, or later. Note that basic components to practice the MVVM pattern is implemented in the [Cube.Core](https://www.nuget.org/packages/cube.core/) package, and the WinForms part is in the [Cube.Forms](https://www.nuget.org/packages/cube.forms/) package. diff --git a/Readme.md b/Readme.md index b7f8880c..ccdf6b0d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,14 @@ Cube.Core ==== -[![Core](https://badgen.net/nuget/v/cube.core?label=core)](https://www.nuget.org/packages/cube.core/) -[![Forms](https://badgen.net/nuget/v/cube.forms?label=forms)](https://www.nuget.org/packages/cube.forms/) -[![Forms.Controls](https://badgen.net/nuget/v/cube.forms.controls?label=forms.controls)](https://www.nuget.org/packages/cube.forms.controls/) -[![Xui](https://badgen.net/nuget/v/cube.xui?label=xui)](https://www.nuget.org/packages/cube.xui/) -[![AlphaFS](https://badgen.net/nuget/v/cube.filesystem.alphafs?label=alphafs)](https://www.nuget.org/packages/cube.filesystem.alphafs/) -[![NLog](https://badgen.net/nuget/v/cube.logging.nlog?label=nlog)](https://www.nuget.org/packages/cube.logging.nlog/) -[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) -[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) +[![Core](https://img.shields.io/nuget/v/cube.core?label=core)](https://www.nuget.org/packages/cube.core/) +[![Forms](https://img.shields.io/nuget/v/cube.forms?label=forms)](https://www.nuget.org/packages/cube.forms/) +[![Forms.Controls](https://img.shields.io/nuget/v/cube.forms.controls?label=forms.controls)](https://www.nuget.org/packages/cube.forms.controls/) +[![Xui](https://img.shields.io/nuget/v/cube.xui?label=xui)](https://www.nuget.org/packages/cube.xui/) +[![AlphaFS](https://img.shields.io/nuget/v/cube.filesystem.alphafs?label=alphafs)](https://www.nuget.org/packages/cube.filesystem.alphafs/) +[![NLog](https://img.shields.io/nuget/v/cube.logging.nlog?label=nlog)](https://www.nuget.org/packages/cube.logging.nlog/) +[![AppVeyor](https://img.shields.io/appveyor/build/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core) +[![Codecov](https://img.shields.io/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core) The project provides support the MVVM pattern in WinForms or WPF (or possibly other frameworks) applications. This project can be roughly divided into the three packages as follows: