diff --git a/org.mixedrealitytoolkit.accessibility/AssemblyInfo.cs b/org.mixedrealitytoolkit.accessibility/AssemblyInfo.cs index cf601b1cf..c490fcc4b 100644 --- a/org.mixedrealitytoolkit.accessibility/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.accessibility/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("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] diff --git a/org.mixedrealitytoolkit.audio/AssemblyInfo.cs b/org.mixedrealitytoolkit.audio/AssemblyInfo.cs index 560cc9463..ee76ae2a1 100644 --- a/org.mixedrealitytoolkit.audio/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.audio/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("3.0.1.0")] diff --git a/org.mixedrealitytoolkit.core/AssemblyInfo.cs b/org.mixedrealitytoolkit.core/AssemblyInfo.cs index 09f6b50b5..659c98ebb 100644 --- a/org.mixedrealitytoolkit.core/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.core/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("3.1.1.0")] diff --git a/org.mixedrealitytoolkit.data/AssemblyInfo.cs b/org.mixedrealitytoolkit.data/AssemblyInfo.cs index 9a7cb22c0..656e91285 100644 --- a/org.mixedrealitytoolkit.data/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.data/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("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] diff --git a/org.mixedrealitytoolkit.diagnostics/AssemblyInfo.cs b/org.mixedrealitytoolkit.diagnostics/AssemblyInfo.cs index 4043f74c4..691f9d714 100644 --- a/org.mixedrealitytoolkit.diagnostics/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.diagnostics/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("3.0.1.0")] diff --git a/org.mixedrealitytoolkit.input/AssemblyInfo.cs b/org.mixedrealitytoolkit.input/AssemblyInfo.cs index c767d4cf3..1dfd357f8 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("3.1.0.0")] diff --git a/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs b/org.mixedrealitytoolkit.spatialmanipulation/AssemblyInfo.cs index 2f44fc24e..9bf751521 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("3.1.0.0")] diff --git a/org.mixedrealitytoolkit.tools/AssemblyInfo.cs b/org.mixedrealitytoolkit.tools/AssemblyInfo.cs index f1676cbb0..a85f46833 100644 --- a/org.mixedrealitytoolkit.tools/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.tools/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("3.0.1.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents.noncanvas/AssemblyInfo.cs index a1321845c..4565e6edd 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("3.1.1.0")] diff --git a/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcomponents/AssemblyInfo.cs index 7884bdb11..1c0f1aa09 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("3.1.1.0")] diff --git a/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs b/org.mixedrealitytoolkit.uxcore/AssemblyInfo.cs index 3cb0b8e08..f708716e5 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("3.1.1.0")] diff --git a/org.mixedrealitytoolkit.windowsspeech/AssemblyInfo.cs b/org.mixedrealitytoolkit.windowsspeech/AssemblyInfo.cs index 7633fcc4e..64a7eb159 100644 --- a/org.mixedrealitytoolkit.windowsspeech/AssemblyInfo.cs +++ b/org.mixedrealitytoolkit.windowsspeech/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("3.0.1.0")]