Skip to content

Commit 332ce96

Browse files
committed
Added SourceLink, Version bump
1 parent ba41944 commit 332ce96

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

Tor4NET/Tor4NET.csproj

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@
77
<Authors>Zaczero (Kamil Monicz)</Authors>
88
<PackageProjectUrl>https://github.com/Zaczero/Tor4NET</PackageProjectUrl>
99
<PackageLicenseUrl></PackageLicenseUrl>
10-
<Version>1.2</Version>
10+
<Version>1.3</Version>
1111
<Copyright>Copyright © Kamil Monicz 2020</Copyright>
1212
<PackageIconUrl></PackageIconUrl>
1313
<PackageTags>tor, proxy, socks5, http, https, onion, dark, web, hidden, onion service,</PackageTags>
1414
<Description>An all-in-one solution to fulfill your .NET dark web needs</Description>
15-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
15+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
1616
<RepositoryUrl>https://github.com/Zaczero/Tor4NET</RepositoryUrl>
1717
<RepositoryType />
18-
<FileVersion>1.2.0.0</FileVersion>
18+
<FileVersion>1.3.0.0</FileVersion>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageIcon>Tor4NET_small.png</PackageIcon>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<IncludeSymbols>true</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2124
</PropertyGroup>
2225

2326
<ItemGroup>
@@ -31,4 +34,11 @@
3134
</None>
3235
</ItemGroup>
3336

37+
<ItemGroup>
38+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
39+
<PrivateAssets>all</PrivateAssets>
40+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
41+
</PackageReference>
42+
</ItemGroup>
43+
3444
</Project>

0 commit comments

Comments
 (0)