Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Updated to Neo-express to 3.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Nov 8, 2023
1 parent 397eed7 commit b954b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>2023 Christopher Schuchardt</Copyright>

<PackageId>NeoEvents.SmartContract.Templates</PackageId>
<PackageVersion>1.1.1</PackageVersion>
<PackageVersion>1.1.2</PackageVersion>
<PackageProjectUrl>https://github.com/cschuchardt88/neo-templates</PackageProjectUrl>
<PackageIcon>neo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
"type": "parameter",
"datatype": "choice",
"choices": [
{
"choice": "3.6.17"
},
{
"choice": "3.5.20"
}
],
"defaultValue": "3.5.20",
"defaultValue": "3.6.17",
"replaces": "TemplateExpressVersion"
},
"ContractName": {
Expand Down

0 comments on commit b954b88

Please sign in to comment.