feat: Minor changes to publish our own package
This commit is contained in:
@@ -392,3 +392,6 @@ FodyWeavers.xsd
|
|||||||
|
|
||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
.DS_Store
|
||||||
@@ -7,12 +7,25 @@
|
|||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<Authors>Christian Woltering</Authors>
|
<Authors>Christian Woltering</Authors>
|
||||||
<AssemblyVersion>1.0.0</AssemblyVersion>
|
<Version Condition="$(Version) == ''">1.0.0-beta5</Version>
|
||||||
<Version>1.0.0-beta5</Version>
|
<PackageId>Speckle.Triangle</PackageId>
|
||||||
|
<Title>Speckle.Triangle.NET</Title>
|
||||||
|
<Description>Speckle's fork of Triangle.NET</Description>
|
||||||
|
<PackageIcon>logo.png</PackageIcon>
|
||||||
|
<RepositoryUrl>https://github.com/specklesystems/Triangle.NET</RepositoryUrl>
|
||||||
|
<RepositoryType>git</RepositoryType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<InternalsVisibleTo Include="Triangle.Tests" />
|
<InternalsVisibleTo Include="Triangle.Tests" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
<ItemGroup>
|
||||||
|
<None Include="..\..\logo.png">
|
||||||
|
<Pack>True</Pack>
|
||||||
|
<PackagePath></PackagePath>
|
||||||
|
<Link>logo.png</Link>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
Reference in New Issue
Block a user