Skip to content

Commit d2ab154

Browse files
committed
[dep] Microsoft.Owin to 4.2.1
[dep] Simplify.DI bump to 4.1.7 [dep] Internal Simplify.String.Sources to 1.2.1 [add] CHANGELOG [edit] meta info update
1 parent b228733 commit d2ab154

File tree

2 files changed

+30
-19
lines changed

2 files changed

+30
-19
lines changed

src/Simplify.Web/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [1.6.1] - 2022-04-15
4+
5+
### Dependencies
6+
7+
- Microsoft.Owin to 4.2.1
8+
- Simplify.DI bump to 4.1.7
9+
- Internal Simplify.String.Sources to 1.2.1

src/Simplify.Web/Simplify.Web.csproj

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<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+
413
<Authors>Alexander Krylkov</Authors>
514
<Product>Simplify</Product>
615
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
716
<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>
1320
<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>
2423
</PropertyGroup>
2524
<ItemGroup>
2625
<EmbeddedResource Include="Diagnostics\ExceptionIDetails.html" />
@@ -35,12 +34,15 @@
3534
</ItemGroup>
3635
<ItemGroup>
3736
<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" />
4240
<PackageReference Include="Simplify.System.Sources" Version="1.2.0" PrivateAssets="All" />
4341
<PackageReference Include="Simplify.Templates" Version="1.5.2" />
4442
<PackageReference Include="Simplify.Xml.Sources" Version="1.1.0" PrivateAssets="All" />
4543
</ItemGroup>
44+
<ItemGroup>
45+
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
46+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
47+
</ItemGroup>
4648
</Project>

0 commit comments

Comments
 (0)