Skip to content

Commit 96a6619

Browse files
chore(version): 🔖 Bump version to 2.0.3
* Updated `VersionPrefix` in project files to reflect the new version. * Ensured consistency across `Mailozaurr` and `Mailozaurr.PowerShell` projects.
1 parent 98e795a commit 96a6619

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Build/Update-Version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Get-ProjectVersion -Path "C:\Support\GitHub\Mailozaurr\Sources" -ExcludeFolders @('C:\Support\GitHub\Mailozaurr\Module\Artefacts') | Format-Table
44

5-
Set-ProjectVersion -Path "C:\Support\GitHub\Mailozaurr\Sources" -NewVersion "2.0.2" -Verbose -ExcludeFolders @('C:\Support\GitHub\Mailozaurr\Module\Artefacts') #-WhatIf
5+
Set-ProjectVersion -Path "C:\Support\GitHub\Mailozaurr\Sources" -NewVersion "2.0.3" -Verbose -ExcludeFolders @('C:\Support\GitHub\Mailozaurr\Module\Artefacts') #-WhatIf

Sources/Mailozaurr.PowerShell/Mailozaurr.PowerShell.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.2</VersionPrefix>
6+
<VersionPrefix>2.0.3</VersionPrefix>
77
<TargetFrameworks>net472;netstandard2.0;net8.0</TargetFrameworks>
88
<AssemblyName>Mailozaurr.PowerShell</AssemblyName>
99
<Nullable>enable</Nullable>

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.2</VersionPrefix>
6+
<VersionPrefix>2.0.3</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)