Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Dec 28, 2023
1 parent de344f8 commit 71f5bd2
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.6.0</AssemblyVersion>
<FileVersion>0.6.0</FileVersion>
<InformationalVersion>0.6.0</InformationalVersion>
<AssemblyVersion>0.6.1</AssemblyVersion>
<FileVersion>0.6.1</FileVersion>
<InformationalVersion>0.6.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.6.0",
buildVersion: "0.6.1",
compression: "maximum",
directories: {
output: "../../../bin/Desktop"
Expand Down

0 comments on commit 71f5bd2

Please sign in to comment.