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.
                    
    
    <PackageVersion Include="usagi" Version="3.0.0" />
<PackageReference Include="usagi" />
        
        
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 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.
                    
    
    #:package usagi@3.0.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=usagi&version=3.0.0
#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.