Skip to content

Releases: nop40ns/BasicIconProvider

BasicIconProvider v1.0.1

14 Feb 11:13
293e22e

Choose a tag to compare

NuGet パッケージ

https://www.nuget.org/packages/Nop40ns.BasicIconProvider


🇯🇵 日本語 (Japanese)

BasicIconProvider の 1.0.1 リリースです。

🔧 変更点

  • NuGet パッケージに README を追加
  • パッケージメタデータ(PackageId, Authors, Tags)を改善
  • パッケージ名を Nop40ns.BasicIconProvider に統一

🇺🇸 English

This is the 1.0.1 release of BasicIconProvider.

🔧 Changes

  • Added README to the NuGet package
  • Improved package metadata (PackageId, Authors, Tags)
  • Unified package name to Nop40ns.BasicIconProvider

v1.0.0 - Initial Release

14 Feb 05:54
6889e32

Choose a tag to compare

NuGet パッケージ

https://www.nuget.org/packages/Nop40ns.BasicIconProvider

BasicIconProvider v1.0.0

🇯🇵 日本語 (Japanese)

BasicIconProvider の初回リリースです。

  • SHGetFileInfo を使用した最小限のアイコン取得
  • Small / Large の 2 サイズ対応
  • 同期処理のみ
  • キャッシュなし
  • 例外処理も最小限
  • WPF (.NET 8) 対応
  • サンプルアプリ(BasicIconProviderSample)を同梱

🇺🇸 English

This is the first official release of BasicIconProvider.

  • Minimal icon retrieval using Windows SHGetFileInfo
  • Supports Small and Large icon sizes
  • Synchronous processing only
  • No caching
  • Minimal error handling
  • Built for WPF (.NET 8)
  • Includes a sample WPF application (BasicIconProviderSample)