File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/DocumentDB.ChangeFeedProcessor Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments