Skip to content

Commit

Permalink
task: updated temperature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Apr 4, 2024
1 parent 3035d4f commit c0988b9
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Here's a list of all the Primitively attributes currently available: -
- `[UInt]`
- `[ULong]`
- `[UShort]`
- Floating-points (v1.5.0-alpha.x)
- Floating-points (v1.5.x)
- `[Double]`
- `[Single]`
- Strings
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PackageOutputPath>$(MSBuildThisFileDirectory)..\artifacts</PackageOutputPath>
<version>1.5.0-alpha.24</version>
<version>1.5.0-beta.1</version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions test/Acme.TestLib2/GuidId.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Double;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Double;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Double;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Double;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Single;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Single;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Single;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Single;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Single;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Single;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Single;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Single;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Double;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Double;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Acme.TestLib2.Double;
using FluentAssertions;
using Xunit;

namespace Primitively.IntegrationTests.NumericTests.Double;

Expand Down

0 comments on commit c0988b9

Please sign in to comment.