Skip to content

Commit

Permalink
3.0.1 (#621)
Browse files Browse the repository at this point in the history
* 3.0.1

* Update NeoFS.API

Co-authored-by: Erik Zhang <[email protected]>
  • Loading branch information
superboyiii and erikzhang authored Aug 3, 2021
1 parent 2aac869 commit ef59a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.0.1</VersionPrefix>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Neo.Plugins</RootNamespace>
<Authors>The Neo Project</Authors>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0" />
<PackageReference Include="Neo" Version="3.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/OracleService/OracleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Neo.ConsoleService" Version="1.0.0" />
<PackageReference Include="NeoFS.API" Version="3.0.0" />
<PackageReference Include="NeoFS.API" Version="3.0.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ef59a0e

Please sign in to comment.