From 3f2ec73c4a48cf5b25606909e3ba2d4479909427 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Tue, 5 Nov 2019 12:00:42 -0800 Subject: [PATCH] Updating package --- .../Usage/AzureFunctions/AzureFunctions.csproj | 2 +- .../Usage/BulkSupport/BulkSupport.csproj | 2 +- .../Usage/ChangeFeed/ChangeFeed.csproj | 2 +- .../Usage/ContainerManagement/ContainerManagement.csproj | 2 +- .../Usage/CustomSerialization/CustomSerialization.csproj | 2 +- .../Usage/DatabaseManagement/DatabaseManagement.csproj | 2 +- .../Usage/Handlers/HandlerSample.csproj | 2 +- .../Usage/IndexManagement/IndexManagement.csproj | 2 +- .../Usage/ItemManagement/ItemManagement.csproj | 2 +- .../NonPartitionContainerMigration.csproj | 2 +- Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj | 2 +- .../Usage/ServerSideScripts/ServerSideScripts.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj index 35eb7428a5..5543126eec 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj @@ -13,7 +13,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj index c29acac0a5..64b5a17e8d 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj @@ -12,7 +12,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj index b7ddd32c62..65d50d00ab 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj @@ -8,7 +8,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj index 995d4c2c75..a12d5cf6d4 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj @@ -16,7 +16,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj index 682b0aff5e..5f30da329c 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj @@ -7,7 +7,7 @@ - +