Skip to content

Commit 0604687

Browse files
authored
Merge pull request #31 from NitroDevs/package-updates
Package updates
2 parents 5f8717d + d952844 commit 0604687

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CSharpFunctionalExtensions.FluentAssertions.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{5A7E4E59
2121
ProjectSection(SolutionItems) = preProject
2222
Directory.Build.props = Directory.Build.props
2323
Directory.Build.targets = Directory.Build.targets
24+
README.md = README.md
2425
EndProjectSection
2526
EndProject
2627
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2678B648-43F9-4FAA-917E-0D1F88FCA7AD}"

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>$(Company)</Authors>
77
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
88
<Trademark>$(Company)™</Trademark>
9-
<VersionPrefix>1.0.1</VersionPrefix>
9+
<VersionPrefix>1.1.0</VersionPrefix>
1010
<Product>XperienceCommunity.AppSettingsJsonRegistration</Product>
1111
<Title>$(Product)</Title>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A small set of extensions to make test assertions more fluent when using CSharpF
88

99
This library is compatible with .NET 6+. It requires the following minimum package versions:
1010

11-
CSharpFunctionalExtensons >= 2.35.0
11+
CSharpFunctionalExtensons >= 2.36.1
1212

13-
FluentAssertions >= 6.7.0.
13+
FluentAssertions >= 6.8.0
1414

1515
## Installation
1616

src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="CSharpFunctionalExtensions" Version="2.35.1" />
16+
<PackageReference Include="CSharpFunctionalExtensions" Version="2.36.1" />
1717
<PackageReference Include="FluentAssertions" Version="6.8.0" />
1818
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)