Skip to content

Commit

Permalink
Cherry pick of PR 17 of main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielOda committed Mar 18, 2024
1 parent 0478576 commit 72c3fdf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion working/templatepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>template</PackageType>
<PackageVersion>1.0.8</PackageVersion>
<PackageVersion>1.0.9</PackageVersion>
<PackageId>Skyline.DataMiner.VisualStudioTemplates.Internal</PackageId>
<Title>DataMiner DotNet Templates</Title>
<Authors>SkylineCommunications</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Company>Skyline Communications</Company>
<Copyright>© Skyline Communications</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -17,7 +17,7 @@
<DefineConstants>$(DefineConstants);DCFv1;DBInfo;ALARM_SQUASHING</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.1.0.6" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.2.0.25" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Company>Skyline Communications</Company>
<Copyright>© Skyline Communications</Copyright>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -9,7 +9,7 @@
<ProjectReference Include="..\QAction_Helper\QAction_Helper.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.1.0.6" />
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Company>Skyline Communications</Company>
<Copyright>© Skyline Communications</Copyright>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -9,7 +9,7 @@
<ProjectReference Include="..\QAction_Helper\QAction_Helper.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.1.0.6" />
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Company>Skyline Communications</Company>
<Copyright>© Skyline Communications</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.1.0.6" />
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
2 changes: 1 addition & 1 deletion working/templates/connectorsolution/protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Any inquiries can be addressed to:

<Compliancies>
<CassandraReady>true</CassandraReady>
<MinimumRequiredVersion>10.1.0.0 - 9966</MinimumRequiredVersion>
<MinimumRequiredVersion>10.2.0.0 - 12603</MinimumRequiredVersion>
</Compliancies>

<Params>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Company>Skyline Communications</Company>
<Copyright>© Skyline Communications</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 72c3fdf

Please sign in to comment.