Skip to content

Commit

Permalink
[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to…
Browse files Browse the repository at this point in the history
… public

Signed-off-by: Changgyu Choi <[email protected]>
  • Loading branch information
upple committed Oct 30, 2024
1 parent d4c08d8 commit e98f39f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ public string AllowedResourcePath

internal string ResourceClassName { get; set; }

internal Assembly Assembly { get; set; }
/// <summary>
/// Gets the assembly of the gadget.
/// </summary>
/// <since_tizen> 12 </since_tizen>
public Assembly Assembly { get; internal set; }

/// <summary>
/// Gets the assembly of the gadget.
Expand Down

0 comments on commit e98f39f

Please sign in to comment.