This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree 4 files changed +15
-4
lines changed
tests/Neo.ConsoleService.Tests
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ 3.6.0]
4
15
5
16
### Changed
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Copyright >2016-2023 The Neo Project</Copyright >
5
5
<AssemblyTitle >Neo.CLI</AssemblyTitle >
6
- <Version >3.6.0 </Version >
6
+ <Version >3.6.2 </Version >
7
7
<Authors >The Neo Project</Authors >
8
8
<TargetFramework >net7.0</TargetFramework >
9
9
<AssemblyName >neo-cli</AssemblyName >
28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
31
- <PackageReference Include =" Neo" Version =" 3.6.0 " />
31
+ <PackageReference Include =" Neo" Version =" 3.6.2 " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Copyright >2016-2023 The Neo Project</Copyright >
5
5
<AssemblyTitle >Neo.GUI</AssemblyTitle >
6
- <Version >3.6.0 </Version >
6
+ <Version >3.6.2 </Version >
7
7
<Authors >The Neo Project</Authors >
8
8
<OutputType >WinExe</OutputType >
9
9
<TargetFramework >net7.0-windows</TargetFramework >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
10
10
<PackageReference Include =" MSTest.TestAdapter" Version =" 3.1.1" />
11
11
<PackageReference Include =" MSTest.TestFramework" Version =" 3.1.1" />
12
12
</ItemGroup >
You can’t perform that action at this time.
0 commit comments