Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 17, 2022
1 parent c146b71 commit 66deece
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Shortcuts/Lombiq.Tests.UI.Shortcuts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="3.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Shortcuts/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name = "Shortcuts - Lombiq UI Testing Toolbox",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/UI-Testing-Toolbox",
Version = "1.6.4"
Version = "2.0.0"
)]

[assembly: Feature(
Expand Down
4 changes: 2 additions & 2 deletions Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\src\Utilities\Lombiq.Npm.Targets\Lombiq.Npm.Targets.targets" />

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="2.0.1" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="3.0.0" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 66deece

Please sign in to comment.