Skip to content

Commit

Permalink
Update version to 0.3.0 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed May 21, 2024
1 parent 7883a1e commit ce97a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/stages/jobs/steps/nuget-win-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
DisplayName: 'ESRP - Sign C# dlls'
Pattern: '*OnnxRuntimeGenAI*.dll'
- powershell: |
$VERSION = '0.2.0-rc6'
$VERSION = '0.3.0-rc1'
nuget.exe pack Microsoft.ML.OnnxRuntimeGenAI.nuspec `
-Prop version=$VERSION `
-Prop genai_nuget_ext=$(genai_nuget_ext) `
Expand Down
2 changes: 1 addition & 1 deletion VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-dev
0.3.0-rc1

0 comments on commit ce97a3f

Please sign in to comment.