Skip to content

Commit e5ca058

Browse files
committed
bump
1 parent 57c70c9 commit e5ca058

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<InvariantGlobalization>true</InvariantGlobalization>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<LangVersion>latest</LangVersion>
8-
<Version>0.30.5</Version>
8+
<Version>0.30.6</Version>
99
<LangVersion>preview</LangVersion>
1010
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
1111
<EnablePreviewFeatures>true</EnablePreviewFeatures>

workloads/publish.ps1

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
rm -r -fo ./compiler/bin
2+
rm -r -fo ./compiler/obj
3+
rm -r -fo ./runtime/bin
4+
rm -r -fo ./runtime/obj
5+
6+
cd ./compiler
7+
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
8+
rune publish
9+
cd ..
10+
cd ./runtime
11+
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
12+
rune publish
13+
cd ..

0 commit comments

Comments
 (0)