Skip to content

Commit

Permalink
Update SWAN and Tubular (#367)
Browse files Browse the repository at this point in the history
* [UPD] Nugets

* [UPD] Bump version
  • Loading branch information
geoperez authored Sep 14, 2019
1 parent d7f9757 commit 3d7bdce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/EmbedIO.Samples/EmbedIO.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Tubular.ServerSide" Version="1.5.1" />
<PackageReference Include="Tubular.ServerSide" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/EmbedIO.Samples/JsonGridDataRequestAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using EmbedIO.WebApi;
using Unosquare.Tubular.ObjectModel;
using Unosquare.Tubular;

namespace EmbedIO.Samples
{
Expand Down
1 change: 0 additions & 1 deletion src/EmbedIO.Samples/PeopleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using EmbedIO.Utilities;
using EmbedIO.WebApi;
using Unosquare.Tubular;
using Unosquare.Tubular.ObjectModel;

namespace EmbedIO.Samples
{
Expand Down
4 changes: 2 additions & 2 deletions src/EmbedIO/EmbedIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageId>EmbedIO</PackageId>
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
<DebugType>Full</DebugType>
<Version>3.0.5</Version>
<Version>3.0.6</Version>
<Product>EmbedIO</Product>
<Company>Unosquare</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -36,7 +36,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Unosquare.Swan.Lite" Version="2.1.0" />
<PackageReference Include="Unosquare.Swan.Lite" Version="2.2.0" />
</ItemGroup>

</Project>

0 comments on commit 3d7bdce

Please sign in to comment.