Skip to content

Commit c76520d

Browse files
committed
Meta info update
Version/Release notes set
1 parent ff17a4c commit c76520d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
4+
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
5+
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile>
6+
7+
<Version>1.4.2</Version>
8+
<PackageReleaseNotes>
9+
Updates
10+
* Upgrade to Simplify.Web 4.2.3
11+
</PackageReleaseNotes>
12+
413
<Authors>Alexander Krylkov</Authors>
514
<Product>Simplify</Product>
615
<Description>Simplify.Web static message box templates and controller response</Description>
716
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.4.1</Version>
917
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.MessageBox</PackageProjectUrl>
1018
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1119
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.MessageBox</RepositoryUrl>
1220
<RepositoryType>GIT</RepositoryType>
1321
<PackageTags>Simplify.Web</PackageTags>
14-
<PackageReleaseNotes>
15-
Updates
16-
* Upgrade to Simplify.Web 4.1.1
17-
</PackageReleaseNotes>
18-
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
19-
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile>
2022
</PropertyGroup>
2123
<ItemGroup>
2224
<Content Include="Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />

0 commit comments

Comments
 (0)