Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit da78619

Browse files
authored
v3.6.2 (#907)
1 parent f4c4b3a commit da78619

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3+
4+
## [3.6.2]
5+
6+
### Changed
7+
- ([#893](https://github.com/neo-project/neo-node/pull/893/)) Validate before deploy update
8+
- ([#904](https://github.com/neo-project/neo-node/pull/904/)) Change Cancel Scope
9+
- ([#902](https://github.com/neo-project/neo-node/pull/902/)) Update Dockerfile to properly enable multi platform
10+
11+
### Added
12+
- ([#903](https://github.com/neo-project/neo-node/pull/903/)) add cancel command for conflict attribute
13+
314
## [3.6.0]
415

516
### Changed

neo-cli/neo-cli.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Copyright>2016-2023 The Neo Project</Copyright>
55
<AssemblyTitle>Neo.CLI</AssemblyTitle>
6-
<Version>3.6.0</Version>
6+
<Version>3.6.2</Version>
77
<Authors>The Neo Project</Authors>
88
<TargetFramework>net7.0</TargetFramework>
99
<AssemblyName>neo-cli</AssemblyName>
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Neo" Version="3.6.0" />
31+
<PackageReference Include="Neo" Version="3.6.2" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

neo-gui/neo-gui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Copyright>2016-2023 The Neo Project</Copyright>
55
<AssemblyTitle>Neo.GUI</AssemblyTitle>
6-
<Version>3.6.0</Version>
6+
<Version>3.6.2</Version>
77
<Authors>The Neo Project</Authors>
88
<OutputType>WinExe</OutputType>
99
<TargetFramework>net7.0-windows</TargetFramework>

tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1010
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
1111
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)