Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/AzSdk.reference.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.props'))" />
<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="[3.3.17, 4.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.16, 3.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="[3.3.18, 4.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.17, 3.0.0)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="System.Net.Http" Version="4.3.0"/>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down
6 changes: 3 additions & 3 deletions src/AzSdk.test.reference.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('test.props'))" />

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Test.HttpRecorder" Version="[1.12.0, 2.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="[1.7.4, 2.0.0)" />
<PackageReference Include="Microsoft.Azure.Test.HttpRecorder" Version="[1.13.1, 2.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="[1.7.5, 2.0.0)" />
<PackageReference Include="Microsoft.Azure.ResourceManager" Version="[1.1.0-preview]" />

<!-- This is needed for discovering tests in test explorer -->
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
<PropertyGroup>
<Description>Provides management capabilities for Azure Analysis Services accounts.</Description>
<AssemblyTitle>Microsoft Azure Analysis Services Management Library</AssemblyTitle>
<Version>2.0.3</Version>
<Version>2.0.4</Version>
<AssemblyName>Microsoft.Azure.Management.Analysis</AssemblyName>
<PackageId>Microsoft.Azure.Management.Analysis</PackageId>
<PackageTags>AnalysisService;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure AnalysisServices SDK. Included with this release is adding query scale out and firewall support which are released in 2017-08-01 API.
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides management functionality for Azure Analysis Services Resources.")]

[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Description>Provides ApiManagement management capabilities for Microsoft Azure.</Description>
<AssemblyTitle>Microsoft Azure API Management Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.ApiManagement</AssemblyName>
<Version>4.0.4-preview</Version>
<Version>4.0.5-preview</Version>
<PackageTags>Microsoft Azure ApiManagement management;API Management;</PackageTags>
<PackageReleaseNotes>Refer https://aka.ms/apimdotnetsdkchangelog for release notes.</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Api management capabilities for Microsoft Azure.")]

[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.4.0")]
[assembly: AssemblyFileVersion("4.0.5.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<PropertyGroup>
<Description>Microsoft Azure Application Insights Library</Description>
<Version>0.1.1-preview</Version>
<Version>0.2.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.ApplicationInsights</AssemblyName>
<PackageId>Microsoft.Azure.Management.ApplicationInsights</PackageId>
<PackageTags>Management.ApplicationInsights;</PackageTags>
<PackageReleaseNotes>This is a preview release of the Application Insights Management SDK. Included with this release is support for components/webtests/continuous export configuration/pricing tier managment APIs.</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("Microsoft Azure Management Application Insights Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Management Application Insights operations.")]

[assembly: AssemblyVersion("0.1.0.1")]
[assembly: AssemblyFileVersion("0.1.0.1")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Network" Version="[14.0.0-preview,16.0)" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<ProjectReference Include="..\Management.Automation\Microsoft.Azure.Management.Automation.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@

<PropertyGroup>
<Description>Microsoft Azure Billing Management Library</Description>
<Version>2.1.0-preview</Version>
<Version>2.1.1-preview</Version>
<AssemblyName>Microsoft.Azure.Management.Billing</AssemblyName>
<PackageId>Microsoft.Azure.Management.Billing</PackageId>
<PackageTags>Microsoft Azure Billing management;Billing;Billing management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public preview release of the Azure Billing SDK. Included with this release is support for enrollment accounts.
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>

</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Billing.")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<ProjectReference Include="..\Management.Blueprint\Microsoft.Azure.Management.Blueprint.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[2.28.3]" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.13.9]" />
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.14.0]" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="[5.1.2]" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -55,4 +55,4 @@
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.CognitiveServices</PackageId>
<Description>Microsoft Azure Management Cognitive Services Library</Description>
<Version>4.1.0</Version>
<Version>4.1.1</Version>
<AssemblyName>Microsoft.Azure.Management.CognitiveServices</AssemblyName>
<PackageTags>Cognitive Services management;Cognitive Services;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1. Add ResourceSkusOperations;
1. Add filter to GetUsages operation;
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Cognitive Services management functions for managing Microsoft Azure Cognitive Services accounts.")]

[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Consumption</PackageId>
<Description>Microsoft Azure Consumption Management Library</Description>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionPrefix>3.0.2</VersionPrefix>
<AssemblyName>Microsoft.Azure.Management.Consumption</AssemblyName>
<PackageTags>Consumptionmanagement;Consumption;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure Consunmption SDK that provides access to consumption resources for Azure Enterprise Subscriptions. Included with this release is addding Marketplace, Budget and Pricesheet APIs.
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Consumption.")]

[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataFactory</PackageId>
<Description>Azure Data Factory V2 is the data integration platform that goes beyond Azure Data Factory V1's orchestration and batch-processing of time-series data, with a general purpose app model supporting modern data warehousing patterns and scenarios, lift-and-shift SSIS, and data-driven SaaS applications. Compose and manage reliable and secure data integration workflows at scale. Use native ADF data connectors and Integration Runtimes to move and transform cloud and on-premises data that can be unstructured, semi-structured, and structured with Hadoop, Azure Data Lake, Spark, SQL Server, Cosmos DB and many other data platforms.</Description>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<PackageTags>Microsoft Azure resource management;Data Factory;ADF;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Added variables support to Pipelines
- Added new AppendVariable and SetVariable activities
- Added support for SecureInput in activities
- Added ScriptActions to on demand HDI linked service
- Added support for recursive Cancel operation on runs
- Added TumblingWindowRerunTrigger API
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure Data Factory Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Factory Resources.")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataLake.Store</PackageId>
<Description>Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.</Description>
<Version>2.4.1-preview</Version>
<Version>2.4.2-preview</Version>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<PackageTags>Data Lake Store management;DataLakeStore;</PackageTags>
<PackageReleaseNotes>See https://aka.ms/adlsdotnetsdkchangelog for release notes.</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataMigration</PackageId>
<Description>Provides developers with libraries for the Database Migration Service (DMS) under Azure Resource manager to deploy an instance of DMS. Create, Delete, Create project, Start Migration, and more.</Description>
<Version>0.4.0-preview</Version>
<Version>0.5.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.DataMigration</AssemblyName>
<PackageTags>DataMigration;Data Migration;DataMigration_2018-07-15-preview;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public preview release of the Azure DMS SDK. Included with this release is support for all service, project and task related APIs required for Sql to Azure Sql Database migration.
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Data Migration Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Migration Resources.")]

[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DevSpaces</PackageId>
<Description>Provides management operations support for Azure Dev Spaces.</Description>
<Version>0.9.0-preview</Version>
<Version>0.10.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.DevSpaces</AssemblyName>
<PackageTags>Microsoft Azure Dev Spaces;Dev Spaces;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a private preview release of Azure Dev Spaces SDK.
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Dev Spaces Management Library")]
[assembly: AssemblyDescription("Provides management operations support for Azure Dev Spaces.")]

[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<!-- Please do not move/edit code below this line -->

<PropertyGroup>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Description>Microsoft.Azure.Management.DevTestLabs</Description>
<AssemblyName>Microsoft.Azure.Management.DevTestLabs</AssemblyName>
<PackageId>Microsoft.Azure.Management.DevTestLabs</PackageId>
<PackageTags>DevTestLabs;</PackageTags>
<PackageReleaseNotes/>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure DevTest Labs Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DevTest Labs Resources.")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Dns</PackageId>
<Description>Provides management capabilities for Azure Dns.</Description>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<AssemblyName>Microsoft.Azure.Management.Dns</AssemblyName>
<PackageTags>Microsoft Azure Dns;Dns;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1) Support for api version 2018-05-01 containing ALIAS records
]]>
</PackageReleaseNotes>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SDKs/Dns/Management.Dns/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure DNS Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DNS Resources.")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageId>Microsoft.Azure.Management.FrontDoor</PackageId>
<Description>Provides management capabilities for Front Door services.</Description>
<AssemblyName>Microsoft.Azure.Management.FrontDoor</AssemblyName>
<Version>0.9.0-preview</Version>
<Version>0.10.0-preview</Version>
<PackageTags>Microsoft Azure Front Door management;FrontDoor;Front Door management;</PackageTags>
<PackageReleaseNotes>
SDK for Azure FrontDoor Management service
Taking dependency on 10.0.3 version of Newtonsoft nuget package.
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading