File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ will not have contiguous patch numbers. Initial major and minor releases will be
1313in this file without a patch number. Patch version will be included for bug fixes, but
1414may not exactly match a publicly released version.
1515
16+ ## [ 3.0.3] - 2021-08-06
17+
18+ ### Changed
19+
20+ * Update dependencies for Neo 3.0.2 release
21+
1622## [ 3.0] - 2021-08-02
1723
1824### Changed
Original file line number Diff line number Diff line change 99 <ItemGroup >
1010 <PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
1111 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
12- <PackageReference Include =" Neo" Version =" 3.0.0 " />
12+ <PackageReference Include =" Neo" Version =" 3.0.2 " />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 77 <TargetFramework >net5.0</TargetFramework >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Neo.BlockchainToolkit.Library" Version =" 3.0.2" />
10+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
11+ <PackageReference Include =" Neo.BlockchainToolkit.Library" Version =" 3.0.4" />
1112 </ItemGroup >
1213</Project >
You can’t perform that action at this time.
0 commit comments