Skip to content

Commit

Permalink
🔖 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Dec 29, 2023
1 parent dbff1ac commit a9a811f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/LoFuUnit.Auto/LoFuUnit.Auto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Bump AutoFixture to 4.18.1
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit.AutoFakeItEasy/LoFuUnit.AutoFakeItEasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Bump AutoFixture.AutoFakeItEasy to 4.18.1
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit.AutoMoq/LoFuUnit.AutoMoq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Bump AutoFixture.AutoMoq to 4.18.1
</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Bump AutoFixture.AutoNSubstitute to 4.18.1
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit.MSTest/LoFuUnit.MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Bump MSTest.TestFramework to 3.1.1
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit.NUnit/LoFuUnit.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Change TargetFramework to net6.0
- Bump NUnit to 4.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit.Xunit/LoFuUnit.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Fix test method invocation bug that occurs on some TargetFrameworks
- Add [CallerMemberName] parameter to Assert and AssertAsync methods
Expand Down
2 changes: 1 addition & 1 deletion src/LoFuUnit/LoFuUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
- Fix test method invocation bug that occurs on some TargetFrameworks
- Add [CallerMemberName] parameter to Assert and AssertAsync methods
Expand Down

0 comments on commit a9a811f

Please sign in to comment.