Skip to content

Commit a26b108

Browse files
committed
Version 0.1.0. Release notes updated. Tags updated.
1 parent 16051cf commit a26b108

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Platform.Numbers.csproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<Description>LinksPlatform's Platform.Numbers Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Numbers</AssemblyTitle>
7-
<VersionPrefix>0.0.2</VersionPrefix>
7+
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>netstandard2.0</TargetFramework>
1010
<AssemblyName>Platform.Numbers</AssemblyName>
1111
<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>
1313
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
1414
<PackageProjectUrl>https://linksplatform.github.io/Numbers</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -21,11 +21,13 @@
2121
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<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>
2931
</PropertyGroup>
3032

3133
<ItemGroup>

0 commit comments

Comments
 (0)