Skip to content

Commit

Permalink
Kairos.Runtime
Browse files Browse the repository at this point in the history
fixed typo in release_kairos_runtime.yaml
update version number in VL.Kairos.Runtime.nuspec
  • Loading branch information
phlegma committed Feb 15, 2024
1 parent e75c455 commit 4f150b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_kairos_runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
branch:
description: 'The branch to release from'
requred: true
required: true
default: 'main'
version:
description: 'The version to push'
Expand Down
4 changes: 2 additions & 2 deletions VL.Kairos.Runtime/deployment/VL.Kairos.Runtime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Kairos.Runtime</id>
<version>1.0.0-preview01</version>
<version>2.0.9</version>
<title>VL.Kairos.Runtime</title>
<authors>Natan Sinigaglia</authors>
<owners>Kairos Research Lab</owners>
Expand All @@ -13,7 +13,7 @@
<copyright>Copyright © 2021 by Natan Sinigaglia. All rights reserved.</copyright>
<tags>VL</tags>
<dependencies>
<dependency id="VL.LayerX" version="2.0.5"/>
<dependency id="VL.LayerX" version="2.0.6"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4f150b8

Please sign in to comment.