Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
2.12.1 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
superboyiii authored Sep 18, 2020
1 parent ef9c54f commit ee8edce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neo-gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("neo-gui")]
[assembly: AssemblyCopyright("© The Neo Project 2015-2018 Released under the MIT license")]
[assembly: AssemblyCopyright("© The Neo Project 2015-2020 Released under the MIT license")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,6 +30,6 @@
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
[assembly: AssemblyVersion("2.10.*")]
[assembly: AssemblyVersion("2.12.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion neo-gui/neo-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Neo">
<Version>2.12.0</Version>
<Version>2.12.1</Version>
</PackageReference>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="1.1.13" />
</ItemGroup>
Expand Down

0 comments on commit ee8edce

Please sign in to comment.