File tree Expand file tree Collapse file tree
ShareFileModule-Installer
Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Include >
3- <?define Version = " 1.0.1 .0" ?>
3+ <?define Version = " 1.0.2 .0" ?>
44 <?define Description = " PowerShell Module for ShareFile API. Version $(var.Version)" ?>
55 <?define Vendor = " Progress ShareFile" ?>
6- <?define SourceRootPath = " ..\ShareFileModule\bin\Release\net48" ?>
6+ <?define SourceRootPath = " ..\ShareFileModule\bin\Release\net48\publish " ?>
77 <?define SourceRootPathCore = " ..\ShareFileModule\bin\Release\net8.0-windows\publish" ?>
88 <?define SourcePathAssets = " $(var.SourceRootPath)\Assets" ?>
99</Include >
Original file line number Diff line number Diff line change 108108 <Component >
109109 <File Id =" NLog.config" Source =" $(var.SourceRootPath)\NLog.config" />
110110 </Component >
111+ <Component >
112+ <File Id =" System.Buffers.dll" Source =" $(var.SourceRootPath)\System.Buffers.dll" />
113+ </Component >
114+ <Component >
115+ <File Id =" System.Management.Automation.dll" Source =" $(var.SourceRootPath)\System.Management.Automation.dll" />
116+ </Component >
111117 <ComponentGroupRef Id =" WebView2" />
112118 </ComponentGroup >
113119
File renamed without changes.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
3+ <Project >
4+ <PropertyGroup >
5+ <Configuration >Release</Configuration >
6+ <Platform >Any CPU</Platform >
7+ <PublishDir >bin\Release\net48\publish\</PublishDir >
8+ <PublishProtocol >FileSystem</PublishProtocol >
9+ <_TargetId >Folder</_TargetId >
10+ <TargetFramework >net48</TargetFramework >
11+ </PropertyGroup >
12+ </Project >
Original file line number Diff line number Diff line change 77 <Product >ShareFileModule</Product >
88 <Copyright >Copyright © 2025 Progress</Copyright >
99 <Deterministic >false</Deterministic >
10- <AssemblyVersion >1.0.1 .0</AssemblyVersion >
11- <FileVersion >1.0.1 .0</FileVersion >
10+ <AssemblyVersion >1.0.2 .0</AssemblyVersion >
11+ <FileVersion >1.0.2 .0</FileVersion >
1212 <OutputPath >bin\$(Configuration)\</OutputPath >
1313 <UseWindowsForms >true</UseWindowsForms >
1414 <!-- For Dispatcher found in System.Windows.Threading -->
You can’t perform that action at this time.
0 commit comments