diff --git a/README.md b/README.md index 454b70e9..e43cc7a6 100644 --- a/README.md +++ b/README.md @@ -61,16 +61,17 @@ All Pull Requests, feedback and contributions are welcome! Also a special thanks to the NetPad's wonderful sponsors. Sponsorships help pay for builds and helps me maintain this project. -hamedwiz   -lpreiner   mattjcowan   +lpreiner   jdonohoo   ChristopherHaws   +smashedtoatoms   +pelsedyr   If you like NetPad, please consider [sponsoring](https://github.com/sponsors/tareqimbasher) it with a cup of coffee ($5) a month, every bit helps me maintain this project and deliver more features. Thank you :heart: -Join our new [Discord server](https://discord.gg/FrgzNBYQFW) to collaborate with the community. +Join our [Discord server](https://discord.gg/FrgzNBYQFW) to collaborate with the community. ## Wiki @@ -95,6 +96,7 @@ See the [Troubleshooting](https://github.com/tareqimbasher/NetPad/wiki/Troublesh * Run SQL queries * Add NuGet packages * Reference assemblies from disk +* Syntax Tree Visualizer * User-defined results styling * Monaco Editor & OmniSharp offer an editor experience similar to Visual Studio Code: * Code Completion (Intellisense) @@ -119,8 +121,7 @@ See the [Troubleshooting](https://github.com/tareqimbasher/NetPad/wiki/Troublesh * Hyperlink driven Lazy-loading of results, and a DataGrid view * Benchmark your code * Referencing other scripts -* View your code's Syntax Tree -* View your code as IL +* IL Visualizer * Export a script as a "ready to run" .NET app * Export a script as a C# project * Ability to run a script from the command-line diff --git a/docs/images/preview.png b/docs/images/preview.png index fabaecb3..309284c5 100644 Binary files a/docs/images/preview.png and b/docs/images/preview.png differ diff --git a/src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj b/src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj index f7048306..d1274601 100644 --- a/src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj +++ b/src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj @@ -2,9 +2,9 @@ $(DefaultTargetFramework) NetPad - 0.7.1 - 0.7.1 - 0.7.1 + 0.7.2 + 0.7.2 + 0.7.2 false App\ $(DefaultItemExcludes);$(SpaRoot)node_modules\** diff --git a/src/Apps/NetPad.Apps.App/electron.manifest.js b/src/Apps/NetPad.Apps.App/electron.manifest.js index caea590a..91d90b35 100644 --- a/src/Apps/NetPad.Apps.App/electron.manifest.js +++ b/src/Apps/NetPad.Apps.App/electron.manifest.js @@ -6,7 +6,7 @@ const electronBuilderConfig = { appId: "com.netpad.app", productName: "NetPad", copyright: "Copyright © 2024 Tareq Imbasher", - buildVersion: "0.7.1", + buildVersion: "0.7.2", compression: "maximum", directories: { output: "../../../bin/Desktop"