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

Commit 1fed544

Browse files
3.5.0 (#885)
* 3.5.0 * update CHANGELOG.md Co-authored-by: superboyiii <[email protected]>
1 parent dcf1e28 commit 1fed544

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
412
## [3.4.0]
513

614
### Added

Neo.ConsoleService/Neo.ConsoleService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<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" />
1717
</ItemGroup>
1818

1919
</Project>

neo-cli/neo-cli.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Copyright>2016-2022 The Neo Project</Copyright>
55
<AssemblyTitle>Neo.CLI</AssemblyTitle>
6-
<Version>3.4.0</Version>
6+
<Version>3.5.0</Version>
77
<Authors>The Neo Project</Authors>
88
<TargetFramework>net6.0</TargetFramework>
99
<AssemblyName>neo-cli</AssemblyName>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Neo" Version="3.4.0-CI01391" />
26+
<PackageReference Include="Neo" Version="3.5.0" />
2727
</ItemGroup>
2828

2929
<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-2022 The Neo Project</Copyright>
55
<AssemblyTitle>Neo.GUI</AssemblyTitle>
6-
<Version>3.4.0</Version>
6+
<Version>3.5.0</Version>
77
<Authors>The Neo Project</Authors>
88
<OutputType>WinExe</OutputType>
99
<TargetFramework>net6.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.2.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1010
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
1111
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)