Reads and displays the seed of your current Noita run from memory.
Run noisee.exe
before or after you start Noita.
To build from source and publish a single-file binary (requires .NET 6 Runtime), run
.\Publish-Project.ps1 -Configuration Release
To build form source and publish as a single-file and self-contained binary (.NET 6 Runtime included, but larger file size), run
.\Publish-Project.ps1 -Configuration Release -SelfContained
Use Get-Help .\Publish-Project.ps1
for more information.