Releases: creeperlv/CLUNL
Releases · creeperlv/CLUNL
CLUNL.Localization 0.0.12.0
Added a method to empty the string definitions.
CLUNL.ConsoleAppHelper 0.0.6.0 and CLUNL.Localization 0.0.11.0
CLUNL.ConsoleAppHelper 0.0.6.0
Avoid crashing related to CLUNL.Localization in Init().
CLUNL.Localization 0.0.11.0
Allow to completely avoid reflection part by setting DataFolder.
CLUNL.ConsoleAppHelper 0.0.7.0
CLUNL.ConsoleAppHelper 0.0.7.0
Fixed a crash in PrintHelp() when assembly file is not available.
CLUNL.Pipeline, 0.0.4
Added generic support:
IPipedProcessUnit<T>
IPipelineProcessor<T,U,V>
PipelineData<T,U,V>
CLUNL.Localization-0.0.10.0
-Added a 0 parameter constructor for LocalizedString.
CLUNL.Localization 0.0.9.0
ID,Fallback and arguments in LocalizableString are all now public.
CLUNL.Localization 0.0.8.0
LocalizableString is now serializable.
CLUNL.Localization 0.0.7.0
LocalizedString now support String.Format by receiving params object[] arguments
.
CLUNL 0.0.6.0 and CLUNL.CacheManager 0.0.1.0
CLUNL.CacheManager 0.0.1.0
The usage is quite simple:
Cacher.Init();
var f=Cacher.RequestFile("http://127.0.0.1:8080/foo.bar");
CLUNL 0.0.6.0
- Added a set of Logger API in
CLUNL.Diagnostics
namespace.
CLUNL.Localization 0.0.6.0
Added ILocalizable
and LocalizedString
to help build a localized application.