Skip to content

Commit eb33bee

Browse files
committed
Version 0.0.2. Added release notes.
1 parent 58d3e89 commit eb33bee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Platform.Numbers.csproj

Lines changed: 6 additions & 1 deletion
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.0.1</VersionPrefix>
7+
<VersionPrefix>0.0.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>netstandard2.0</TargetFramework>
1010
<AssemblyName>Platform.Numbers</AssemblyName>
@@ -21,6 +21,11 @@
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
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>
2429
</PropertyGroup>
2530

2631
<ItemGroup>

0 commit comments

Comments
 (0)