1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net462</TargetFrameworks >
4
+ <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
5
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
6
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
7
+ <IncludeSymbols >true</IncludeSymbols >
8
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
+
11
+ <Version >1.6.1</Version >
12
+
4
13
<Authors >Alexander Krylkov</Authors >
5
14
<Product >Simplify</Product >
6
15
<Description >Lightweight and fast .NET web-framework based on MVC and OWIN</Description >
7
16
<Copyright >Licensed under LGPL</Copyright >
8
- <Version >1.6</Version >
9
- <PackageProjectUrl >https://github.com/i4004/Simplify.Web</PackageProjectUrl >
10
- <PackageIconUrl >https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl >
11
- <RepositoryUrl >https://github.com/i4004/Simplify.Web</RepositoryUrl >
12
- <RepositoryType >GIT</RepositoryType >
17
+ <PackageProjectUrl >https://web.simplifynet.dev</PackageProjectUrl >
18
+ <PackageIcon >icon.png</PackageIcon >
19
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
13
20
<PackageTags >.NET web-framework MVC DI OWIN</PackageTags >
14
- <PackageReleaseNotes >
15
- Updates
16
- * Upgrade to Simplify.DI 4.0
17
- * Upgrade to Simplify.Templates 1.5.2
18
- Other
19
- * Internal upgrade to Simplify.String.Sources 1.2.0
20
- * Internal upgrade to Simplify.Xml.Sources 1.1.0
21
- </PackageReleaseNotes >
22
- <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
23
- <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile >
21
+
22
+ <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify.Web/tree/v1/src/Simplify.Web/CHANGELOG.md for details</PackageReleaseNotes >
24
23
</PropertyGroup >
25
24
<ItemGroup >
26
25
<EmbeddedResource Include =" Diagnostics\ExceptionIDetails.html" />
35
34
</ItemGroup >
36
35
<ItemGroup >
37
36
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.2.0" />
38
- <PackageReference Include =" Microsoft.Owin" Version =" 4.0.1" />
39
- <PackageReference Include =" Owin" Version =" 1.0" />
40
- <PackageReference Include =" Simplify.DI" Version =" 4.0.0" />
41
- <PackageReference Include =" Simplify.String.Sources" Version =" 1.2.0" PrivateAssets =" All" />
37
+ <PackageReference Include =" Microsoft.Owin" Version =" 4.2.1" />
38
+ <PackageReference Include =" Simplify.DI" Version =" 4.1.7" />
39
+ <PackageReference Include =" Simplify.String.Sources" Version =" 1.2.1" PrivateAssets =" All" />
42
40
<PackageReference Include =" Simplify.System.Sources" Version =" 1.2.0" PrivateAssets =" All" />
43
41
<PackageReference Include =" Simplify.Templates" Version =" 1.5.2" />
44
42
<PackageReference Include =" Simplify.Xml.Sources" Version =" 1.1.0" PrivateAssets =" All" />
45
43
</ItemGroup >
44
+ <ItemGroup >
45
+ <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
46
+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
47
+ </ItemGroup >
46
48
</Project >
0 commit comments