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
1717 /// "Message"
1818 /// "Title"
1919 /// </summary>
20- public interface IMessageBoxHandler : IHideObjectMembers
20+ public interface IMessageBoxHandler
2121 {
2222 /// <summary>
2323 /// Generate message box HTML and set to data collector
Original file line number Diff line number Diff line change 55 <Product >Simplify</Product >
66 <Description >Simplify.Web static message box templates and controller response</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >1.2</Version >
8+ <Version >1.2.1 </Version >
99 <PackageProjectUrl >https://github.com/i4004/Simplify.Web.MessageBox</PackageProjectUrl >
1010 <PackageIconUrl >https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl >
1111 <RepositoryUrl >https://github.com/i4004/Simplify.Web.MessageBox</RepositoryUrl >
1212 <RepositoryType >GIT</RepositoryType >
1313 <PackageTags >Simplify.Web</PackageTags >
1414 <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
1817 </PackageReleaseNotes >
1918 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
2019 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile >
21- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2220 </PropertyGroup >
2321 <ItemGroup >
2422 <Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />
2927 <Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\OkMessageBox.tpl" />
3028 </ItemGroup >
3129 <ItemGroup >
32- <PackageReference Include =" Simplify.Web" Version =" 2.0 .0" />
30+ <PackageReference Include =" Simplify.Web" Version =" 2.3 .0" />
3331 </ItemGroup >
3432</Project >
You can’t perform that action at this time.
0 commit comments