Skip to content

Releases: creeperlv/CLUNL

CLUNL.Localization 0.0.12.0

24 Aug 18:29
Compare
Choose a tag to compare
Pre-release

Added a method to empty the string definitions.

CLUNL.ConsoleAppHelper 0.0.6.0 and CLUNL.Localization 0.0.11.0

09 Aug 18:24
Compare
Choose a tag to compare

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

09 Aug 18:41
Compare
Choose a tag to compare
Pre-release

CLUNL.ConsoleAppHelper 0.0.7.0

Fixed a crash in PrintHelp() when assembly file is not available.

CLUNL.Pipeline, 0.0.4

29 Jun 09:20
03c5395
Compare
Choose a tag to compare
CLUNL.Pipeline, 0.0.4 Pre-release
Pre-release

Added generic support:
IPipedProcessUnit<T>
IPipelineProcessor<T,U,V>
PipelineData<T,U,V>

CLUNL.Localization-0.0.10.0

15 May 16:25
Compare
Choose a tag to compare
Pre-release

-Added a 0 parameter constructor for LocalizedString.

CLUNL.Localization 0.0.9.0

03 Mar 02:59
Compare
Choose a tag to compare
Pre-release

ID,Fallback and arguments in LocalizableString are all now public.

CLUNL.Localization 0.0.8.0

02 Mar 14:51
Compare
Choose a tag to compare
Pre-release

LocalizableString is now serializable.

CLUNL.Localization 0.0.7.0

24 Feb 01:16
Compare
Choose a tag to compare
Pre-release

LocalizedString now support String.Format by receiving params object[] arguments.

CLUNL 0.0.6.0 and CLUNL.CacheManager 0.0.1.0

15 Feb 06:36
Compare
Choose a tag to compare

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

28 Jan 15:13
Compare
Choose a tag to compare
Pre-release

Added ILocalizable and LocalizedString to help build a localized application.