|
4 | 4 | <Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
|
5 | 5 | <Copyright>konard, FreePhoenix888</Copyright>
|
6 | 6 | <AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
|
7 |
| - <VersionPrefix>0.14.0</VersionPrefix> |
| 7 | + <VersionPrefix>0.15.0</VersionPrefix> |
8 | 8 | <Authors>konard, FreePhoenix888</Authors>
|
9 | 9 | <TargetFramework>net7</TargetFramework>
|
10 | 10 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
13 | 13 | <PackageTags>LinksPlatform;Data.Doublets;ILinks;UInt64Links;ResizableDirectMemoryLinks;UInt64ResizableDirectMemoryLinks</PackageTags>
|
14 | 14 | <PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
|
15 | 15 | <PackageProjectUrl>https://linksplatform.github.io/Data.Doublets</PackageProjectUrl>
|
16 |
| - <PackageLicenseExpression>Unlicensed</PackageLicenseExpression> |
| 16 | + <PackageLicenseExpression>Unlicense</PackageLicenseExpression> |
17 | 17 | <RepositoryType>git</RepositoryType>
|
18 | 18 | <RepositoryUrl>git://github.com/linksplatform/Data.Doublets</RepositoryUrl>
|
19 | 19 | <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
24 | 24 | <IncludeSymbols>true</IncludeSymbols>
|
25 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
26 | 26 | <LangVersion>latest</LangVersion>
|
27 |
| - <PackageReleaseNotes>FFI namespace renamed to Ffi. |
28 |
| -Platform.Data.Doublets.FFI dependency is updated from 0.9.0 to 0.10.0.</PackageReleaseNotes> |
| 27 | + <PackageReleaseNotes>Target frameworks are changed to net7. |
| 28 | +License is changed to Unlicense. |
| 29 | +Platform.Data dependency is updated from 0.11.4 to 0.12.0. |
| 30 | +Platform.Random dependency is updated from 0.2.0 to 0.3.0. |
| 31 | +Platform.Timestamps dependency is updated from 0.2.1 to 0.3.0. |
| 32 | +Platform.Collections.Methods dependency is updated from 0.5.2 to 0.6.0. |
| 33 | +Platform.Singletons dependency is updated from 0.2.2 to 0.3.0. |
| 34 | +Platform.Memory dependency is updated from 0.3.2 to 0.4.0.</PackageReleaseNotes> |
29 | 35 | <Nullable>enable</Nullable>
|
30 | 36 | </PropertyGroup>
|
31 | 37 |
|
32 |
| - <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'"> |
33 |
| - <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" /> |
34 |
| - </ItemGroup> |
35 |
| - |
36 | 38 | <ItemGroup>
|
37 | 39 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
38 | 40 | </ItemGroup>
|
39 | 41 |
|
40 | 42 | <ItemGroup>
|
41 |
| - <PackageReference Include="Platform.Data" Version="0.11.4" /> |
42 |
| -<!-- <PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" />--> |
43 |
| - <PackageReference Include="Platform.Random" Version="0.2.0" /> |
44 |
| - <PackageReference Include="Platform.Timestamps" Version="0.2.1" /> |
45 |
| - <PackageReference Include="Platform.Collections.Methods" Version="0.5.2" /> |
46 |
| - <PackageReference Include="Platform.Singletons" Version="0.2.2" /> |
47 |
| - <PackageReference Include="Platform.Memory" Version="0.3.2" /> |
| 43 | + <PackageReference Include="Platform.Data" Version="0.12.0" /> |
| 44 | + <PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" /> |
| 45 | + <PackageReference Include="Platform.Random" Version="0.3.0" /> |
| 46 | + <PackageReference Include="Platform.Timestamps" Version="0.3.0" /> |
| 47 | + <PackageReference Include="Platform.Collections.Methods" Version="0.6.0" /> |
| 48 | + <PackageReference Include="Platform.Singletons" Version="0.3.0" /> |
| 49 | + <PackageReference Include="Platform.Memory" Version="0.4.0" /> |
48 | 50 | </ItemGroup>
|
49 | 51 |
|
50 | 52 | </Project>
|
0 commit comments