diff --git a/org.mixedrealitytoolkit.core/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/AssemblyInfo.cs index d1d4b962f..b03153c93 100644 --- a/org.mixedrealitytoolkit.core/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/AssemblyInfo.cs @@ -13,4 +13,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.core/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/Editor/AssemblyInfo.cs index 297f60330..3729031cb 100644 --- a/org.mixedrealitytoolkit.core/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/Editor/AssemblyInfo.cs @@ -12,4 +12,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.core/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/Tests/Editor/AssemblyInfo.cs index d7b56325a..53ecbfa2e 100644 --- a/org.mixedrealitytoolkit.core/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.core/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/Tests/Runtime/AssemblyInfo.cs index 5fec164eb..e51194cff 100644 --- a/org.mixedrealitytoolkit.core/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.core/Tests/TestUtilities/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/Tests/TestUtilities/AssemblyInfo.cs index d348366d0..b0cba2872 100644 --- a/org.mixedrealitytoolkit.core/Tests/TestUtilities/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/Tests/TestUtilities/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.input/AssemblyInfo.cs b/org.mixedrealitytoolkit.input/AssemblyInfo.cs index c767d4cf3..326793460 100644 --- a/org.mixedrealitytoolkit.input/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.input/AssemblyInfo.cs @@ -13,4 +13,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.input/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.input/Editor/AssemblyInfo.cs index 2f4a0351d..0968cf711 100644 --- a/org.mixedrealitytoolkit.input/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.input/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.input/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.input/Tests/Editor/AssemblyInfo.cs index 93c74598c..f8bef51cf 100644 --- a/org.mixedrealitytoolkit.input/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.input/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.input/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.input/Tests/Runtime/AssemblyInfo.cs index 258d85863..02f217925 100644 --- a/org.mixedrealitytoolkit.input/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.input/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs b/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs index 2f44fc24e..dce8f310d 100644 --- a/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs @@ -13,4 +13,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.spatialmanipulation/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.spatialmanipulation/Editor/AssemblyInfo.cs index 042f3d37c..b999ed1b4 100644 --- a/org.mixedrealitytoolkit.spatialmanipulation/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.spatialmanipulation/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.spatialmanipulation/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.spatialmanipulation/Tests/Editor/AssemblyInfo.cs index 0e2724547..096ed0fd9 100644 --- a/org.mixedrealitytoolkit.spatialmanipulation/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.spatialmanipulation/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.spatialmanipulation/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.spatialmanipulation/Tests/Runtime/AssemblyInfo.cs index b9d8c37c6..ef6667bbf 100644 --- a/org.mixedrealitytoolkit.spatialmanipulation/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.spatialmanipulation/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs index a1321845c..dac89b477 100644 --- a/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs @@ -12,4 +12,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Editor/AssemblyInfo.cs index 0ec016923..cd31338d6 100644 --- a/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Runtime/AssemblyInfo.cs index e58f37b04..9dec28e25 100644 --- a/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents.noncanvas/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs index 7884bdb11..9bf7e53a6 100644 --- a/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs @@ -12,4 +12,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents/Editor/AssemblyInfo.cs index 8f5c1a1c9..d99c4abc9 100644 --- a/org.mixedrealitytoolkit.uxcomponents/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents/Tests/Editor/AssemblyInfo.cs index f0103de2c..d313068ce 100644 --- a/org.mixedrealitytoolkit.uxcomponents/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/AssemblyInfo.cs index cf1f99b42..3712e2cfb 100644 --- a/org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs index 3cb0b8e08..52a3ace8f 100644 --- a/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs @@ -15,4 +15,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcore/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcore/Editor/AssemblyInfo.cs index d44ff24ae..6ffe10e44 100644 --- a/org.mixedrealitytoolkit.uxcore/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcore/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcore/Tests/Editor/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcore/Tests/Editor/AssemblyInfo.cs index 290a07c9a..18a4d592f 100644 --- a/org.mixedrealitytoolkit.uxcore/Tests/Editor/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcore/Tests/Editor/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] diff --git a/org.mixedrealitytoolkit.uxcore/Tests/Runtime/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcore/Tests/Runtime/AssemblyInfo.cs index 433b24373..a688740c2 100644 --- a/org.mixedrealitytoolkit.uxcore/Tests/Runtime/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.uxcore/Tests/Runtime/AssemblyInfo.cs @@ -9,4 +9,4 @@ // The AssemblyVersion attribute is checked-in and is recommended not to be changed often. // https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version // AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. -[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")]