Skip to content

Releases: CwistSilver/Mojang.Api.Skins

Release v1.2.1: Dependency Updates

26 Jan 17:52

Choose a tag to compare

Updated NuGet dependencies

Release v1.2.0 - Enhanced Caching and Improved DNS Handling

30 Jun 18:17

Choose a tag to compare

New Features and Improvements:

  • MemoryCacheWrapper: Added support for in-memory caching using the new MemoryCacheWrapper. This allows for faster access and temporary storage of cached data.

  • Improved DNS Handling: Updated DefaultHttpClientFactory to prevent DNS issues by recycling message handlers and creating new HttpClient instances as needed.

  • Enhanced Dependency Injection:

    • Changed the 'AddMinecraftApiSkins' method to use 'AddScoped' instead of 'AddSingleton', ensuring better lifecycle management and efficiency.

Release v1.1.0 - Integration of AOT Support

09 Jun 12:47

Choose a tag to compare

This release introduces Ahead-Of-Time (AOT) compilation support through the addition of a JsonContext, enhancing performance and compatibility with AOT environments.

Release v1.0.2 - Migration to .NET Standard 2.1

04 Mar 17:46
2b2e4b3

Choose a tag to compare

This update migrates the library to .NET Standard 2.1, enhancing compatibility with a wider range of .NET environments.

Minecraft.Api.Skins v1.0.1

16 Jan 21:49
26d3d1b

Choose a tag to compare

This is the first stable release of 'Mojang.Api.Skins', a .NET library for fetching Minecraft skin and cape textures.