mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
7 lines
94 B
Bash
Executable file
7 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export VERSION=`cat ./VERSION`
|
|
|
|
cd "TLSharp.Core"
|
|
|
|
dotnet pack -c Release |