Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Aug 22, 2024
1 parent 57c70c9 commit e5ca058
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.30.5</Version>
<Version>0.30.6</Version>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
Expand Down
13 changes: 13 additions & 0 deletions workloads/publish.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rm -r -fo ./compiler/bin
rm -r -fo ./compiler/obj
rm -r -fo ./runtime/bin
rm -r -fo ./runtime/obj

cd ./compiler
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
rune publish
cd ..
cd ./runtime
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
rune publish
cd ..

0 comments on commit e5ca058

Please sign in to comment.