Skip to content

Commit 111bbff

Browse files
committed
Update project version to 3.3.0
Updated the `Version` property in `Directory.Build.Props` from `3.2.5` to `3.3.0`. Similarly, updated the `FileVersion` and `AssemblyVersion` properties from `3.2.5.0` to `3.3.0.0`. This minor version update reflects the addition of new features or improvements while maintaining backward compatibility.
1 parent 130afb2 commit 111bbff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Build.Props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Authors>Maytham Fahmi and Contributors</Authors>
55
<Copyright>All Rights Reserved</Copyright>
6-
<Version>3.2.5</Version>
7-
<FileVersion>3.2.5.0</FileVersion>
8-
<AssemblyVersion>3.2.5.0</AssemblyVersion>
6+
<Version>3.3.0</Version>
7+
<FileVersion>3.3.0.0</FileVersion>
8+
<AssemblyVersion>3.3.0.0</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)