Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Upgrades to:
Browse files Browse the repository at this point in the history
Microsoft.Owin 4.0.1
Simplify.DI 2.1.0
Simplify.System.Sources
Simplify.Templates 1.5.1
and others
  • Loading branch information
i4004 committed Jun 25, 2019
1 parent 913cb73 commit 3800438
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.0.1" />
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.1" />
<PackageReference Include="Nowin" Version="0.26.0" />
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
<Reference Include="Microsoft.CSharp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Moq" Version="4.12.0" />
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
<ProjectReference Include="..\Simplify.Web.Examples.SelfHosted\Simplify.Web.Examples.SelfHosted.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Security" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Security.Cookies" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.1" />
<PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="4.0.1" />
<PackageReference Include="Microsoft.Owin.Security" Version="4.0.1" />
<PackageReference Include="Microsoft.Owin.Security.Cookies" Version="4.0.1" />
<PackageReference Include="Owin.Security.AesDataProtectorProvider" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.2" />
<PackageReference Include="Simplify.DI.Provider.SimpleInjector" Version="1.4.0" />
<PackageReference Include="Simplify.DI.Provider.SimpleInjector" Version="1.5.0" />
<PackageReference Include="bootstrap" Version="3.3.7" PrivateAssets="All" />
<PackageReference Include="jQuery" Version="3.1.0" PrivateAssets="All" />
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="4.0.0" />
<PackageReference Include="Simplify.WindowsServices" Version="2.7.0" />
<PackageReference Include="Microsoft.Owin.Hosting" Version="4.0.1" />
<PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="4.0.1" />
<PackageReference Include="Simplify.WindowsServices" Version="2.8.1" />
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Simplify.Web.Tests/Simplify.Web.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Product>Simplify</Product>
<Description>Simplify.Web unit tests</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>1.3</Version>
<Version>1.3.1</Version>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
Expand All @@ -15,13 +15,13 @@
<EmbeddedResource Include="Templates\Test.tpl" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Moq" Version="4.12.0" />
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.2" />
<PackageReference Include="Simplify.Xml" Version="1.1.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="3.0.2" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="6.0.11" />
<ProjectReference Include="..\Simplify.Web\Simplify.Web.csproj" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
16 changes: 9 additions & 7 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
<Product>Simplify</Product>
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>1.4</Version>
<Version>1.4.1</Version>
<PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
<PackageReleaseNotes>
* Upgrade to .NET Framwork 4.6.2
+ IConfiguration based settings implementation (ConfigurationBasedSimplifyWebSettings) for ISimplifyWebSettings added
Upgrades to:
* Microsoft.Owin 4.0.1
* Simplify.DI 2.1.0
* Simplify.Templates 1.5.1
</PackageReleaseNotes>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>
Expand All @@ -31,12 +33,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Owin" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin" Version="4.0.1" />
<PackageReference Include="Owin" Version="1.0" />
<PackageReference Include="Simplify.DI" Version="2.0.1" />
<PackageReference Include="Simplify.DI" Version="2.1.0" />
<PackageReference Include="Simplify.String.Sources" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="Simplify.System.Sources" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Simplify.Templates" Version="1.5.0" />
<PackageReference Include="Simplify.System.Sources" Version="1.1.0" PrivateAssets="All" />
<PackageReference Include="Simplify.Templates" Version="1.5.1" />
<PackageReference Include="Simplify.Xml.Sources" Version="1.0.4" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 3800438

Please sign in to comment.