Skip to content

Commit

Permalink
Tweetinvi 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linvi committed Mar 28, 2018
1 parent 90c8936 commit 8dd528c
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<licenseUrl>https://github.com/StephenCleary/AsyncEx</licenseUrl>
<projectUrl>https://github.com/StephenCleary/AsyncEx</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This is a strong name version of the Nito.AsyncEx library. This is NOT the official nuget package.
You can ask any question on https://github.com/linvi/Tweetinvi
</description>
<description>This is a strong name version of the Nito.AsyncEx library. This is NOT the official nuget package.</description>
<summary>This is a strong name version of the Nito.AsyncEx library. This is NOT the official nuget package.</summary>
<releaseNotes></releaseNotes>
<copyright></copyright>
Expand Down
6 changes: 3 additions & 3 deletions Developer Tools/TweetinviAPI/TweetinviAPI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<group>
<dependency id="Autofac" version="4.6.2" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Nito.AsyncEx.Context.StrongName" version="1.1.0" />
<dependency id="NitoAsyncEx.Context.StrongName" version="1.1.0" />
<dependency id="System.Net.Http" version="4.3.2" />
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
</group>
<group targetFramework=".NETStandard1.3">
<group targetFramework=".NETStandard1.4">
<dependency id="Autofac" version="4.6.2" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Nito.AsyncEx.Context.StrongName" version="1.1.0" />
<dependency id="NitoAsyncEx.Context.StrongName" version="1.1.0" />
<dependency id="System.Net.Http" version="4.3.2" />
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.ASP.NET.Core/Examplinvi.ASP.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" />
<PackageReference Include="Nito.AsyncEx.Context.StrongName" Version="1.1.0" />
<PackageReference Include="NitoAsyncEx.Context.StrongName" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.ASP.NET/Examplinvi.ASP.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.ASP.NET/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="Modernizr" version="2.6.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="Respond" version="1.2.0" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="4.3.1" targetFramework="net461" />
<package id="System.Net.Http" version="4.3.2" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.NETFramework/Examplinvi.NETFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.NETFramework/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Autofac" version="4.6.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="System.Net.Http" version="4.3.2" targetFramework="net461" />
<package id="System.Reflection.TypeExtensions" version="4.3.0" targetFramework="net461" />
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="net461" />
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.NETStandard/Examplinvi.NETStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nito.AsyncEx.Context.StrongName" Version="1.1.0" />
<PackageReference Include="NitoAsyncEx.Context.StrongName" Version="1.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.UAP/Examplinvi.UAP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.2.3</Version>
</PackageReference>
<PackageReference Include="Nito.AsyncEx.Context">
<PackageReference Include="NitoAsyncEx.Context.StrongName">
<Version>1.1.0</Version>
</PackageReference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.WPF/Examplinvi.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Autofac" version="4.6.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="System.Collections.Immutable" version="1.4.0" targetFramework="net461" />
<package id="System.Net.Http" version="4.3.3" targetFramework="net461" />
<package id="System.Reflection.TypeExtensions" version="4.3.0" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.Winforms/Examplinvi.Winforms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.Winforms/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net46" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="System.AppContext" version="4.3.0" targetFramework="net46" />
<package id="System.Collections" version="4.3.0" targetFramework="net46" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net46" />
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.Xamarin.Android/Examplinvi.Xamarin.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Context.StrongName.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.Xamarin.Android/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid60" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid60" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="monoandroid71" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="monoandroid71" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="monoandroid71" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid60" />
Expand Down
6 changes: 3 additions & 3 deletions Examplinvi.Xamarin.iOS/Examplinvi.Xamarin.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Context.StrongName.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.6\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\netstandard1.6\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\netstandard1.4\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IO.Compression" />
Expand Down
2 changes: 1 addition & 1 deletion Examplinvi.Xamarin.iOS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="xamarinios10" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="xamarinios10" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="xamarinios10" />
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
Expand Down
6 changes: 3 additions & 3 deletions Testinvi/Testinvi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Context.dll</HintPath>
</Reference>
<Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.AsyncEx.Tasks.dll</HintPath>
</Reference>
<Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7247f14397bf67b9, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
<HintPath>..\packages\NitoAsyncEx.Context.StrongName.1.1.0\lib\net461\Nito.Disposables.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Testinvi/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Nito.AsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="NitoAsyncEx.Context.StrongName" version="1.1.0" targetFramework="net461" />
<package id="System.Net.Http" version="4.3.2" targetFramework="net461" />
<package id="System.Reflection.TypeExtensions" version="4.3.0" targetFramework="net461" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net461" />
Expand Down
2 changes: 1 addition & 1 deletion Tweetinvi/Tweetinvi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.2" />
<PackageReference Include="Nito.AsyncEx.Context.StrongName" Version="1.1.0" />
<PackageReference Include="NitoAsyncEx.Context.StrongName" Version="1.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8dd528c

Please sign in to comment.