Skip to content

Commit f2b1ccb

Browse files
authored
Update README.md
1 parent 4ddf2ab commit f2b1ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ WinGetPackage package = packageManager.GetInstalledPackages(packageId, true).Fir
115115

116116
if (package.AvailableVersionObject > package.VersionObject)
117117
{
118-
Console.WriteLine("You are currently running version {currentVersion} and a newer version ({latestVersion}) is available. You should update now using Winget command 'winget {packageId}' from the Windows Terminal.", currentPackageVersion, latestPackageVersion, packageId);
118+
Console.WriteLine("You are currently running version {currentVersion} and a newer version ({latestVersion}) is available. You should update now using Winget command 'winget {packageId}' from the Windows Terminal.", package.VersionObject, package.AvailableVersionObject, packageId);
119119
}
120120
```

0 commit comments

Comments
 (0)