mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-06-01 09:42:35 +00:00
Add Tribufu.ComponentModel
This commit is contained in:
parent
bb629eedd1
commit
7bb51a21e1
11 changed files with 84 additions and 46 deletions
13
Directory.Build.props
Normal file
13
Directory.Build.props
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<Authors>Tribufu</Authors>
|
||||
<Company>Tribufu</Company>
|
||||
<Copyright>Copyright (c) Tribufu. All Rights Reserved.</Copyright>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/Tribufu/TribufuNet</RepositoryUrl>
|
||||
<Version>1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue