Skip to content

Commit 9da0252

Browse files
committed
Bump version
1 parent 00e29a4 commit 9da0252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EasySign/Bundle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public void AddEntry(string path, string destinationPath = "./", string? rootPat
394394

395395
if (Manifest.StoreOriginalFiles)
396396
{
397-
Logger.LogDebug("Pending file: {name} for embedding in the bundle", name);
397+
Logger.LogDebug("Pending file: {name} for adding tp the bundle", name);
398398
_pendingForAdd[name] = File.ReadAllBytes(path);
399399
}
400400
}

src/EasySign/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.9",
3+
"version": "0.10",
44
"pathFilters": ["."],
55
"buildNumberOffset": -1,
66
"publicReleaseRefSpec": [

0 commit comments

Comments
 (0)