Prep for dotnet publish.

This commit is contained in:
Charlie Kindel
2020-08-15 09:36:49 -07:00
parent 0b58bf7f0c
commit a7a998c0ad
2 changed files with 61 additions and 0 deletions

10
Directory.Build.props Normal file
View File

@@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<Version>0.89.0</Version>
<AssemblyVersion>0.89.0</AssemblyVersion>
<FileVersion>0.89.0</FileVersion>
<Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
</PropertyGroup>
</Project>