Skip to content

Commit

Permalink
Bump Microsoft.Azure.Cosmos from 3.46.0 to 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkozlenko committed Jan 13, 2025
1 parent 3aafc07 commit 34309ac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A toolset for deploying data to Azure Cosmos DB as part of a cloud-native application, designed for straightforward integration with CI/CD pipelines. The package format is based on the Common Data Model (CDM) and the Open Packaging Conventions (OPC) standards.

## Key Features

- Provides "dry run" mode for deployment testing and the ability to perform a "rollback" deployment.

## Packages Status

[![NuGet Status (Stable)](https://img.shields.io/nuget/v/cotopaxi.svg?label=nuget%3A%20stable&style=flat-square)](https://www.nuget.org/packages/cotopaxi)
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<ItemGroup>
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.46.1" />
<PackageVersion Include="Microsoft.CommonDataModel.ObjectModel" Version="1.7.6" />
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageVersion Include="MSTest" Version="3.7.0" />
<PackageVersion Include="MSTest" Version="3.7.1" />
<PackageVersion Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
<PackageVersion Include="System.IO.Hashing" Version="9.0.0" />
<PackageVersion Include="System.IO.Packaging" Version="9.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A toolset for deploying data to Azure Cosmos DB as part of a cloud-native applic

<p />

## Example
## How to Use

<p />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<Authors><![CDATA[Oleksandr Kozlenko]]></Authors>
<Copyright><![CDATA[© Oleksandr Kozlenko. All rights reserved.]]></Copyright>
<PackageDescription><![CDATA[A toolset for deploying data to Azure Cosmos DB as part of a cloud-native application, designed for straightforward integration with CI/CD pipelines.]]></PackageDescription>
<PackageTags><![CDATA[azure cosmosdb package cicd]]></PackageTags>
<PackageTags><![CDATA[azure cosmosdb deployment package cicd]]></PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A toolset for deploying data to Azure Cosmos DB as part of a cloud-native application, designed for straightforward integration with CI/CD pipelines. The package format is based on the Common Data Model (CDM) and the Open Packaging Conventions (OPC) standards.

## Key Features

- Provides "dry run" mode for deployment testing and the ability to perform a "rollback" deployment.

## Documentation

- [Cotopaxi - Documentation](https://alexanderkozlenko.github.io/cotopaxi)
Expand Down

0 comments on commit 34309ac

Please sign in to comment.