Update README docs for 2.0 release
This commit is contained in:
parent
288a4f9e5b
commit
eeb243b727
5 changed files with 392 additions and 38 deletions
|
|
@ -9,9 +9,14 @@
|
|||
<AssemblyName>CSMic.Core</AssemblyName>
|
||||
<Version>2.0.0</Version>
|
||||
<PackageId>CSMic</PackageId>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="dotnet tool run coco -namespace CSMic.Interpreter -frames $(ProjectDir)cocor $(ProjectDir)cocor/Interpreter.atg" />
|
||||
</Target>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue