Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
164f7bc1
Commit
164f7bc1
authored
Apr 14, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 版本号
parent
e670ef97
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
AssemblyInfo.cs
...FLY.FeedbackRenZiJia.UI.Server/Properties/AssemblyInfo.cs
+2
-2
BlowingDetect.cs
...Y.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
+3
-2
BulkDB.cs
...LY.Thick.Blowing/FLY.Thick.Blowing/Server/Model/BulkDB.cs
+2
-2
AssemblyInfo.cs
...LY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...LY.Thick.BlowingScan.UI.Server/Properties/AssemblyInfo.cs
+2
-2
No files found.
Project.FLY.FeedbackRenZiJia/FLY.FeedbackRenZiJia.UI.Server/Properties/AssemblyInfo.cs
View file @
164f7bc1
...
...
@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.
0
.0")]
[assembly: AssemblyFileVersion("7.0.
0
.0")]
[assembly: AssemblyVersion("7.0.
1
.0")]
[assembly: AssemblyFileVersion("7.0.
1
.0")]
[assembly: Guid("32104657-86E9-4380-9113-606589E6D812")]
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
View file @
164f7bc1
...
...
@@ -604,9 +604,10 @@ namespace FLY.Thick.Blowing.Server
/// </summary>
void
OnPoll
()
{
if
(!
flyad
.
IsReady
||
!
flyad
.
IsConnected
)
//if (!flyad.IsReady || !flyad.IsConnected)
// return;
if
(!
flyad
.
IsConnected
)
return
;
//--------------------------------------------------------------------
//转向信号处理
mLimitCellCollection
.
OnPoll
();
...
...
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/Model/BulkDB.cs
View file @
164f7bc1
...
...
@@ -218,8 +218,8 @@ namespace FLY.Thick.Blowing.Server.Model
/// 获取N幅数据,需要异步
/// </summary>
/// <param name="request"></param>
/// <param name="
A
syncDelegate"></param>
/// <param name="
A
syncContext"></param>
/// <param name="
a
syncDelegate"></param>
/// <param name="
a
syncContext"></param>
public
async
void
GetFrame
(
Pack_GetFrameRequest
request
,
AsyncCBHandler
asyncDelegate
,
object
asyncContext
)
{
Pack_GetFrameReponse
reponse
=
new
Pack_GetFrameReponse
();
...
...
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
View file @
164f7bc1
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.
0
")]
[assembly: AssemblyFileVersion("7.0.
0
")]
[assembly: AssemblyVersion("7.0.
1
")]
[assembly: AssemblyFileVersion("7.0.
1
")]
[assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")]
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Server/Properties/AssemblyInfo.cs
View file @
164f7bc1
...
...
@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.
0
.0")]
[assembly: AssemblyFileVersion("7.0.
0
.0")]
[assembly: AssemblyVersion("7.0.
1
.0")]
[assembly: AssemblyFileVersion("7.0.
1
.0")]
[assembly: Guid("A2277244-BCD4-485B-85F4-AAE96DA235B5")]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment