Skip to content

Commit c85db30

Browse files
committed
Version -> 1.0.1
1 parent f5ed48b commit c85db30

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Most lines should begin with one of these words:
77
<!--
88
## [Unreleased](https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic/compare/release/1.0.1..HEAD)
99
(none)
10+
-->
1011

1112
## [1.0.1](https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic/compare/release/1.0.0..release/1.0.1)
12-
Future release.
13-
-->
13+
- Fix use of deprecated `buildCrossTargeting` package directory.
14+
The preferred name has been `buildMultiTargeting` since 2016.
15+
See https://github.com/NuGet/Home/issues/4098.
1416

1517
## [1.0.0](https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic/tree/release/1.0.0)
1618
Initial release.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Descriptive properties -->
2727
<PropertyGroup>
2828
<Product>Subatomix.Build.Versioning.Semantic</Product>
29-
<VersionPrefix>1.0.0</VersionPrefix>
29+
<VersionPrefix>1.0.1</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research Inc.</Company>
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) Subatomix Research Inc.</Copyright>

0 commit comments

Comments
 (0)