-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (17 loc) · 838 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<!-- NuGet Packaging -->
<PackageVersion>2.2.0</PackageVersion>
<Authors>hadashiA</Authors>
<PackageProjectUrl>https://github.com/hadashiA/VitalRouter</PackageProjectUrl>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>The zero-allocation in-memory message passing library. The very thin layer that encourages decrative routings.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" />
<EmbeddedResource Include="$(MSBuildThisFileDirectory)LICENSE" />
</ItemGroup>
</Project>