Skip to content

Commit e76b14e

Browse files
committed
Update references to latest revisions.
1 parent 43b1ab5 commit e76b14e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

doc/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [0.4.0](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/milestone/7)
44
- `GpxReaderSettings` now has an `IgnoreBadDateTime` property to use for ignoring a timestamp value that we cannot parse as an instance of the `DateTime` struct, to work around a `0000-00-00T00:00:00Z` coming from CompeGPS ([#29](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/29)).
5+
- Update referenced packages to latest revisions.
56

67
## [0.3.2](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/milestone/9)
78
- The opt-in `GpxReaderSettings.AllowMissingVersionAttribute` property added in 0.3.1 has been replaced by `IgnoreVersionAttribute`, which enables the same situations as `AllowMissingVersionAttribute` did, plus situations where `version` was specified as something other than `version='1.1'` ([#28](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/28)).

src/NetTopologySuite.IO.GPX/NetTopologySuite.IO.GPX.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<PackageReference Include="NetTopologySuite.Features" Version="1.15.0" />
3434

3535
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
36-
<PackageReference Include="System.Memory" Version="4.5.1" />
37-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
36+
<PackageReference Include="System.Memory" Version="4.5.2" />
37+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
3838
</ItemGroup>
3939

4040
<ItemGroup>

tests/NetTopologySuite.IO.GPX.Tests/NetTopologySuite.IO.GPX.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
<PackageReference Include="NetTopologySuite" Version="1.15.1" />
1515
<PackageReference Include="NetTopologySuite.Features" Version="1.15.0" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1717
<PackageReference Include="XmlUnit.Core" Version="2.6.0" NoWarn="NU1701" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
19-
<PackageReference Include="xunit" Version="2.4.0" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
19+
<PackageReference Include="xunit" Version="2.4.1" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)