Skip to content

Commit eef2a84

Browse files
committed
Upgrade to Simplify.Web 2.3
1 parent d527459 commit eef2a84

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Simplify.Web.MessageBox/IMessageBoxHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@
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" />
@@ -29,6 +27,6 @@
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>

0 commit comments

Comments
 (0)