Skip to content

Commit

Permalink
NR: Update WAF to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jun 25, 2024
1 parent f8e26ae commit 412367a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1-alpha.0.72" />
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1-alpha.0.72" />
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NewsReader/NewsReader.Domain/NewsReader.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="System.Waf.Core" Version="8.0.1-alpha.0.72" />
<PackageReference Include="System.Waf.Core" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1-alpha.0.72" />
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/System.Waf/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Version 8.0.1 (Release)
- WAF: ObservableList: Fixed adding the same item multiple times.
- Writer: Supports command line language settings.
- BookLibrary: Fixed loading of assemblies when CurrentDirectory is not the application folder.
- BookLib: Supports command line language settings.
- BookLibrary: Supports command line language settings.
- UITest: Automated UI tests for the Writer and Book Library sample application using the FlaUI library.


Expand Down

0 comments on commit 412367a

Please sign in to comment.