An open API service indexing awesome lists of open source software.

https://github.com/wraith13/seven.trumpets

Cross-platform Mastodon Client App.
https://github.com/wraith13/seven.trumpets

Last synced: about 2 months ago
JSON representation

Cross-platform Mastodon Client App.

Awesome Lists containing this project

README

          

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ seven.trumpets

クロスプラットフォーム Mastodon クライエントアプリです。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ 構成

■.\readme.txt
 →このファイルです。

■.\history.txt
 →リリース用パッケージを作成するバッチファイル。

■.\LICENSE_1_0.txt
 →このソフトウェア本体で採用しているライセンス。
 →このソフトウェアが利用してる各種プラグイン等のライセンスはそれぞれで採用されているライセンスとなります。

■.\source
 → ソースディレクトリです。

■.\source\seven.trumpets.sln
 → ソリューションファイルです。

■.\resource
 → 素材ディレクトリです。

■.\store
 → ストア提出関連のディレクトリです。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ 利用している Xamarin の Plugin 等

■Microsoft HTTP Client Libraries
https://www.nuget.org/packages/Microsoft.Net.Http/

■Xam.Plugins.Settings
https://github.com/jamesmontemagno/SettingsPlugin
https://www.nuget.org/packages/Xam.Plugins.Settings/

■Xam.Plugins.Forms.ImageCircle
https://github.com/jamesmontemagno/ImageCirclePlugin
https://www.nuget.org/packages/Xam.Plugins.Forms.ImageCircle

■Json.NET
http://www.newtonsoft.com/json
https://www.nuget.org/packages/Newtonsoft.Json/

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ ライセンス

Boost Software License - Version 1.0 を採用しています。
詳細は .\LICENSE_1_0.txt を参照してください。

日本語参考訳: http://hamigaki.sourceforge.jp/doc/html/license.html

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ バージョン採番ルール

■バージョン表記のフォーマット: A.BB.CCC

■メジャーバージョン番号(A):
明らかな非互換の変更が行われた際にインクリメント。
桁数は不定。

■マイナーバージョン番号(BB):
機能追加や上位互換と判断できる仕様変更が行われた際にインクリメント。
桁数は2桁固定。

■ビルド番号(CCC):
バグフィックスや仕様変更というほどでもない微細な修正が行われた際にインクリ
メント。
桁数は3桁固定。

■細則
・各番号は0始まりとする。
・固定桁に足りない場合は先頭を0埋めする。
・番号が固定桁で足りなくなった場合は、上位の番号をインクリメントする。
・上位の番号がインクリメントされた場合、下位の番号は0にリセットする。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■ End Of Document