Skip to content

Commit 44a7234

Browse files
committed
#141 updated version numbers to 1.5.1
1 parent 50f0992 commit 44a7234

4 files changed

Lines changed: 13 additions & 18 deletions

File tree

Trixter.XDream.API/Trixter.XDream.API.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<Authors>David Mason</Authors>
1111
<Description>A .NET Standard API for reading the state of a Trixter X-Dream exercise bike, and setting its resistance.</Description>
1212
<Copyright>(C) David Mason 2021-2026</Copyright>
13-
<AssemblyVersion>1.5.1</AssemblyVersion>
14-
<FileVersion>1.5.1</FileVersion>
15-
<Version>1.5.1</Version>
13+
<Version>1.5.1</Version>
14+
<AssemblyVersion>$(Version)</AssemblyVersion>
15+
<FileVersion>$(Version)</FileVersion>
16+
1617
</PropertyGroup>
1718

1819
<ItemGroup>

Trixter.XDream.Diagnostics/Trixter.XDream.Diagnostics.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Authors>David Mason</Authors>
1212
<Description>Diagnostic utility for reading the status of a Trixter X-Dream exercise bike and setting its resistance.</Description>
1313
<Copyright>(C) David Mason 2021-2026</Copyright>
14-
<AssemblyVersion>1.5.1</AssemblyVersion>
15-
<FileVersion>1.5.1</FileVersion>
16-
<Version>1.5.1</Version>
14+
<Version>1.5.1</Version>
15+
<AssemblyVersion>$(Version)</AssemblyVersion>
16+
<FileVersion>$(Version)</FileVersion>
1717
<PackageLicenseFile>..\LICENSE.rtf</PackageLicenseFile>
1818
<PlatformTarget>AnyCPU</PlatformTarget>
1919
<PackageProjectUrl>https://github.com/xdream-biking/trixter-xdream-bike</PackageProjectUrl>
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
22
<?define VERSION = "1.5.1"?>
3-
</Include>
4-
5-
6-
7-
8-
9-
10-
3+
</Include>

Trixter.XDream.TestController/Trixter.XDream.TestController.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Authors>David Mason</Authors>
1212
<Description>Test Controller to emulate a Trixter X-Dream V1 exercise bike.</Description>
1313
<Copyright>(C) David Mason 2021-2026</Copyright>
14-
<AssemblyVersion>1.5.1</AssemblyVersion>
15-
<FileVersion>1.5.1</FileVersion>
16-
<FileVersion>1.5.1</FileVersion>
14+
<Version>1.5.1</Version>
15+
<AssemblyVersion>$(Version)</AssemblyVersion>
16+
<FileVersion>$(Version)</FileVersion>
1717
<PackageLicenseFile>..\LICENSE.rtf</PackageLicenseFile>
1818
</PropertyGroup>
1919

@@ -43,4 +43,5 @@
4343
</None>
4444
</ItemGroup>
4545

46-
</Project>
46+
</Project>
47+

0 commit comments

Comments
 (0)