Skip to content

Commit

Permalink
Add monospacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewNaylor committed Mar 19, 2022
1 parent feb3acb commit 713c0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelogs/v0.3.0.1-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ SHA-256 sum for "guinget.exe" in the archive:

These SHA-256 sums are for the libraries. Figured it would be a good idea to list them all out. I got this list by running `Get-ChildItem -Path .\lib -Recurse -Filter *.dll | Get-FileHash -Algorithm SHA256` in the archive's root folder. Here's how I learned to do it recursively: https://shellgeek.com/get-md5-checksum-or-sha-checksum-for-file-in-powershell/#Get-FileHash_Recursive_for_files

```text
82C1753E30043047E8AC6EA8E2EC53188790EC1CE492AFED0E5E70F0E8AD9ADA .\lib\libguinget.dll
3F2741B885A3BDD03422E0346542BF4D13384A5287FD3BAF94D05C964ABECB92 .\lib\libscrollswitchtabs.dll
3BACEAED157174779B03D53A65F65700EB37E8C942CE1696B0A8B0EFE6BE077B .\lib\Microsoft.Data.Sqlite.dll
Expand All @@ -50,7 +51,7 @@ F24D57A17849F58239561BA7872F2AA68BF6C80F365A0FCD6AEEF06B4440B476 .\lib\YamlDo
618AE75967ACF2053FDE3C74B2D96C4E6C097675C3A725EBC5605521DF296FBC .\lib\runtimes\win-arm\native\e_sqlite3.dll
29029877DCE20E985487B1805733D72E0962E6A5CB72796B52A52628AED085D5 .\lib\runtimes\win-x64\native\e_sqlite3.dll
D2E0558E63AC31BD4ED01E4DB7107812808B17C0223455C00482F631C0B43339 .\lib\runtimes\win-x86\native\e_sqlite3.dll

```


## Added
Expand Down

0 comments on commit 713c0b7

Please sign in to comment.