Skip to content

Commit 490e879

Browse files
committed
Version 0.2.1. Release notes updated.
1 parent 7df656c commit 490e879

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

Platform.Numbers/Platform.Numbers.csproj

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Numbers Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Numbers</AssemblyTitle>
7-
<VersionPrefix>0.2.0</VersionPrefix>
7+
<VersionPrefix>0.2.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
1010
<AssemblyName>Platform.Numbers</AssemblyName>
@@ -22,18 +22,10 @@
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
<LangVersion>Latest</LangVersion>
25-
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
26-
Platform.Converters dependency updated from 0.0.4 to 0.0.5.
27-
Arithmetic.And method removed (this is a breaking change).
28-
Added Bit methods:
29-
* Not
30-
* Or
31-
* And
32-
* ShiftLeft
33-
* ShiftRight
34-
Refactoring, issues fix.
35-
36-
This release is not backward compatible with previous 0.1.1 release.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Platform.Converters dependency updated from 0.0.5 to 0.0.6.
26+
Project files updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
27+
Travis CI build configuration updated to support automatic NuGet package publishing.
28+
Refactoring, performance optimizations, issues and bugs fix.</PackageReleaseNotes>
3729
</PropertyGroup>
3830

3931
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)