Skip to content

Commit d79310e

Browse files
committed
Release 3.0.0
1 parent d0dee43 commit d79310e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
<a name="3.0.0"></a>
12+
## [3.0.0] - 2025-09-23
13+
1114
### Added
1215

1316
- `Feed`: `Monitor.AwaitCompletion` enables **quasi** deterministic waiting for the processing of async reactions within integration tests [#170](https://github.com/jet/propulsion/pull/170)
@@ -773,7 +776,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
773776

774777
## squashed prior to initial relevant commit
775778

776-
[Unreleased]: https://github.com/jet/propulsion/compare/2.12.2...HEAD
779+
[Unreleased]: https://github.com/jet/propulsion/compare/3.0.0...HEAD
780+
[3.0.0]: https://github.com/jet/propulsion/compare/2.12.2...3.0.0
777781
[2.12.2]: https://github.com/jet/propulsion/compare/2.12.1...2.12.2
778782
[2.12.1]: https://github.com/jet/propulsion/compare/2.12.0...2.12.1
779783
[2.12.0]: https://github.com/jet/propulsion/compare/2.12.0-rc.3...2.12.0

Directory.Build.props

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

1717
<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
1818
<!-- supress NU5105 triggered by trailing dotted elements such as .43 and .2 in e.g.: pr.43-rc1.2: The package version '<X>' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter. This message can be ignored if the package is not intended for older clients. -->
19-
<NoWarn>$(NoWarn);FS2003;NU5105</NoWarn>
20-
<PinnedBaseVersion Condition=" '$(Configuration)' == 'Release' ">3.0.0-rc.15</PinnedBaseVersion>
19+
<NoWarn>$(NoWarn);FS2003;NU5105;NU5104</NoWarn>
20+
<PinnedBaseVersion Condition=" '$(Configuration)' == 'Release' ">3.0.0</PinnedBaseVersion>
2121
<PinnedBaselineRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedBaselineRootPackage>
22-
<PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>
22+
<PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion)-rc.15, 4.0.0)</PinnedDynamoStoreRootPackage>
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<!-- SourceLink etc -->

0 commit comments

Comments
 (0)