Skip to content

Commit 22f9e8c

Browse files
authored
Merge pull request #147 from mkolt/users/mkolt/2.2.8
Bump version to 2.2.8
2 parents b474877 + 31cd7ca commit 22f9e8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/DocumentDB.ChangeFeedProcessor/DocumentDB.ChangeFeedProcessor.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AssemblyName>Microsoft.Azure.Documents.ChangeFeedProcessor</AssemblyName>
2222

2323
<PackageId>Microsoft.Azure.DocumentDB.ChangeFeedProcessor</PackageId>
24-
<PackageVersion>2.2.7</PackageVersion>
24+
<PackageVersion>2.2.8</PackageVersion>
2525
<Title>Microsoft Azure Cosmos DB Change Feed Processor library</Title>
2626
<Authors>Microsoft</Authors>
2727
<PackageLicenseUrl>http://go.microsoft.com/fwlink/?LinkID=509837</PackageLicenseUrl>
@@ -44,9 +44,9 @@
4444
<!--CS1587:XML comment is not placed on a valid language element
4545
LibLog files have misplaced comments, but we cannot touch them.-->
4646
<NoWarn>1587</NoWarn>
47-
<Version>2.2.7</Version>
48-
<AssemblyVersion>2.2.7.0</AssemblyVersion>
49-
<FileVersion>2.2.7.0</FileVersion>
47+
<Version>2.2.8</Version>
48+
<AssemblyVersion>2.2.8.0</AssemblyVersion>
49+
<FileVersion>2.2.8.0</FileVersion>
5050
<PackageReleaseNotes>The change log for this project is available at https://docs.microsoft.com/azure/cosmos-db/sql-api-sdk-dotnet-changefeed.
5151
</PackageReleaseNotes>
5252
</PropertyGroup>

src/DocumentDB.ChangeFeedProcessor/Utils/DocumentCollectionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.Azure.Documents.ChangeFeedProcessor.Utils
1010

1111
internal static class DocumentCollectionHelper
1212
{
13-
private const string DefaultUserAgentSuffix = "changefeed-2.2.7";
13+
private const string DefaultUserAgentSuffix = "changefeed-2.2.8";
1414

1515
public static DocumentCollectionInfo Canonicalize(this DocumentCollectionInfo collectionInfo)
1616
{

0 commit comments

Comments
 (0)