Skip to content

Commit

Permalink
Update version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Jul 1, 2024
1 parent 3cd4e60 commit df258fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,17 @@ All Pull Requests, feedback and contributions are welcome!
Also a special thanks to the NetPad's wonderful <a href="https://github.com/sponsors/tareqimbasher">sponsors</a>. Sponsorships
help pay for builds and helps me maintain this project.

<a href="https://github.com/hamedwiz"><img src="https://github.com/hamedwiz.png" width="50px" alt="hamedwiz" /></a>&nbsp;&nbsp;
<a href="https://github.com/lpreiner"><img src="https://github.com/lpreiner.png" width="50px" alt="lpreiner" /></a>&nbsp;&nbsp;
<a href="https://github.com/mattjcowan"><img src="https://github.com/mattjcowan.png" width="50px" alt="mattjcowan" /></a>&nbsp;&nbsp;
<a href="https://github.com/lpreiner"><img src="https://github.com/lpreiner.png" width="50px" alt="lpreiner" /></a>&nbsp;&nbsp;
<a href="https://github.com/jdonohoo"><img src="https://github.com/jdonohoo.png" width="50px" alt="jdonohoo" /></a>&nbsp;&nbsp;
<a href="https://github.com/ChristopherHaws"><img src="https://github.com/ChristopherHaws.png" width="50px" alt="ChristopherHaws" /></a>&nbsp;&nbsp;
<a href="https://github.com/smashedtoatoms"><img src="https://github.com/smashedtoatoms.png" width="50px" alt="smashedtoatoms" /></a>&nbsp;&nbsp;
<a href="https://github.com/pelsedyr"><img src="https://github.com/pelsedyr.png" width="50px" alt="pelsedyr" /></a>&nbsp;&nbsp;

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

Expand All @@ -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)
Expand All @@ -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
Expand Down
Binary file modified docs/images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<RootNamespace>NetPad</RootNamespace>
<AssemblyVersion>0.7.1</AssemblyVersion>
<FileVersion>0.7.1</FileVersion>
<InformationalVersion>0.7.1</InformationalVersion>
<AssemblyVersion>0.7.2</AssemblyVersion>
<FileVersion>0.7.2</FileVersion>
<InformationalVersion>0.7.2</InformationalVersion>
<IsPackable>false</IsPackable>
<SpaRoot>App\</SpaRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
Expand Down
2 changes: 1 addition & 1 deletion src/Apps/NetPad.Apps.App/electron.manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df258fa

Please sign in to comment.