Skip to content

Commit 7d4ff1a

Browse files
committed
fix: ensure correct version on packaged assemblies
1 parent 15bdb9b commit 7d4ff1a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4+
<VersionPrefix>6.1.0</VersionPrefix>
5+
<Version>$(Version)</Version>
46
<Authors>Ryan Riley;Steffen Forkmann;Jared Hester</Authors>
57
<Summary>A F#-friendly wrapper for the Reactive Extensions.</Summary>
68
<Description>A F#-friendly wrapper for the Reactive Extensions.</Description>

src/FSharp.Control.Reactive.Testing/FSharp.Control.Reactive.Testing.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4+
<Version>$(Version)</Version>
45
</PropertyGroup>
56
<ItemGroup>
67
<None Include="paket.references" />
@@ -14,4 +15,4 @@
1415
<ProjectReference Include="..\FSharp.Control.Reactive\FSharp.Control.Reactive.fsproj" />
1516
</ItemGroup>
1617
<Import Project="..\..\.paket\Paket.Restore.targets" />
17-
</Project>
18+
</Project>

src/FSharp.Control.Reactive/FSharp.Control.Reactive.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net472;netstandard2.0;net6.0</TargetFrameworks>
4+
<Version>$(Version)</Version>
45
</PropertyGroup>
56
<Target Name="ConfigureTrimming" BeforeTargets="PrepareForILLink">
67
<ItemGroup>

0 commit comments

Comments
 (0)