Skip to content

Commit 5f8d1be

Browse files
committed
update to latest sccmclictr.automation.dll
1 parent ef016dc commit 5f8d1be

31 files changed

Lines changed: 77 additions & 69 deletions

Plugins/Plugin_AppV46/AgentActionTool_AppV46.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public partial class AgentActionTool_AppV46 : System.Windows.Controls.UserContro
2828
public AgentActionTool_AppV46()
2929
{
3030
InitializeComponent();
31-
btAppV46.IsEnabled = SCCMCliCtr.Customization.CheckLicense();
31+
//btAppV46.IsEnabled = SCCMCliCtr.Customization.CheckLicense();
3232
}
3333

3434
private void btAppV46_Click(object sender, RoutedEventArgs e)

Plugins/Plugin_AppV46/Plugin_AppV46.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>AgentActionTools</RootNamespace>
1111
<AssemblyName>Plugin_AppV46</AssemblyName>
12-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
@@ -60,9 +60,8 @@
6060
<Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
6161
<Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
6262
<Reference Include="ReachFramework" />
63-
<Reference Include="sccmclictr.automation, Version=0.0.0.62, Culture=neutral, processorArchitecture=MSIL">
64-
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\..\sccmclictrlib\sccmclictr.automation\bin\Debug\sccmclictr.automation.dll</HintPath>
63+
<Reference Include="sccmclictr.automation, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
64+
<HintPath>packages\sccmclictrlib.1.0.1\lib\net48\sccmclictr.automation.dll</HintPath>
6665
</Reference>
6766
<Reference Include="System" />
6867
<Reference Include="System.Data" />
@@ -122,9 +121,14 @@
122121
<ItemGroup>
123122
<Resource Include="Images\Delete.ico" />
124123
</ItemGroup>
124+
<ItemGroup>
125+
<None Include="packages.config" />
126+
</ItemGroup>
125127
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126128
<PropertyGroup>
127-
<PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\SignTool.exe" sign /n "Roger Zander" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"</PostBuildEvent>
129+
<PostBuildEvent>if "$(ConfigurationName)"=="Debug" GOTO end
130+
"C:\tools\signtool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
131+
:end</PostBuildEvent>
128132
</PropertyGroup>
129133
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130134
Other similar extension points exist, see Microsoft.Common.targets.

Plugins/Plugin_AppV46/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("SCCM Tools")]
1414
[assembly: AssemblyProduct("SCCMCliCtrWPF")]
15-
[assembly: AssemblyCopyright("Copyright © 2017 by Roger Zander")]
15+
[assembly: AssemblyCopyright("Copyright © 2023 by Roger Zander")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.3")]
55-
[assembly: AssemblyFileVersion("1.0.0.3")]
54+
[assembly: AssemblyVersion("1.0.0.4")]
55+
[assembly: AssemblyFileVersion("1.0.0.4")]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="sccmclictrlib" version="1.0.1" targetFramework="net48" />
4+
</packages>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

Plugins/Plugin_CustomTools_AMTTools/Plugin_CustomTools_AMTTools.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>AgentActionTools</RootNamespace>
1111
<AssemblyName>Plugin_AMTTools</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
@@ -47,8 +47,8 @@
4747
</AssemblyOriginatorKeyFile>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="sccmclictr.automation, Version=1.0.0.36, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>packages\sccmclictrlib.1.0.0.36\lib\net47\sccmclictr.automation.dll</HintPath>
50+
<Reference Include="sccmclictr.automation, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>packages\sccmclictrlib.1.0.1\lib\net48\sccmclictr.automation.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Data" />
@@ -117,7 +117,7 @@
117117
</PropertyGroup>
118118
<PropertyGroup>
119119
<PostBuildEvent>if "$(ConfigurationName)"=="Debug" GOTO end
120-
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\Bin\SignTool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
120+
"C:\tools\signtool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
121121
:end</PostBuildEvent>
122122
</PropertyGroup>
123123
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Plugins/Plugin_CustomTools_AMTTools/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
5454
[assembly: AssemblyVersion("1.0.0.*")]
55-
[assembly: AssemblyFileVersion("1.0.0.3")]
55+
[assembly: AssemblyFileVersion("1.0.0.4")]

Plugins/Plugin_CustomTools_AMTTools/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="sccmclictrlib" version="1.0.0.36" targetFramework="net472" />
3+
<package id="sccmclictrlib" version="1.0.1" targetFramework="net48" />
44
</packages>

Plugins/Plugin_EnablePSRemoting/Plugin_EnablePSRemoting.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>AgentActionTools</RootNamespace>
1111
<AssemblyName>Plugin_EnablePSRemoting</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
@@ -50,8 +50,8 @@
5050
<Reference Include="Customization">
5151
<HintPath>..\..\Customization\bin\Debug\Customization.dll</HintPath>
5252
</Reference>
53-
<Reference Include="sccmclictr.automation, Version=1.0.0.36, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>packages\sccmclictrlib.1.0.0.36\lib\net47\sccmclictr.automation.dll</HintPath>
53+
<Reference Include="sccmclictr.automation, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>packages\sccmclictrlib.1.0.1\lib\net48\sccmclictr.automation.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System" />
5757
<Reference Include="System.Data" />
@@ -94,7 +94,7 @@
9494
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9595
<PropertyGroup>
9696
<PostBuildEvent>if "$(ConfigurationName)"=="Debug" GOTO end
97-
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\Bin\SignTool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
97+
"C:\tools\signtool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
9898
:end
9999
</PostBuildEvent>
100100
</PropertyGroup>

0 commit comments

Comments
 (0)