File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
11
11
<!-- https://semver.org/spec/v2.0.0.html -->
12
- <Version >0.3 .0</Version >
12
+ <Version >0.4 .0</Version >
13
13
<AssemblyVersion >$(Version)</AssemblyVersion >
14
14
<LangVersion >12.0</LangVersion >
15
15
41
41
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
42
42
<AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder >
43
43
<PackageReleaseNotes >
44
+ --- 0.4.0 ---
45
+ [Breaking]
46
+ No breaking changes for code in this library.
47
+ Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.5.0. See release notes for details.
48
+
44
49
--- 0.3.0 ---
45
50
[Breaking]
46
51
No breaking changes for code in this library.
@@ -65,7 +70,7 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS
65
70
</ItemGroup >
66
71
67
72
<ItemGroup >
68
- <PackageReference Include =" IpfsShipyard.Ipfs.Core" Version =" 0.4 .0" />
73
+ <PackageReference Include =" IpfsShipyard.Ipfs.Core" Version =" 0.5 .0" />
69
74
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
70
75
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
71
76
<PackageReference Include =" Multiformats.Base" Version =" 2.0.2" />
You can’t perform that action at this time.
0 commit comments