File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<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
+
4
13
<Authors >Alexander Krylkov</Authors >
5
14
<Product >Simplify</Product >
6
15
<Description >Simplify.Web static message box templates and controller response</Description >
7
16
<Copyright >Licensed under LGPL</Copyright >
8
- <Version >1.4.1</Version >
9
17
<PackageProjectUrl >https://github.com/SimplifyNet/Simplify.Web.MessageBox</PackageProjectUrl >
10
18
<PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl >
11
19
<RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.MessageBox</RepositoryUrl >
12
20
<RepositoryType >GIT</RepositoryType >
13
21
<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 >
20
22
</PropertyGroup >
21
23
<ItemGroup >
22
24
<Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />
You can’t perform that action at this time.
0 commit comments