Skip to main content

8 posts tagged with "nuget"

View All Tags

Announcing AvatarScriptLink.NET 1.2.0

· One min read
Scott Olson Jr
RarelySimple.AvatarScriptLink Maintainer

AvatarScriptLink.NET version 1.2.0 is now available on NuGet. This release includes the introduction of Builder methods to assist with the creation of the various objects as well as allowing for the error code and error message to be set prior to calling ToReturnOptionObject(). This is especially helpful when arranging unit tests.

Announcing AvatarScriptLink.NET 1.1.6

· 2 min read
Scott Olson Jr
RarelySimple.AvatarScriptLink Maintainer

AvatarScriptLink.NET version 1.1.6 is now available on NuGet. This release refines the behavior of setting a FieldObject as required or optional.

With the release:

  • SetRequiredField() will no longer set the FieldObject as Enabled as well. Use SetEnabledField() as well if this is the desired result.
  • SetDisabledField() will no longer set the FieldObject as Optional as well. Use SetOptionalField() well if this is the desired result.