Skip to content

Commit

Permalink
Update opensilver version
Browse files Browse the repository at this point in the history
  • Loading branch information
barjonp committed Apr 28, 2024
1 parent 24ef5b1 commit d8e50cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NuGet/Pack-Client-OpenSilver.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string]$Path = ".",
[string[]]$Include = @("OpenSilver.OpenRiaServices.Client.Core.nuspec", "OpenSilver.OpenRiaServices.Client.nuspec", "OpenSilver.OpenRiaServices.DomainDataSource.nuspec", "OpenSilver.OpenRiaServices.Data.DomainServices.nuspec"),
[string]$Version = "2.1.0",
[string]$OpenSilverDependencyVersion = "2.1.0",
[string]$Version = "2.2.0",
[string]$OpenSilverDependencyVersion = "2.2.0",
[string]$RepositoryUrl = "https://github.com/OpenSilver/OpenRiaServices",
[string]$NuGetPath
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenSilver" Version="2.1.0" />
<PackageReference Include="OpenSilver" Version="2.2.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="OpenSilver" Version="2.1.0" />
<PackageReference Include="OpenSilver" Version="2.2.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="OpenSilver" Version="2.1.0" />
<PackageReference Include="OpenSilver" Version="2.2.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.10.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="OpenSilver" Version="2.1.0" />
<PackageReference Include="OpenSilver" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d8e50cf

Please sign in to comment.