Skip to content

Commit

Permalink
Update opensilver version
Browse files Browse the repository at this point in the history
  • Loading branch information
barjonp committed Jul 8, 2024
1 parent 2c1284d commit 96ba4e6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenRia Build
env:
solution: 'OpenRiaServices.OpenSilver.sln'
opensilver-package-source: 'https://www.myget.org/F/opensilver/api/v3/index.json'
next-release-version: '2.3.0'
next-release-version: '3.1.0'
suffix: 'preview'
on:
# We run the process manually and pass the version of actual OpenSilver
Expand Down
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.2.0",
[string]$OpenSilverDependencyVersion = "2.2.0",
[string]$Version = "3.0.0",
[string]$OpenSilverDependencyVersion = "3.0.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.2.0" />
<PackageReference Include="OpenSilver" Version="3.0.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.2.0" />
<PackageReference Include="OpenSilver" Version="3.0.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.2.0" />
<PackageReference Include="OpenSilver" Version="3.0.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.2.0" />
<PackageReference Include="OpenSilver" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 96ba4e6

Please sign in to comment.