Skip to content

Commit

Permalink
Code generation console and auto gen update
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Apr 22, 2024
1 parent 06af71e commit 74cabeb
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 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.20.0</Version>
<Version>4.20.1</Version>
<Authors>Juan Blanco,Nethereum contributors</Authors>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo.Clean
dotnet clean -c release
echo.Publishing
cd ../Nethereum.Generator.Console
dotnet publish -c release ---framework net5.0
dotnet publish -c release ---framework net8.0
echo.Packing
cd ../Nethereum.Autogen.ContractApi
dotnet pack -c release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Nethereum.Autogen.ContractApi</id>
<version>4.20.0</version>
<version>4.20.1</version>
<authors>Juan Blanco, Dave Whiffin</authors>
<owners>Juan Blanco</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -17,8 +17,8 @@
</metadata>

<files>
<file src="..\..\Nethereum.Generator.Console\bin\release\net5.0\publish\*.dll" target="tools" />
<file src="..\..\Nethereum.Generator.Console\bin\release\net5.0\publish\*.json" target="tools" />
<file src="..\..\Nethereum.Generator.Console\bin\release\net8.0\publish\*.dll" target="tools" />
<file src="..\..\Nethereum.Generator.Console\bin\release\net8.0\publish\*.json" target="tools" />
<file src="..\..\..\LICENSE.md" target="" />
<file src="Nethereum.Autogen.ContractApi.targets" target="build" />
</files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<NugetVersion>4.11.0</NugetVersion>
<NugetVersion>4.20.1</NugetVersion>
</PropertyGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\buildConf\Generic-CodeGen.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64;</RuntimeIdentifiers>
<PackAsTool>true</PackAsTool>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 74cabeb

Please sign in to comment.