diff --git a/CameraControl.Core/Properties/AssemblyInfo.cs b/CameraControl.Core/Properties/AssemblyInfo.cs index 512e89b93..8b4d4c05e 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControl.Devices/CameraDeviceManager.cs b/CameraControl.Devices/CameraDeviceManager.cs index 7c4ec282a..4f28cbf47 100644 --- a/CameraControl.Devices/CameraDeviceManager.cs +++ b/CameraControl.Devices/CameraDeviceManager.cs @@ -174,6 +174,7 @@ private void PopulateDeviceClass() {"D70s", typeof(NikonD40)}, {"D700", typeof(NikonD700)}, {"D750", typeof(NikonD750)}, + {"D780", typeof(NikonD750)}, {"D7000", typeof(NikonD7000)}, {"D7100", typeof(NikonD7100)}, {"D7200", typeof(NikonD7100)}, diff --git a/CameraControl.Devices/Properties/AssemblyInfo.cs b/CameraControl.Devices/Properties/AssemblyInfo.cs index 1cf00629e..9508ff72c 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControl.PluginManager/Properties/AssemblyInfo.cs b/CameraControl.PluginManager/Properties/AssemblyInfo.cs index 6f89d6667..c09d23956 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControl.Plugins/Properties/AssemblyInfo.cs b/CameraControl.Plugins/Properties/AssemblyInfo.cs index 2098aeb7c..5a4a4e2e9 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControl.ServerTest/Properties/AssemblyInfo.cs b/CameraControl.ServerTest/Properties/AssemblyInfo.cs index a9243a266..ceff7b2d7 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/CameraControl.Test/Properties/AssemblyInfo.cs b/CameraControl.Test/Properties/AssemblyInfo.cs index 6661193e6..fa37c2821 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/CameraControl.Trigger/Properties/AssemblyInfo.cs b/CameraControl.Trigger/Properties/AssemblyInfo.cs index 2401264d1..7fe678165 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/CameraControl/Properties/AssemblyInfo.cs b/CameraControl/Properties/AssemblyInfo.cs index 60f68887f..0fd116dcb 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControlCmd/Properties/AssemblyInfo.cs b/CameraControlCmd/Properties/AssemblyInfo.cs index 7dc6590a7..bf80f3e90 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] \ No newline at end of file diff --git a/CameraControlRemoteCmd/Properties/AssemblyInfo.cs b/CameraControlRemoteCmd/Properties/AssemblyInfo.cs index 3b16eccca..6e2d51ceb 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/Canon.Eos.Framework/Properties/AssemblyInfo.cs b/Canon.Eos.Framework/Properties/AssemblyInfo.cs index f9157040d..69a5212de 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] [assembly: InternalsVisibleTo("Canon.Eos.UnitTests")] \ No newline at end of file diff --git a/DccObsPlugin/Properties/AssemblyInfo.cs b/DccObsPlugin/Properties/AssemblyInfo.cs index 34e69f75e..7f1fb421c 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/MtpTester/Properties/AssemblyInfo.cs b/MtpTester/Properties/AssemblyInfo.cs index 385ff723f..278e74bd6 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/PhotoBooth/Properties/AssemblyInfo.cs b/PhotoBooth/Properties/AssemblyInfo.cs index e3143e44c..04fd56d31 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/Plugin.DeviceControl/Properties/AssemblyInfo.cs b/Plugin.DeviceControl/Properties/AssemblyInfo.cs index 0a2261be8..f8a7493ba 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/PortableDeviceLib/Properties/AssemblyInfo.cs b/PortableDeviceLib/Properties/AssemblyInfo.cs index 49a073bc3..29df39c9d 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] [assembly: InternalsVisibleTo("PortableDeviceLib.Tests")] diff --git a/Setup/Properties/AssemblyInfo.cs b/Setup/Properties/AssemblyInfo.cs index f13504b7c..0ebbb3b1f 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.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.3.1")] +[assembly: AssemblyFileVersion("2.1.3.1")] diff --git a/Setup/wix/Setup.g.wxs b/Setup/wix/Setup.g.wxs index 7a0974cf0..0f970ae3f 100644 --- a/Setup/wix/Setup.g.wxs +++ b/Setup/wix/Setup.g.wxs @@ -6,7 +6,7 @@ --> - + @@ -50,8 +50,8 @@ - - + +