Skip to content

Commit ce8df45

Browse files
committed
Adding final changes
-Removing packages.config from gitignore -making MainAsync() private
1 parent c147c12 commit ce8df45

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ ehthumbs.db
5959

6060
# Folder config file
6161
Desktop.ini
62-
samples/ChangeFeedMigrationTool/packages.config

samples/ChangeFeedMigrationTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static void Main(string[] args)
6666
/// Change Feed Host (RunChangeFeedHostAsync)
6767
/// </summary>
6868
/// <returns>A Task to allow asynchronous execution</returns>
69-
public async Task MainAsync()
69+
private async Task MainAsync()
7070
{
7171
await this.CreateCollectionIfNotExistsAsync(
7272
this.monitoredUri,

0 commit comments

Comments
 (0)