-
Notifications
You must be signed in to change notification settings - Fork 0
/
Version.proj
24 lines (24 loc) · 1.16 KB
/
Version.proj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<Authors>The Stirling Labs Team</Authors>
<Owners>Stirling Labs</Owners>
<Company>Stirling Labs</Company>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/StirlingLabs/BigSpans.Net.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/StirlingLabs/BigSpans.Net</PackageProjectUrl>
<description>
64-bit spans, providing full interoperability with .NET Standard's System.Memory's Spans and the standard .NET Runtime's Spans.
</description>
<GitDefaultBranch>main</GitDefaultBranch>
<GitCommitsIgnoreMerges>true</GitCommitsIgnoreMerges>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>SL.png</PackageIcon>
</PropertyGroup>
<ImportGroup>
<Import Project="StirlingLabs.Version/Version.proj" />
</ImportGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" Visible="false"/>
<None Include="$(MSBuildThisFileDirectory)SL.png" Pack="true" PackagePath="SL.png" Visible="false"/>
</ItemGroup>
</Project>