Skip to content

Commit

Permalink
Update version and release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
aurnoi1 committed Jul 19, 2019
1 parent 88ccc39 commit 774e8fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/IC.Navigation.Extensions/IC.Navigation.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageProjectUrl>https://github.com/aurnoi1/IC-Navigation</PackageProjectUrl>
<PackageTags>IC.Navigation Test automation IC.Navigation.Extensions</PackageTags>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.0.0-beta9</Version>
<Version>1.0.0-beta10</Version>
<Authors>Aurelien Noisette</Authors>
<Company>Aurelien Noisette</Company>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReleaseNotes>[BUG FIX] Ensure to use timeout in FindElement.</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions src/IC.Navigation/IC.Navigation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
<PackageProjectUrl>https://github.com/aurnoi1/IC-Navigation</PackageProjectUrl>
<PackageTags>IC.Navigation Test automation</PackageTags>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.0.0-beta9</Version>
<Version>1.0.0-beta10</Version>
<Authors>Aurelien Noisette</Authors>
<Company>Aurelien Noisette</Company>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReleaseNotes>[Refactor] Remove StepToNext that was hidding a GoTo.
[Refactor] Remove dependency to INavigableEx from NavigatorSession.</PackageReleaseNotes>
<PackageReleaseNotes>[BUG FIX] Resolve with waypoint was resetting the final destination.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
</PropertyGroup>
Expand Down

0 comments on commit 774e8fb

Please sign in to comment.