|
4 | 4 | <Description>LinksPlatform's Platform.Numbers Class Library</Description> |
5 | 5 | <Copyright>Konstantin Diachenko</Copyright> |
6 | 6 | <AssemblyTitle>Platform.Numbers</AssemblyTitle> |
7 | | - <VersionPrefix>0.0.2</VersionPrefix> |
| 7 | + <VersionPrefix>0.1.0</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors> |
9 | 9 | <TargetFramework>netstandard2.0</TargetFramework> |
10 | 10 | <AssemblyName>Platform.Numbers</AssemblyName> |
11 | 11 | <PackageId>Platform.Numbers</PackageId> |
12 | | - <PackageTags>LinksPlatform;Numbers;Integer;BitwiseHelpers;BitwiseExtensions;ArithmeticHelpers;ArithmeticExtensions;MathHelpers;MathExtensions</PackageTags> |
| 12 | + <PackageTags>LinksPlatform;Numbers;Integer;Bit;BitExtensions;Arithmetic;ArithmeticExtensions;Math;MathExtensions</PackageTags> |
13 | 13 | <PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl> |
14 | 14 | <PackageProjectUrl>https://linksplatform.github.io/Numbers</PackageProjectUrl> |
15 | 15 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
21 | 21 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
22 | 22 | <IncludeSymbols>true</IncludeSymbols> |
23 | 23 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
24 | | - <PackageReleaseNotes>Exceptions are correcly ignored now. |
25 | | -Platform.Reflection dependency updated from 0.0.1 to 0.0.3. |
26 | | -Platform.Reflection.Sigil dependency updated from 0.0.2 to 0.0.3. |
27 | | -Platform.Converters dependency updated from 0.0.1 to 0.0.2. |
28 | | -Refactoring and issues fixes.</PackageReleaseNotes> |
| 24 | + <PackageReleaseNotes>Platform.Converters dependency updated from 0.0.2 to 0.0.3. |
| 25 | +Using new Platform.Reflection.EnsureExtensions now. |
| 26 | +No more duplicate dependencies. |
| 27 | +Classes and methods renamed to a shorter versions. |
| 28 | +XML documentation file generation turned on. |
| 29 | +Travis CI connected. |
| 30 | +Refactoring, issues fix.</PackageReleaseNotes> |
29 | 31 | </PropertyGroup> |
30 | 32 |
|
31 | 33 | <ItemGroup> |
|
0 commit comments