diff --git a/CameraControl.Core/Properties/AssemblyInfo.cs b/CameraControl.Core/Properties/AssemblyInfo.cs index f374ebf6..75173359 100644 --- a/CameraControl.Core/Properties/AssemblyInfo.cs +++ b/CameraControl.Core/Properties/AssemblyInfo.cs @@ -68,5 +68,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControl.Devices/CameraDeviceManager.cs b/CameraControl.Devices/CameraDeviceManager.cs index 6b4ddd46..3c9a1f23 100644 --- a/CameraControl.Devices/CameraDeviceManager.cs +++ b/CameraControl.Devices/CameraDeviceManager.cs @@ -200,6 +200,7 @@ private void PopulateDeviceClass() {"Z 50", typeof(NikonZ6)}, {"Z 5", typeof(NikonZ6)}, {"Z 6", typeof(NikonZ6)}, + {"Z 6_2", typeof(NikonZ6)}, {"Z 7", typeof(NikonZ7)}, //{"Canon EOS 5D Mark II", typeof (CanonSDKBase)}, {"MTP Sim", typeof(BaseMTPCamera)}, diff --git a/CameraControl.Devices/Properties/AssemblyInfo.cs b/CameraControl.Devices/Properties/AssemblyInfo.cs index d8035e70..d16d4a15 100644 --- a/CameraControl.Devices/Properties/AssemblyInfo.cs +++ b/CameraControl.Devices/Properties/AssemblyInfo.cs @@ -68,5 +68,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControl.PluginManager/Properties/AssemblyInfo.cs b/CameraControl.PluginManager/Properties/AssemblyInfo.cs index 941b49df..bfb67054 100644 --- a/CameraControl.PluginManager/Properties/AssemblyInfo.cs +++ b/CameraControl.PluginManager/Properties/AssemblyInfo.cs @@ -86,5 +86,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControl.Plugins/Properties/AssemblyInfo.cs b/CameraControl.Plugins/Properties/AssemblyInfo.cs index 9a6cad3b..eed0c1e8 100644 --- a/CameraControl.Plugins/Properties/AssemblyInfo.cs +++ b/CameraControl.Plugins/Properties/AssemblyInfo.cs @@ -68,5 +68,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControl.ServerTest/Properties/AssemblyInfo.cs b/CameraControl.ServerTest/Properties/AssemblyInfo.cs index 835a91ee..b864c10c 100644 --- a/CameraControl.ServerTest/Properties/AssemblyInfo.cs +++ b/CameraControl.ServerTest/Properties/AssemblyInfo.cs @@ -51,5 +51,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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/CameraControl.Test/Properties/AssemblyInfo.cs b/CameraControl.Test/Properties/AssemblyInfo.cs index f0ee1546..89cab24a 100644 --- a/CameraControl.Test/Properties/AssemblyInfo.cs +++ b/CameraControl.Test/Properties/AssemblyInfo.cs @@ -51,5 +51,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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/CameraControl.Trigger/Properties/AssemblyInfo.cs b/CameraControl.Trigger/Properties/AssemblyInfo.cs index b1792dd0..ceeba70e 100644 --- a/CameraControl.Trigger/Properties/AssemblyInfo.cs +++ b/CameraControl.Trigger/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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/CameraControl/Properties/AssemblyInfo.cs b/CameraControl/Properties/AssemblyInfo.cs index 529198a4..2781cd75 100644 --- a/CameraControl/Properties/AssemblyInfo.cs +++ b/CameraControl/Properties/AssemblyInfo.cs @@ -86,5 +86,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControlCmd/Properties/AssemblyInfo.cs b/CameraControlCmd/Properties/AssemblyInfo.cs index a969e94a..9ca87907 100644 --- a/CameraControlCmd/Properties/AssemblyInfo.cs +++ b/CameraControlCmd/Properties/AssemblyInfo.cs @@ -68,5 +68,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] \ No newline at end of file diff --git a/CameraControlRemoteCmd/Properties/AssemblyInfo.cs b/CameraControlRemoteCmd/Properties/AssemblyInfo.cs index 5e14b93a..14428376 100644 --- a/CameraControlRemoteCmd/Properties/AssemblyInfo.cs +++ b/CameraControlRemoteCmd/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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/Canon.Eos.Framework/Properties/AssemblyInfo.cs b/Canon.Eos.Framework/Properties/AssemblyInfo.cs index 1347d734..3304f58d 100644 --- a/Canon.Eos.Framework/Properties/AssemblyInfo.cs +++ b/Canon.Eos.Framework/Properties/AssemblyInfo.cs @@ -12,6 +12,6 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("3a70507d-c50a-47ca-b920-303d687631ec")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] [assembly: InternalsVisibleTo("Canon.Eos.UnitTests")] \ No newline at end of file diff --git a/DccObsPlugin/Properties/AssemblyInfo.cs b/DccObsPlugin/Properties/AssemblyInfo.cs index 2bb061e4..cee58c9d 100644 --- a/DccObsPlugin/Properties/AssemblyInfo.cs +++ b/DccObsPlugin/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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/MtpTester/Properties/AssemblyInfo.cs b/MtpTester/Properties/AssemblyInfo.cs index 48dec2e3..f42c7028 100644 --- a/MtpTester/Properties/AssemblyInfo.cs +++ b/MtpTester/Properties/AssemblyInfo.cs @@ -51,5 +51,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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/PhotoBooth/Properties/AssemblyInfo.cs b/PhotoBooth/Properties/AssemblyInfo.cs index 075a863b..38e351cd 100644 --- a/PhotoBooth/Properties/AssemblyInfo.cs +++ b/PhotoBooth/Properties/AssemblyInfo.cs @@ -51,5 +51,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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/Plugin.DeviceControl/Properties/AssemblyInfo.cs b/Plugin.DeviceControl/Properties/AssemblyInfo.cs index 190ab398..74bbe940 100644 --- a/Plugin.DeviceControl/Properties/AssemblyInfo.cs +++ b/Plugin.DeviceControl/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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/PortableDeviceLib/Properties/AssemblyInfo.cs b/PortableDeviceLib/Properties/AssemblyInfo.cs index 965aa13f..4a02e869 100644 --- a/PortableDeviceLib/Properties/AssemblyInfo.cs +++ b/PortableDeviceLib/Properties/AssemblyInfo.cs @@ -52,6 +52,6 @@ You should have received a copy of the GNU Lesser General Public // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] [assembly: InternalsVisibleTo("PortableDeviceLib.Tests")] diff --git a/Setup/Properties/AssemblyInfo.cs b/Setup/Properties/AssemblyInfo.cs index 03af1191..c4b50929 100644 --- a/Setup/Properties/AssemblyInfo.cs +++ b/Setup/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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] diff --git a/ZoomAndPan/Properties/AssemblyInfo.cs b/ZoomAndPan/Properties/AssemblyInfo.cs index 479d02f2..5acf9543 100644 --- a/ZoomAndPan/Properties/AssemblyInfo.cs +++ b/ZoomAndPan/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ // 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("2.1.3.6")] -[assembly: AssemblyFileVersion("2.1.3.6")] +[assembly: AssemblyVersion("2.1.3.7")] +[assembly: AssemblyFileVersion("2.1.3.7")] [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located