Skip to content

Commit

Permalink
Added SourceLink, Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jul 12, 2020
1 parent ba41944 commit 332ce96
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Tor4NET/Tor4NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
<Authors>Zaczero (Kamil Monicz)</Authors>
<PackageProjectUrl>https://github.com/Zaczero/Tor4NET</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.2</Version>
<Version>1.3</Version>
<Copyright>Copyright © Kamil Monicz 2020</Copyright>
<PackageIconUrl></PackageIconUrl>
<PackageTags>tor, proxy, socks5, http, https, onion, dark, web, hidden, onion service,</PackageTags>
<Description>An all-in-one solution to fulfill your .NET dark web needs</Description>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<RepositoryUrl>https://github.com/Zaczero/Tor4NET</RepositoryUrl>
<RepositoryType />
<FileVersion>1.2.0.0</FileVersion>
<FileVersion>1.3.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Tor4NET_small.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand All @@ -31,4 +34,11 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 332ce96

Please sign in to comment.