Skip to content

Release notes

Victor Villena edited this page May 16, 2020 · 10 revisions

[CommonNET]

1.2.2

  • Documentation added
  • .NET Framework support for 4.7, 4.7.1 and 4.7.2

1.2.0

  • Documentation added
  • .NET Framework support for 4.7, 4.7.1 and 4.7.2

1.1.5

  • Implemented multiple key configurations for Encrypt and Decrypt operations

1.1.4

  • Added documentation to EncryptionHelper
  • Added GetAttirubtes to EnumsHelper

1.1.3

  • Allowed to clear objects by reflection even if they have Indexer

1.1.1

  • Allowed to encrypt and decrypt JSON objects

1.1.0

  • Changed some namespaces:
    • Added Builders namespace
    • Added Contracts namespace

[CommonNET.AspNet]

1.1.0

  • .NET Core 3.x suport

1.0.0

  • Created library with:
    • ApiControllerBase

1.0.20.1

  • Concurrency error on CommonNET SelectablePropertyBuilder

Previous versions not shown

[CommonNET.Wpf]

1.1.0:

  • Added Loading control
    • Following are the available input parameters to customize the loading control:
      • Visible (bool): Whether to show the popup
      • Text (string): Text that will appear in the popup
      • TextColor (string): RGB Color code for the text (example: #FFFFFF)
      • BackgroundColor (string): RGB Color code for the backgroung of the loading popup (example: #FFFFFF)
      • PanelOpacity (float): Value from 0.0 to 1 to indicate the opacity of the popup
      • TopBarVisible (bool): Whether to show a loading bar on the top of the popup
      • BottomBarVisible (bool): Whether to show a loading bar on the bottom of the popup

1.0.4:

  • Documentation addded

1.0.3:

  • SelectableOption and ExtensionMethods for UserControls ussage

1.0.0

  • Library created with this implementations:
    • Controls:
      • Selection
      • MultiSelection
    • Helpers:
      • DefaultVisibilityConverter
      • VisibilityConverter
      • RelayCommand
    • Base
      • ViewModelBase
      • TraceableViewModelBase

Clone this wiki locally