|
8 | 8 | <LangVersion>12.0</LangVersion> |
9 | 9 |
|
10 | 10 | <!-- https://semver.org/spec/v2.0.0.html --> |
11 | | - <Version>0.3.0</Version> |
| 11 | + <Version>0.4.0</Version> |
12 | 12 | <AssemblyVersion>$(Version)</AssemblyVersion> |
13 | 13 |
|
14 | 14 | <!-- Nuget specs --> |
|
30 | 30 | <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> |
31 | 31 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
32 | 32 | <PackageReleaseNotes> |
| 33 | +--- 0.4.0 --- |
| 34 | +[Breaking] |
| 35 | +Added Mfs property to ICoreApi of type IMfsApi. The interface was added in a previous update, but it was not added to ICoreApi. |
| 36 | + |
33 | 37 | --- 0.3.0 --- |
34 | 38 | A full analysis of the Bitswap API was made to bring it in line with Kubo's RPC API. |
35 | 39 |
|
@@ -60,17 +64,17 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS |
60 | 64 | </PropertyGroup> |
61 | 65 |
|
62 | 66 | <ItemGroup> |
63 | | - <PackageReference Include="Google.Protobuf" Version="3.21.1" /> |
64 | | - <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" /> |
65 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 67 | + <PackageReference Include="Google.Protobuf" Version="3.26.1" /> |
| 68 | + <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> |
| 69 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
66 | 70 | <PackageReference Include="PolySharp" Version="1.14.1"> |
67 | 71 | <PrivateAssets>all</PrivateAssets> |
68 | 72 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
69 | 73 | </PackageReference> |
70 | 74 | <PackageReference Include="Portable.BouncyCastle" Version="1.8.5" /> |
71 | 75 | <PackageReference Include="SimpleBase" Version="1.3.1" /> |
72 | | - <PackageReference Include="Grpc.Tools" Version="2.46.3" PrivateAssets="All" /> |
73 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
| 76 | + <PackageReference Include="Grpc.Tools" Version="2.62.0" PrivateAssets="All" /> |
| 77 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
74 | 78 | </ItemGroup> |
75 | 79 |
|
76 | 80 | <ItemGroup> |
|
0 commit comments