Skip to content

Commit

Permalink
Support for Nikon Z6 II
Browse files Browse the repository at this point in the history
  • Loading branch information
dukus committed Oct 5, 2021
1 parent f83fa03 commit a6b644f
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 36 deletions.
4 changes: 2 additions & 2 deletions CameraControl.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
1 change: 1 addition & 0 deletions CameraControl.Devices/CameraDeviceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
Expand Down
4 changes: 2 additions & 2 deletions CameraControl.Devices/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
4 changes: 2 additions & 2 deletions CameraControl.PluginManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
4 changes: 2 additions & 2 deletions CameraControl.Plugins/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
4 changes: 2 additions & 2 deletions CameraControl.ServerTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions CameraControl.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions CameraControl.Trigger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions CameraControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
4 changes: 2 additions & 2 deletions CameraControlCmd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.1.3.7")]
[assembly: AssemblyFileVersion("2.1.3.7")]
4 changes: 2 additions & 2 deletions CameraControlRemoteCmd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Canon.Eos.Framework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions DccObsPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions MtpTester/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions PhotoBooth/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Plugin.DeviceControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions PortableDeviceLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Setup/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions ZoomAndPan/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6b644f

Please sign in to comment.