Skip to content

Commit ffd1a53

Browse files
author
Janos Gyerik
committed
Prepare version 3.0.0
1 parent 6430789 commit ffd1a53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AssemblyInfo.Shared.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
using System.Reflection;
2222
using System.Runtime.InteropServices;
2323

24-
[assembly: AssemblyVersion("2.3.2")]
25-
[assembly: AssemblyFileVersion("2.3.2.0")]
26-
[assembly: AssemblyInformationalVersion("Version:2.3.2.0 Branch:not-set Sha1:not-set")]
24+
[assembly: AssemblyVersion("3.0.0")]
25+
[assembly: AssemblyFileVersion("3.0.0.0")]
26+
[assembly: AssemblyInformationalVersion("Version:3.0.0.0 Branch:not-set Sha1:not-set")]
2727

2828
[assembly: AssemblyConfiguration("")]
2929

build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<MainVersion>2.3.2</MainVersion>
3+
<MainVersion>3.0.0</MainVersion>
44
<AssemblyVersion>$(MainVersion)</AssemblyVersion>
55
<!-- The file version is changed by the CI job to contain the build number -->
66
<AssemblyFileVersion>$(MainVersion).0</AssemblyFileVersion>

0 commit comments

Comments
 (0)