Skip to content

Commit

Permalink
Bump WebView control version (#124)
Browse files Browse the repository at this point in the history
* Bump WebView control version

* bumping versions to match public source

* bumping webview-wpf version

* Trying to get green tests

---------

Co-authored-by: Jose Santos <jose.dos.santos@outsystems.com>
  • Loading branch information
cangosta and osesantos authored Feb 23, 2023
1 parent d6b7941 commit 1bab1b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DotnetVersion>net6.0</DotnetVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.106.1</Version>
<Version>2.106.4</Version>
<Authors>OutSystems</Authors>
<Product>ReactView</Product>
<Copyright>Copyright © OutSystems 2021</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion ReactViewControl.Avalonia/ReactViewControl.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WebViewControl-Avalonia" Version="2.106.2"/>
<PackageReference Include="WebViewControl-Avalonia" Version="2.106.0"/>
<PackageReference Include="Avalonia" Version="0.10.17" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion ReactViewControl/ReactViewControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Configuration></Configuration>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>ReactViewControl-WPF</PackageId>
<UseWpf>true</UseWpf>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<Configurations>Debug;Release;ReleaseAvalonia;ReleaseWPF</Configurations>
</PropertyGroup>
Expand All @@ -17,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="WebViewControl-WPF" Version="2.106.1" />
<PackageReference Include="WebViewControl-WPF" Version="2.106.4" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Sample.Avalonia/Sample.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<PackageReference Include="Avalonia.Desktop" Version="0.10.17" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.17" />
<PackageReference Include="NLog" Version="4.6.2" />
<PackageReference Include="ViewGenerator" Version="1.0.323">
<PackageReference Include="ViewGenerator" Version="1.0.327">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ViewGeneratorCore" Version="1.0.227">
<PackageReference Include="ViewGeneratorCore" Version="1.0.229">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Tests.ReactView/Tests.ReactView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="ViewGenerator" Version="1.0.316">
<PackageReference Include="ViewGenerator" Version="1.0.327">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 1bab1b7

Please sign in to comment.