Skip to content

Commit

Permalink
Bump version number to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Jan 10, 2022
1 parent 405669a commit 77a764c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Sharpmake.Application/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017, 2019-2021 Ubisoft Entertainment
// Copyright (c) 2017, 2019-2022 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ubisoft")]
[assembly: AssemblyProduct("Sharpmake.Application")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2021")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -43,4 +43,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyVersion("0.18.2.0")]
6 changes: 3 additions & 3 deletions Sharpmake.Generators/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017, 2019-2021 Ubisoft Entertainment
// Copyright (c) 2017, 2019-2022 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ubisoft")]
[assembly: AssemblyProduct("Sharpmake.Generator")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2021")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyVersion("0.18.2.0")]

[assembly: InternalsVisibleTo("Sharpmake")]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017, 2019-2021 Ubisoft Entertainment
// Copyright (c) 2017, 2019-2022 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ubisoft")]
[assembly: AssemblyProduct("Sharpmake.CommonPlatforms")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2021")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyVersion("0.18.2.0")]

[assembly: SharpmakeExtension]
8 changes: 4 additions & 4 deletions Sharpmake/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2021 Ubisoft Entertainment
// Copyright (c) 2017-2022 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ubisoft")]
[assembly: AssemblyProduct("Sharpmake")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2021")]
[assembly: AssemblyCopyright("Copyright \u00A9 Ubisoft 2017-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -44,9 +44,9 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyVersion("0.18.2.0")]
#pragma warning disable CS7035
[assembly: AssemblyFileVersion("0.18.1.0 (LocalBuild)")]
[assembly: AssemblyFileVersion("0.18.2.0 (LocalBuild)")]
#pragma warning restore

[assembly: InternalsVisibleTo("Sharpmake.Application")]
Expand Down

0 comments on commit 77a764c

Please sign in to comment.