We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bf551 commit fa5e693Copy full SHA for fa5e693
.github/workflows/github-actions.yml
@@ -1,6 +1,6 @@
1
name: OpenSilver.ControlsKit Build
2
env:
3
- next-release-version: '3.3.0'
+ next-release-version: '3.4.0'
4
opensilver-package-source: 'https://www.myget.org/F/opensilver/api/v3/index.json'
5
suffix: 'preview'
6
on:
src/Directory.Build.targets
<Project>
<PropertyGroup>
- <OpenSilverVersion Condition=" '$(OpenSilverVersion)' == '' ">3.2.0</OpenSilverVersion>
+ <OpenSilverVersion Condition=" '$(OpenSilverVersion)' == '' ">3.3.0</OpenSilverVersion>
<EnableAdditionalMetadataAttributes>true</EnableAdditionalMetadataAttributes>
<LangVersion>latest</LangVersion>
</PropertyGroup>
0 commit comments