Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tDevkit
Manage
Activity
Members
Plan
Wiki
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Twin
Twinzo
tDevkit
Commits
11f738a9
Commit
11f738a9
authored
3 years ago
by
Michal Ondrejička
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
ver2 See merge request digital-twin/twinzo/tdevkit!9
parents
8ef568a5
437c5abf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Main/Main.csproj
+2
-2
2 additions, 2 deletions
Main/Main.csproj
SDK/SDK.csproj
+15
-2
15 additions, 2 deletions
SDK/SDK.csproj
Test/Test/Test.csproj
+2
-2
2 additions, 2 deletions
Test/Test/Test.csproj
with
19 additions
and
6 deletions
Main/Main.csproj
+
2
−
2
View file @
11f738a9
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>2021.6.16.
1
</AssemblyVersion>
<AssemblyVersion>2021.6.16.
2
</AssemblyVersion>
<FileVersion>2021.6.16.
1
</FileVersion>
<FileVersion>2021.6.16.
2
</FileVersion>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
SDK/SDK.csproj
+
15
−
2
View file @
11f738a9
...
@@ -3,11 +3,24 @@
...
@@ -3,11 +3,24 @@
<PropertyGroup>
<PropertyGroup>
<PackageId>tDevKit</PackageId>
<PackageId>tDevKit</PackageId>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>2021.6.16.1</AssemblyVersion>
<AssemblyVersion>2021.6.16.2</AssemblyVersion>
<FileVersion>2021.6.16.1</FileVersion>
<FileVersion>2021.6.16.2</FileVersion>
<Version>2021.6.0</Version>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<ShouldCreateLogs>True</ShouldCreateLogs>
<AdvancedSettingsExpanded>True</AdvancedSettingsExpanded>
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
<UpdateAssemblyFileVersion>False</UpdateAssemblyFileVersion>
<UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion>
<UpdatePackageVersion>True</UpdatePackageVersion>
<PackageVersionSettings>AssemblyVersion.IncrementWithAutoReset.None</PackageVersionSettings>
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<ShouldCreateLogs>True</ShouldCreateLogs>
<ShouldCreateLogs>True</ShouldCreateLogs>
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
...
...
This diff is collapsed.
Click to expand it.
Test/Test/Test.csproj
+
2
−
2
View file @
11f738a9
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
<AssemblyVersion>2021.6.16.
1
</AssemblyVersion>
<AssemblyVersion>2021.6.16.
2
</AssemblyVersion>
<FileVersion>2021.6.16.
1
</FileVersion>
<FileVersion>2021.6.16.
2
</FileVersion>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment