Skip to content

Commit

Permalink
Packed v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aratomo-arazon committed Feb 28, 2019
1 parent d4ca643 commit 873bec1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/WFLite.RestSharp/Activities/RestActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using RestSharp;
using System;
using WFLite.Activities;
using WFLite.Bases;
using WFLite.Interfaces;

namespace WFLite.RestSharp.Activities
Expand Down
1 change: 1 addition & 0 deletions src/WFLite.RestSharp/Activities/RestAsyncActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using System.Threading;
using System.Threading.Tasks;
using WFLite.Activities;
using WFLite.Bases;
using WFLite.Interfaces;

namespace WFLite.RestSharp.Activities.Activities
Expand Down
8 changes: 4 additions & 4 deletions src/WFLite.RestSharp/WFLite.RestSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.1.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.1.2</Version>
<Copyright>Copyright (c) 2019 aratomo-arazon</Copyright>
<Description>WFLite.RestSharp is a WFLite utility library for RestSharp.</Description>
<Authors>aratomo-arazon</Authors>
Expand All @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.7" />
<PackageReference Include="WFLite" Version="1.1.1" />
<PackageReference Include="RestSharp" Version="106.6.9" />
<PackageReference Include="WFLite" Version="1.1.2" />
</ItemGroup>

</Project>

0 comments on commit 873bec1

Please # to comment.