-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2、修复红外照片解析DroneJjid信息赋值问题
- Loading branch information
Showing
10 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("[email protected]")] | ||
[assembly: AssemblyProduct("SDKs.DjiImage.Net45")] | ||
[assembly: AssemblyCopyright("Copyright(c) 2022-2023 jazous")] | ||
[assembly: AssemblyCopyright("Copyright(c) 2022-2024 jazous")] | ||
[assembly: AssemblyTrademark("@jazous")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
|
@@ -32,5 +32,5 @@ | |
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 | ||
//通过使用 "*",如下所示: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("1.4.2.0")] | ||
[assembly: AssemblyFileVersion("1.4.2.0")] | ||
[assembly: AssemblyVersion("1.4.3.0")] | ||
[assembly: AssemblyFileVersion("1.4.3.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("[email protected]")] | ||
[assembly: AssemblyProduct("SDKs.DjiImage.Net48.dll")] | ||
[assembly: AssemblyCopyright("Copyright(c) 2022-2023 jazous")] | ||
[assembly: AssemblyCopyright("Copyright(c) 2022-2024 jazous")] | ||
[assembly: AssemblyTrademark("@jazous")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
|
@@ -33,6 +33,6 @@ | |
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 | ||
//通过使用 "*",如下所示: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("1.4.2.0")] | ||
[assembly: AssemblyFileVersion("1.4.2.0")] | ||
[assembly: AssemblyVersion("1.4.3.0")] | ||
[assembly: AssemblyFileVersion("1.4.3.0")] | ||
[assembly: NeutralResourcesLanguage("zh")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<Nullable>enable</Nullable> | ||
<SignAssembly>True</SignAssembly> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.4.2</Version> | ||
<Version>1.4.3</Version> | ||
<Authors>jazous</Authors> | ||
<RepositoryUrl>https://github.com/Jazous/SDKs-DjiImage.git</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/Jazous/SDKs-DjiImage</PackageProjectUrl> | ||
|
@@ -18,15 +18,15 @@ | |
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<NeutralLanguage>zh</NeutralLanguage> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<Copyright>Copyright(c) 2022-2023 jazous</Copyright> | ||
<Copyright>Copyright(c) 2022-2024 jazous</Copyright> | ||
<GenerateDocumentationFile>True</GenerateDocumentationFile> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<ErrorReport>none</ErrorReport> | ||
<PackageTags>dji,thermal,r-jpeg</PackageTags> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<AssemblyOriginatorKeyFile>..\SDKs.snk</AssemblyOriginatorKeyFile> | ||
<DocumentationFile>obj\Release\net6.0\SDKs.DjiImage.xml</DocumentationFile> | ||
<PackageReleaseNotes>1、修复读取御2行业进阶版照片报错的问题</PackageReleaseNotes> | ||
<PackageReleaseNotes>1、RJPEG 添加 GetTemp 不带参数的方法,提供温度矩阵返回,方便用于直接返回给前端进行处理</PackageReleaseNotes> | ||
<Company>[email protected]</Company> | ||
<Product>$(AssemblyName).dll</Product> | ||
</PropertyGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
SDKs.DjiImage/Thermals/_skdlinux.cs → SDKs.DjiImage/Thermals/_sdklinux.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters