usagi 3.0.0
dotnet add package usagi --version 3.0.0
NuGet\Install-Package usagi -Version 3.0.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="usagi" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add usagi --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: usagi, 3.0.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.
// Install usagi as a Cake Addin #addin nuget:?package=usagi&version=3.0.0 // Install usagi as a Cake Tool #tool nuget:?package=usagi&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
usagi.cs
わたしが欲しいと思った適当な機能たち for C#
- NuGet: https://www.nuget.org/packages/usagi/
- GitHub: https://github.com/usagi/usagi.cs/
- docs( Online Markdown ): docs/Home.md
- docs( chm; for Download ): docs/usagi.cs.docs.chm
Release Note 3.0.0
- Issue #9 ファイルパスのサニタイザーユーティリティーを追加する
usagi.FileSystem.Utility
にパスに使用不能な文字があったら置き換えまたは削除するSanitizePath
メソッドを追加しました。
- Issue #8 バージョン情報とか扱うのに便利な usagi.Assembly.Utility を結合
usagi.Assembly.Utility
に .net アッセンブリーとしてのバージョン文字列や製品名の取得を簡単にするメソッド群を追加しました。
- Issue #6 WPF, Windows に関連する機能をライブラリーレベルで分離
usagi.cs
内のusagi
プロジェクト から WPF 用の機能をusagi.WPF
プロジェクトへ分離しました。- WPF が不要なプロジェクトで
usagi
ライブラリーを使いたい場合に便利がよくなりました。
- WPF が不要なプロジェクトで
usagi.WPF
の分離に伴い単体試験プロジェクトもusagiTests
とusagi.WPFTests
に分離しました。
- Issue #5
usagi.CivilEngineering.Extension.LonLatHelper
←こいつ 2.0.0 のリネームし忘れてるよね- ファイル名を変更しました。
LonLatHelper.cs
ILonLatGettableExtension.cs
- ファイル名を変更しました。
Old Release Notes
過去のリリースノート群は README.md のコミット履歴からどうぞ。
License
Author
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on usagi:
Package | Downloads |
---|---|
usagi.WPF
usagi.cs の WPF 関連機能部分 |
GitHub repositories
This package is not used by any popular GitHub repositories.