Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the nuget group with 1 update in the /ComplexTypeParamActionSelection2/ComplexTypeParamActionSelection2 directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /HTTPSWebAPISample/HTTPSWebAPISample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /HypermediaIntro/HypermediaIntro directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /KatanaOWINSample/KatanaOWINSample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /KatanaOWINWebApiSample/KatanaOWINWebApiSample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /MultiTenantWebAPI/MultiTenantWebAPI directory: Newtonsoft.Json.
Bumps the nuget group with 2 updates in the /ResourceOwnerCredentialsSample/ResourceOwnerCredentialsSample directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 1 update in the /TCNationalIdCheckService/TCNationalIdCheckService directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /ValidationSample/ValidationSample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebAPIODataPackage/WebAPIODataPackage directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebAPITracingNugetPackage/WebAPITracingNugetPackage directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebApiEFMultiTenantSample/WebApiEFMultiTenantSample.Api directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebApiSafeDelegatingHandler/WebApiSafeDelegatingHandler directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebApiThinktectureIdentityModel/WebApiThinktectureIdentityModel directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /WebApıTracingInfo/WebApıTracingInfo directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/AspNetTimeoutSample/AspNetTimeoutSample directory: Newtonsoft.Json.
Bumps the nuget group with 2 updates in the /v2/AttributeRoutingSample/AttributeRoutingSample directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 1 update in the /v2/AttributeRoutingSample/AttributeRoutingSample.Core directory: Newtonsoft.Json.
Bumps the nuget group with 3 updates in the /v2/AttributeRoutingSample/AttributeRoutingSample.Docs directory: Newtonsoft.Json, jQuery and bootstrap.
Bumps the nuget group with 2 updates in the /v2/BddWebApiIntegrationTests/MSpecWebApiIntegrationTests directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 2 updates in the /v2/BddWebApiIntegrationTests/WebApiApp.Core directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 2 updates in the /v2/CacheCowSample/CacheCowSample directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 1 update in the /v2/DefaultHttpBatchHandlerSample/DefaultHttpBatchHandlerSample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/ExceptionHandlingSample/ExceptionHandlingSample directory: Newtonsoft.Json.
Bumps the nuget group with 2 updates in the /v2/HostPrincipalServiceSample/HostPrincipalServiceSample directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 1 update in the /v2/HostPrincipalServiceSample/HostPrincipalServiceSample.Core directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/HttpPatchASPNETWebApi/HttpPatchASPNETWebApi directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/JsonPatchSample/JsonPatchSample directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/LargeFileStreamingSample/ConsoleApplication1 directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/LargeFileStreamingSample/WebApplication7 directory: Newtonsoft.Json.
Bumps the nuget group with 1 update in the /v2/ParallelOwinTesting/ParallelOwinTesting.Api directory: Newtonsoft.Json.
Bumps the nuget group with 2 updates in the /v2/ParallelOwinTesting/ParallelOwinTesting.Api.Integration.Tests directory: Newtonsoft.Json and Microsoft.Owin.
Bumps the nuget group with 1 update in the /v2/TimeoutSample/TimeoutSample directory: Newtonsoft.Json.
Bumps the nuget group with 2 updates in the /v2/TimeoutWithOwinLimits/TimeoutWithOwinLimits directory: Newtonsoft.Json and Microsoft.Owin.

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.10 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 5.0.6 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Microsoft.Owin from 2.0.2 to 4.2.2

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

aspnet/AspNetKatana#389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });

4.1.1 Release

This release includes a security fix and some minor improvements. The packages are available on nuget.org.

  • CVE-2020-1045 also applies to Microsoft.Owin.
  • See here for the complete list of changes.
Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter

... (truncated)

Commits

Updates Newtonsoft.Json from 4.5.11 to 13.0.1

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

