Skip to content

Commit e4da5b5

Browse files
committed
Bump version number to 0.18.3
1 parent fba6d79 commit e4da5b5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Sharpmake.Application/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
//
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
46-
[assembly: AssemblyVersion("0.18.2.0")]
46+
[assembly: AssemblyVersion("0.18.3.0")]

Sharpmake.Generators/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
//
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
47-
[assembly: AssemblyVersion("0.18.2.0")]
47+
[assembly: AssemblyVersion("0.18.3.0")]
4848

4949
[assembly: InternalsVisibleTo("Sharpmake")]

Sharpmake.Platforms/Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
//
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
47-
[assembly: AssemblyVersion("0.18.2.0")]
47+
[assembly: AssemblyVersion("0.18.3.0")]
4848

4949
[assembly: SharpmakeExtension]

Sharpmake/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
//
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
47-
[assembly: AssemblyVersion("0.18.2.0")]
47+
[assembly: AssemblyVersion("0.18.3.0")]
4848
#pragma warning disable CS7035
49-
[assembly: AssemblyFileVersion("0.18.2.0 (LocalBuild)")]
49+
[assembly: AssemblyFileVersion("0.18.3.0 (LocalBuild)")]
5050
#pragma warning restore
5151

5252
[assembly: InternalsVisibleTo("Sharpmake.Application")]

0 commit comments

Comments
 (0)