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

Commit

Permalink
3.6.0 (#508)
Browse files Browse the repository at this point in the history
* 3.6.0

* delete expired Travis logo
  • Loading branch information
superboyiii authored Sep 4, 2023
1 parent 7e59968 commit aa4f69d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@


<p align="center">
<a href="https://travis-ci.com/neo-project/neo-vm">
<img src="https://travis-ci.com/neo-project/neo-vm.svg?branch=master" alt="Current TravisCI build status.">
</a>
<a href="https://github.com/neo-project/neo-vm/releases">
<img src="https://badge.fury.io/gh/neo-project%2Fneo-vm.svg" alt="Current neo-vm version.">
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/Neo.VM/Neo.VM.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>2016-2022 The Neo Project</Copyright>
<Copyright>2016-2023 The Neo Project</Copyright>
<Description>Neo virtual machine</Description>
<VersionPrefix>3.5.0</VersionPrefix>
<VersionPrefix>3.6.0</VersionPrefix>
<Authors>The Neo Project</Authors>
<TargetFrameworks>netstandard2.1;net7.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions tests/Neo.VM.Tests/Neo.VM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aa4f69d

Please sign in to comment.