|
3 | 3 | <TargetFrameworks>netcoreapp3.1;netcoreapp3.0;netstandard2.0;net462</TargetFrameworks>
|
4 | 4 | <LangVersion>8.0</LangVersion>
|
5 | 5 | <Nullable>enable</Nullable>
|
| 6 | + <WarningsAsErrors>nullable</WarningsAsErrors> |
| 7 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 8 | + <IncludeSymbols>true</IncludeSymbols> |
| 9 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 10 | + <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
| 11 | + <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile> |
| 12 | + |
| 13 | + <Version>4.2.1</Version> |
| 14 | + <PackageReleaseNotes> |
| 15 | + Bug Fixes |
| 16 | + * IControllerMetaData incorrect fields nullability (#97) |
| 17 | + Updates |
| 18 | + * Upgrade to Microsoft.Extensions.Configuration.Json 3.1.9 |
| 19 | + * Simplify.System.Sources internal upgrade to 1.2.2 |
| 20 | + * Simplify.Xml.Sources internal upgrade to 1.1.2 |
| 21 | + </PackageReleaseNotes> |
| 22 | + |
6 | 23 | <Authors>Alexander Krylkov</Authors>
|
7 | 24 | <Product>Simplify</Product>
|
8 | 25 | <Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
|
9 | 26 | <Copyright>Licensed under LGPL</Copyright>
|
10 |
| - <Version>4.2</Version> |
11 | 27 | <PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
|
12 | 28 | <PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
|
13 | 29 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
14 | 30 | <PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
|
15 |
| - <PackageReleaseNotes> |
16 |
| - New Features |
17 |
| - * Nested properties validation (#94) |
18 |
| - * Inherited properties validation (#95) |
19 |
| - * Nested/Inherited properties validation toggle |
20 |
| - Updates |
21 |
| - * Upgrade to Microsoft.Extensions.Configuration.Json 3.1.8 |
22 |
| - </PackageReleaseNotes> |
23 |
| - <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
24 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
25 |
| - <IncludeSymbols>true</IncludeSymbols> |
26 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
27 |
| - <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile> |
28 | 31 | </PropertyGroup>
|
| 32 | + |
29 | 33 | <ItemGroup>
|
30 | 34 | <EmbeddedResource Include="Diagnostics\ExceptionIDetails.html" />
|
31 | 35 | <EmbeddedResource Include="Diagnostics\ExceptionInfoPage.html" />
|
|
36 | 40 | <PackageReference Include="Simplify.DI" Version="4.0.7" />
|
37 | 41 | <PackageReference Include="Simplify.Templates" Version="2.0.0" />
|
38 | 42 | <PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" />
|
39 |
| - <PackageReference Include="Simplify.System.Sources" Version="1.2.1" PrivateAssets="All" /> |
40 |
| - <PackageReference Include="Simplify.Xml.Sources" Version="1.1.1" PrivateAssets="All" /> |
| 43 | + <PackageReference Include="Simplify.System.Sources" Version="1.2.2" PrivateAssets="All" /> |
| 44 | + <PackageReference Include="Simplify.Xml.Sources" Version="1.1.2" PrivateAssets="All" /> |
41 | 45 | </ItemGroup>
|
42 | 46 | <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'netcoreapp3.0' ">
|
43 | 47 | <FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
0 commit comments