Skip to content

Commit

Permalink
Version v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Oct 25, 2023
1 parent 3d710a7 commit d8b88d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -11,9 +11,9 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<RootNamespace>NetPad</RootNamespace>
<Nullable>enable</Nullable>
<AssemblyVersion>0.5.0</AssemblyVersion>
<FileVersion>0.5.0</FileVersion>
<InformationalVersion>0.5.0</InformationalVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion>0.5.1</FileVersion>
<InformationalVersion>0.5.1</InformationalVersion>
<LangVersion>11</LangVersion>
</PropertyGroup>
<ItemGroup>
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 © 2020 Tareq Imbasher",
buildVersion: "0.5.0",
buildVersion: "0.5.1",
compression: "maximum",
directories: {
output: "../../../bin/Desktop"
Expand Down

0 comments on commit d8b88d1

Please sign in to comment.