Skip to content

Commit 0fd3f8f

Browse files
committed
Updated the version number
1 parent 610dc3e commit 0fd3f8f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = WGet.NET
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 3.1.0
51+
PROJECT_NUMBER = 3.2.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

src/WGet.NET/WGet.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
@@ -16,9 +16,9 @@
1616
<Copyright>basicx-StrgV</Copyright>
1717
<SignAssembly>false</SignAssembly>
1818
<RootNamespace>WGetNET</RootNamespace>
19-
<Version>3.1.0</Version>
19+
<Version>3.2.0</Version>
2020
<Deterministic>false</Deterministic>
21-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
21+
<AssemblyVersion>3.2.0.0</AssemblyVersion>
2222
<AssemblyName>WGet.NET</AssemblyName>
2323
<PackageId>WGet.NET</PackageId>
2424
<Product>WGet.NET</Product>

0 commit comments

Comments
 (0)