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

Commit 5e3ffcb

Browse files
authored
3.3.1 (#868)
1 parent 9512e05 commit 5e3ffcb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
## [3.3.1]
5+
6+
### Changed
7+
- ([#860](https://github.com/neo-project/neo-node/pull/860/)) delete plugin folder when uninstall plugin
8+
49
## [3.3.0]
510

611
### 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-2022 The Neo Project</Copyright>
55
<AssemblyTitle>Neo.CLI</AssemblyTitle>
6-
<Version>3.3.0</Version>
6+
<Version>3.3.1</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.3.0" />
26+
<PackageReference Include="Neo" Version="3.3.1" />
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.3.0</Version>
6+
<Version>3.3.1</Version>
77
<Authors>The Neo Project</Authors>
88
<OutputType>WinExe</OutputType>
99
<TargetFramework>net6.0-windows</TargetFramework>

0 commit comments

Comments
 (0)