This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree 5 files changed +13
-5
lines changed
tests/Neo.ConsoleService.Tests
5 files changed +13
-5
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
3
4
+ ## [ 3.5.0]
5
+
6
+ ### Fixed
7
+ - ([ #879 ] ( https://github.com/neo-project/neo-node/pull/879/ ) ) fix json input
8
+
9
+ ### Removed
10
+ - ([ #883 ] ( https://github.com/neo-project/neo-node/pull/883/ ) ) remove sqlite
11
+
4
12
## [ 3.4.0]
5
13
6
14
### Added
Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<PackageReference Include =" System.Runtime.Loader" Version =" 4.3.0" />
16
- <PackageReference Include =" System.ServiceProcess.ServiceController" Version =" 6 .0.0" />
16
+ <PackageReference Include =" System.ServiceProcess.ServiceController" Version =" 7 .0.0" />
17
17
</ItemGroup >
18
18
19
19
</Project >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Copyright >2016-2022 The Neo Project</Copyright >
5
5
<AssemblyTitle >Neo.CLI</AssemblyTitle >
6
- <Version >3.4 .0</Version >
6
+ <Version >3.5 .0</Version >
7
7
<Authors >The Neo Project</Authors >
8
8
<TargetFramework >net6.0</TargetFramework >
9
9
<AssemblyName >neo-cli</AssemblyName >
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Neo" Version =" 3.4.0-CI01391 " />
26
+ <PackageReference Include =" Neo" Version =" 3.5.0 " />
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Copyright >2016-2022 The Neo Project</Copyright >
5
5
<AssemblyTitle >Neo.GUI</AssemblyTitle >
6
- <Version >3.4 .0</Version >
6
+ <Version >3.5 .0</Version >
7
7
<Authors >The Neo Project</Authors >
8
8
<OutputType >WinExe</OutputType >
9
9
<TargetFramework >net6.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.2 .0" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
10
10
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
11
11
<PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
12
12
</ItemGroup >
You can’t perform that action at this time.
0 commit comments