Skip to content

Commit 53b9291

Browse files
fix: 🔧 update VersionPrefix to 2.0.7 in project files
* Incremented the `VersionPrefix` to reflect the new version. * Ensures consistency across project files.
1 parent a107290 commit 53b9291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Mailozaurr.Msg/Mailozaurr.Msg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Company>Evotec</Company>
44
<Authors>Przemyslaw Klys</Authors>
5-
<VersionPrefix>2.0.6</VersionPrefix>
5+
<VersionPrefix>2.0.7</VersionPrefix>
66
<TargetFrameworks>net472;netstandard2.0;net8.0</TargetFrameworks>
77
<AssemblyName>Mailozaurr.Msg</AssemblyName>
88
<Copyright>(c) 2011 - 2024 Przemyslaw Klys @ Evotec. All rights reserved.</Copyright>

Sources/Mailozaurr/Mailozaurr.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Company>Evotec</Company>
55
<Authors>Przemyslaw Klys</Authors>
6-
<VersionPrefix>2.0.6</VersionPrefix>
6+
<VersionPrefix>2.0.7</VersionPrefix>
77
<TargetFrameworks>net472;netstandard2.0;net8.0</TargetFrameworks>
88
<AssemblyName>Mailozaurr</AssemblyName>
99
<Copyright>(c) 2011 - 2024 Przemyslaw Klys @ Evotec. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)