12.0.2

  • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
  • New feature - Added constructor to JTokenReader to specify initial path
  • New feature - Added JsonProperty.IsRequiredSpecified
  • New feature - Added JsonContract.InternalConverter
  • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
  • Fix - Fixed deserializing nullable struct collections
  • Fix - Fixed memory link when serializing enums to named values
  • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

12.0.1

  • New feature - Added NuGet package signing
  • New feature - Added Authenticode assembly signing
  • New feature - Added SourceLink support
  • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
  • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
  • New feature - Added line information to JsonSerializationException
  • New feature - Added JObject.Property overload with a StringComparison
  • New feature - Added JsonMergeSettings.PropertyNameComparison
  • New feature ...

    Description has been truncated

Bumps the nuget group with 1 update in the /ComplexTypeParamActionSelection2/ComplexTypeParamActionSelection2 directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /HTTPSWebAPISample/HTTPSWebAPISample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /HypermediaIntro/HypermediaIntro directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /KatanaOWINSample/KatanaOWINSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /KatanaOWINWebApiSample/KatanaOWINWebApiSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /MultiTenantWebAPI/MultiTenantWebAPI directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 2 updates in the /ResourceOwnerCredentialsSample/ResourceOwnerCredentialsSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 1 update in the /TCNationalIdCheckService/TCNationalIdCheckService directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /ValidationSample/ValidationSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebAPIODataPackage/WebAPIODataPackage directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebAPITracingNugetPackage/WebAPITracingNugetPackage directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebApiEFMultiTenantSample/WebApiEFMultiTenantSample.Api directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebApiSafeDelegatingHandler/WebApiSafeDelegatingHandler directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebApiThinktectureIdentityModel/WebApiThinktectureIdentityModel directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /WebApıTracingInfo/WebApıTracingInfo directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/AspNetTimeoutSample/AspNetTimeoutSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 2 updates in the /v2/AttributeRoutingSample/AttributeRoutingSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 1 update in the /v2/AttributeRoutingSample/AttributeRoutingSample.Core directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 3 updates in the /v2/AttributeRoutingSample/AttributeRoutingSample.Docs directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json), jQuery and bootstrap.
Bumps the nuget group with 2 updates in the /v2/BddWebApiIntegrationTests/MSpecWebApiIntegrationTests directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 2 updates in the /v2/BddWebApiIntegrationTests/WebApiApp.Core directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 2 updates in the /v2/CacheCowSample/CacheCowSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 1 update in the /v2/DefaultHttpBatchHandlerSample/DefaultHttpBatchHandlerSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/ExceptionHandlingSample/ExceptionHandlingSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 2 updates in the /v2/HostPrincipalServiceSample/HostPrincipalServiceSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 1 update in the /v2/HostPrincipalServiceSample/HostPrincipalServiceSample.Core directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/HttpPatchASPNETWebApi/HttpPatchASPNETWebApi directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/JsonPatchSample/JsonPatchSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/LargeFileStreamingSample/ConsoleApplication1 directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/LargeFileStreamingSample/WebApplication7 directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 1 update in the /v2/ParallelOwinTesting/ParallelOwinTesting.Api directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 2 updates in the /v2/ParallelOwinTesting/ParallelOwinTesting.Api.Integration.Tests directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 1 update in the /v2/TimeoutSample/TimeoutSample directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json).
Bumps the nuget group with 2 updates in the /v2/TimeoutWithOwinLimits/TimeoutWithOwinLimits directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).


Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.10 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.0.2 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.8 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.8 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.8 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.0.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `jQuery` from 1.10.2 to 3.5.0

Updates `bootstrap` from 3.0.0 to 5.0.0

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.0.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.0.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.0.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 1.1.0-beta2 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 6.0.4 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 4.5.11 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.1.0 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Newtonsoft.Json` from 5.0.6 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@4.5.11...13.0.1)

Updates `Microsoft.Owin` from 2.1.0 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.2.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: jQuery
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: bootstrap
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants