Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
3.5.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Dec 2, 2022
1 parent affa86c commit 2f9d095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Neo.VM/Neo.VM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>2016-2022 The Neo Project</Copyright>
<Description>Neo virtual machine</Description>
<VersionPrefix>3.4.0</VersionPrefix>
<VersionPrefix>3.5.0</VersionPrefix>
<Authors>The Neo Project</Authors>
<TargetFramework>net6.0</TargetFramework>
<PackageTags>NEO;AntShares;Blockchain;Smart Contract;VM</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion tests/Neo.VM.Tests/Extensions/JsonExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static JsonExtensions()
NullValueHandling = NullValueHandling.Ignore,
};

_settings.Converters.Add(new StringEnumConverter(true));
_settings.Converters.Add(new StringEnumConverter(new CamelCaseNamingStrategy()));
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion tests/Neo.VM.Tests/Neo.VM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>
Expand Down

0 comments on commit 2f9d095

Please sign in to comment.