Skip to content

Commit

Permalink
Release 3.0.0-rc.15 pre
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Sep 2, 2024
1 parent 5802326 commit 42ab64e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
<!-- 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. -->
<NoWarn>$(NoWarn);FS2003;NU5105</NoWarn>
<!-- <PinnedBaselineRootPackage Condition=" '$(Configuration)' == 'Release' ">[3.0.0-rc.14, 4.0.0)</PinnedBaselineRootPackage>-->
<!-- <PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[3.0.0-rc.14, 4.0.0)</PinnedDynamoStoreRootPackage>-->
<PinnedBaseVersion Condition=" '$(Configuration)' == 'Release' ">3.0.0-rc.14.3</PinnedBaseVersion>
<PinnedBaselineRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedBaselineRootPackage>
<PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>
</PropertyGroup>
<ItemGroup>
<!-- SourceLink etc -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions src/Propulsion/Propulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- NOTE FSharp.Core dep is implies by what `FSharp.Control.TaskSeq` dictates; see below -->
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<!-- <PackageValidationBaselineVersion>3.0.0-rc.14</PackageValidationBaselineVersion>-->
<PackageValidationBaselineVersion>3.0.0-rc.14.3</PackageValidationBaselineVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -19,14 +19,14 @@
<Compile Include="Streams.fs" />
<Compile Include="Sync.fs" />
<Compile Include="Sinks.fs" />
<Compile Include="Feed.fs" />
<Compile Include="FeedMonitor.fs" />
<Compile Include="FeedReader.fs" />
<Compile Include="FeedSource.fs" />
<Compile Include="SinglePassFeedSource.fs" />
<Compile Include="JsonSource.fs" />
<Compile Include="PeriodicSource.fs" />
<Compile Include="StreamFilter.fs" />
<Compile Include="Feed\Feed.fs" />
<Compile Include="Feed\FeedMonitor.fs" />
<Compile Include="Feed\FeedReader.fs" />
<Compile Include="Feed\FeedSource.fs" />
<Compile Include="Feed\SinglePassFeedSource.fs" />
<Compile Include="Feed\JsonSource.fs" />
<Compile Include="Feed\PeriodicSource.fs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 42ab64e

Please sign in to comment.