diff --git a/Voxels.CommandLine/Properties/AssemblyInfo.cs b/Voxels.CommandLine/Properties/AssemblyInfo.cs index 92262a8..cd7492e 100644 --- a/Voxels.CommandLine/Properties/AssemblyInfo.cs +++ b/Voxels.CommandLine/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] diff --git a/Voxels.Installer/Product.wxs b/Voxels.Installer/Product.wxs index 7822fc9..819b572 100644 --- a/Voxels.Installer/Product.wxs +++ b/Voxels.Installer/Product.wxs @@ -1,6 +1,6 @@ - + diff --git a/Voxels.Setup/Bundle.wxs b/Voxels.Setup/Bundle.wxs index 5ac959c..beed35d 100644 --- a/Voxels.Setup/Bundle.wxs +++ b/Voxels.Setup/Bundle.wxs @@ -4,7 +4,7 @@ xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> - diff --git a/Voxels.ShellExtensions/Properties/AssemblyInfo.cs b/Voxels.ShellExtensions/Properties/AssemblyInfo.cs index 03fb42b..d9a3288 100644 --- a/Voxels.ShellExtensions/Properties/AssemblyInfo.cs +++ b/Voxels.ShellExtensions/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] diff --git a/Voxels.SkiaSharp/Properties/AssemblyInfo.cs b/Voxels.SkiaSharp/Properties/AssemblyInfo.cs index 1a2ddb0..6e7bdaf 100644 --- a/Voxels.SkiaSharp/Properties/AssemblyInfo.cs +++ b/Voxels.SkiaSharp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] diff --git a/Voxels.Test/Properties/AssemblyInfo.cs b/Voxels.Test/Properties/AssemblyInfo.cs index 39896fd..989284c 100644 --- a/Voxels.Test/Properties/AssemblyInfo.cs +++ b/Voxels.Test/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ [assembly: Guid("44fd680f-9699-49d0-926c-e392b8cf521c")] // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")]