Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Mar 29, 2024
1 parent 317877f commit db1e43e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildConf/Generic-CodeGen.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/Nethereum/Nethereum</RepositoryUrl>
<Description>Code generation of Nethereum integration classes using the Solidity Abi and Bin</Description>
<Copyright>Juan Blanco</Copyright>
<Version>4.12.0</Version>
<Version>4.20.0</Version>
<Authors>Juan Blanco,Nethereum contributors</Authors>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion buildConf/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor>4</VersionMajor>
<VersionMinor>19</VersionMinor>
<VersionMinor>20</VersionMinor>
<VersionPatch>0</VersionPatch>
<NonDevAssemblyVersion>$(VersionMajor).$(VersionMinor).0</NonDevAssemblyVersion>
<AssemblyVersion>$(NonDevAssemblyVersion)</AssemblyVersion>
Expand Down
3 changes: 3 additions & 0 deletions src/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.preferCSharpExtension": true
}

0 comments on commit db1e43e

Please sign in to comment.