Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Updated package dependencies and DocumentDB.Core to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfocrash committed Jan 5, 2019
1 parent 65a58fe commit fbef306
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cosmonaut" Version="2.5.0" />
<PackageReference Include="Cosmonaut" Version="2.7.1" />
<PackageReference Include="Cosmonaut.Extensions.Microsoft.DependencyInjection" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.2.3" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.2" />
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.2.5" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Cosmonaut/Cosmonaut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Humanizer.Core.uk" Version="2.5.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.2.0" />
<PackageReference Include="Humanizer.Core.uk" Version="2.5.16" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.2.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Cosmonaut/Internal/InternalTypeCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal class InternalTypeCache
{
private static InternalTypeCache _instance;
private static readonly object Padlock = new object();
private const string LibVersion = ", Microsoft.Azure.DocumentDB.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
private const string LibVersion = ", Microsoft.Azure.DocumentDB.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";

internal ConstructorInfo DocumentServiceResponseCtorInfo { get; }

Expand Down

0 comments on commit fbef306

Please sign in to comment.