File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Simplify.Web.MessageBox
17
17
/// "Message"
18
18
/// "Title"
19
19
/// </summary>
20
- public interface IMessageBoxHandler : IHideObjectMembers
20
+ public interface IMessageBoxHandler
21
21
{
22
22
/// <summary>
23
23
/// Generate message box HTML and set to data collector
Original file line number Diff line number Diff line change 5
5
<Product >Simplify</Product >
6
6
<Description >Simplify.Web static message box templates and controller response</Description >
7
7
<Copyright >Licensed under LGPL</Copyright >
8
- <Version >1.2</Version >
8
+ <Version >1.2.1 </Version >
9
9
<PackageProjectUrl >https://github.com/i4004/Simplify.Web.MessageBox</PackageProjectUrl >
10
10
<PackageIconUrl >https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl >
11
11
<RepositoryUrl >https://github.com/i4004/Simplify.Web.MessageBox</RepositoryUrl >
12
12
<RepositoryType >GIT</RepositoryType >
13
13
<PackageTags >Simplify.Web</PackageTags >
14
14
<PackageReleaseNotes >
15
- * Upgrade to Simplify.Web 2.0
16
- * .NET Standard 2.0 support added
17
- * .NET 4.5.2 version upgrade to .NET 4.6.2
15
+ Updates
16
+ * Upgrade to Simplify.Web 2.3
18
17
</PackageReleaseNotes >
19
18
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
20
19
<DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile >
21
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
22
20
</PropertyGroup >
23
21
<ItemGroup >
24
22
<Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />
29
27
<Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\OkMessageBox.tpl" />
30
28
</ItemGroup >
31
29
<ItemGroup >
32
- <PackageReference Include =" Simplify.Web" Version =" 2.0 .0" />
30
+ <PackageReference Include =" Simplify.Web" Version =" 2.3 .0" />
33
31
</ItemGroup >
34
32
</Project >
You can’t perform that action at this time.
0 commit comments