Skip to content

Commit bd690cc

Browse files
committed
Version bump
1 parent a55082d commit bd690cc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Tor4NET/Tor4NET.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,26 @@
77
<Authors>Zaczero (Kamil Monicz)</Authors>
88
<PackageProjectUrl>https://github.com/Zaczero/Tor4NET</PackageProjectUrl>
99
<PackageLicenseUrl></PackageLicenseUrl>
10-
<Version>1.3</Version>
10+
<Version>1.3.1</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.3.0.0</AssemblyVersion>
15+
<AssemblyVersion>1.3.1.0</AssemblyVersion>
1616
<RepositoryUrl>https://github.com/Zaczero/Tor4NET</RepositoryUrl>
1717
<RepositoryType />
18-
<FileVersion>1.3.0.0</FileVersion>
18+
<FileVersion>1.3.1.0</FileVersion>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageIcon>Tor4NET_small.png</PackageIcon>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
</PropertyGroup>
2525

26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
27+
<PlatformTarget>AnyCPU</PlatformTarget>
28+
</PropertyGroup>
29+
2630
<ItemGroup>
2731
<Folder Include="Tor\Core\Foundation\" />
2832
</ItemGroup>

0 commit comments

Comments
 (0)