|
4 | 4 | <Description>LinksPlatform's Platform.Collections Class Library</Description>
|
5 | 5 | <Copyright>konard;tynkute</Copyright>
|
6 | 6 | <AssemblyTitle>Platform.Collections</AssemblyTitle>
|
7 |
| - <VersionPrefix>0.3.2</VersionPrefix> |
| 7 | + <VersionPrefix>0.4.0</VersionPrefix> |
8 | 8 | <Authors>konard;tynkute</Authors>
|
9 | 9 | <TargetFramework>net7</TargetFramework>
|
10 | 10 | <AssemblyName>Platform.Collections</AssemblyName>
|
|
13 | 13 | <PackageTags>LinksPlatform;Collections;Extensions;Arrays;Concurrent;Lists;Segments;SegmentWalkers;Sets;Stacks;Trees</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/Collections</PackageProjectUrl>
|
16 |
| - <PackageLicenseExpression>Unlicensed</PackageLicenseExpression> |
| 16 | + <PackageLicenseExpression>Unlicense</PackageLicenseExpression> |
17 | 17 | <RepositoryType>git</RepositoryType>
|
18 | 18 | <RepositoryUrl>git://github.com/linksplatform/Collections</RepositoryUrl>
|
19 | 19 | <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
24 | 24 | <IncludeSymbols>true</IncludeSymbols>
|
25 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
26 | 26 | <LangVersion>latest</LangVersion>
|
27 |
| - <PackageReleaseNotes>Dotnet 6 support is added. |
28 |
| -Platform.Interfaces dependency is updated from 0.4.1 to 0.4.2.</PackageReleaseNotes> |
| 27 | + <PackageReleaseNotes>Target frameworks are changed to net7. |
| 28 | +Platform.Interfaces dependency is updated from 0.4.2 to 0.5.0. |
| 29 | +Platform.Random dependency is updated from 0.2.0 to 0.3.0. |
| 30 | +Platform.Disposables dependency is updated from 0.3.0 to 0.4.0. |
| 31 | +Platform.Ranges dependency is updated from 0.3.0 to 0.5.0.</PackageReleaseNotes> |
29 | 32 | <Nullable>enable</Nullable>
|
30 | 33 | </PropertyGroup>
|
31 | 34 |
|
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 | 35 | <ItemGroup>
|
37 | 36 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
38 | 37 | </ItemGroup>
|
39 | 38 |
|
40 | 39 | <ItemGroup>
|
41 | 40 | <PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
|
42 |
| - <PackageReference Include="Platform.Interfaces" Version="0.4.2" /> |
43 |
| - <PackageReference Include="Platform.Disposables" Version="0.3.0" /> |
44 |
| - <PackageReference Include="Platform.Ranges" Version="0.3.0" /> |
45 |
| - <PackageReference Include="Platform.Random" Version="0.2.0" /> |
| 41 | + <PackageReference Include="Platform.Interfaces" Version="0.5.0" /> |
| 42 | + <PackageReference Include="Platform.Disposables" Version="0.4.0" /> |
| 43 | + <PackageReference Include="Platform.Ranges" Version="0.5.0" /> |
| 44 | + <PackageReference Include="Platform.Random" Version="0.3.0" /> |
46 | 45 | </ItemGroup>
|
47 | 46 |
|
48 |
| - <Target Name="CSharpToCppTranslation" AfterTargets="PostBuildEvent" Condition="'$(OS)' == 'Windows_NT' AND $(TargetFramework) == 'net5' AND !('$(SolutionDir)'=='' OR '$(SolutionDir)'=='*Undefined*')"> |
49 |
| - <Exec Command="..\..\CSharpToCppTranslator\bin\$(Configuration)\net5\CSharpToCppTranslator.exe $(ProjectDir) $(SolutionDir)cpp\$(ProjectName)\"></Exec> |
50 |
| - </Target> |
51 |
| - |
52 | 47 | </Project>
|
0 commit comments