Christoph Wille
1048cd9557
Enable repeatable package restores ( #3359 )
...
Locking restricted to projects that create NuGet packages
ICSharpCode.Decompiler
ICSharpCode.ILSpyX
ILSpyCmd
ICSharpCode.BamlDecompiler
5 months ago
Christoph Wille
f996283233
Update NuGet packages
1 year ago
Christoph Wille
3564ab1030
Fix Wpf slnf (missing BamlDecompiler project), update NuGet packages for Installer (WiX), update NuGet packages ILSpy
1 year ago
Christoph Wille
12ab3b87e9
NuGet package updates
1 year ago
Christoph Wille
084d02a447
Apply Central package management (requires package source mapping) ( #3124 )
...
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping )
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
2 years ago
Siegfried Pammer
a94d66561a
Move to .NET 8.0 ( #3119 )
...
* Basics of net8.0. Breaking unit tests expected.
* Missed that TestRunner project was already upgraded to net7.0 (search and replace fail)
* Use Preview 6 locally
* Use .NET 8.0 RTM
* Final fixups
---------
Co-authored-by: Christoph Wille <christoph.wille@gmail.com>
2 years ago
Christoph Wille
a0027e13b9
DefineConstants overrides defined constants in all projects; use property to amend constants.
2 years ago
Christoph Wille
3b062becff
Update to https://github.com/oleg-shilo/wixsharp/releases/tag/v1.22.0.0
2 years ago
Christoph Wille
bdb3235663
Lock looking for WiX binaries exclusively to packages folder
2 years ago
Christoph Wille
f12a3d3572
Fix #2984 : Store pointing to v8.0 submission, building of arm64 setup
2 years ago
Christoph Wille
b6535a4d71
Verified WiX 3.14 would build an arm64 installer for us
2 years ago
Christoph Wille
eb2f024b8b
Make Installer top-level solution and build it post-publish of ILSpy.sln ( #2991 )
...
* Remove Installer from main solution
* Split installer into separate solution that has to be run after ILSpy.sln has been built and published
* Modify build action to account for new sln and correct ordering
* Single-line run and release-only installer build
* All publishing in ps1, better naming for publish folders
2 years ago
Christoph Wille
b1d3b2a382
Update WixSharp to 1.20.3 (from .1)
2 years ago
Christoph Wille
4777cb0450
Update NuGet packages
3 years ago
Siegfried Pammer
78c7ece12d
* Include missing .json config in ILSpy.Installer.
...
* Add build action to check file lists of msi and vsix packages.
3 years ago
Siegfried Pammer
a88a413571
Fix DecompilerVersionInfoDependency in ILSpy.Installer.csproj
3 years ago
Siegfried Pammer
d5f8145a10
Convert solution-level dependencies to project-level dependencies.
...
Solution-level dependencies are incompatible with slnf.
3 years ago
Christoph Wille
15ad025ad9
Fix buildOutputDir. Note: should use output from dotnet publish!
3 years ago
Andreas Weizel
3d2176554f
Correct manufacturer name in MSI package
4 years ago
Andreas Weizel
a767fc454c
Fix #2574 : Show verification screen with target directory before starting installation
4 years ago
Andreas Weizel
ac165d68c7
Fix build error
4 years ago
Andreas Weizel
85574e639f
Fix and improve ILSpy.Installer project
...
- Fix build error with Debug build configuration
- Use only \wix as output directory
- Add solution filter file with included installer project
- Add package version to MSI file name
4 years ago
Andreas Weizel
33fcbae491
Switch ILSpy.Installer project from old to new project format
4 years ago
Andreas Weizel
59e1f8e64f
Add start menu shortcut on installation
4 years ago
Andreas Weizel
05874991a9
Rename installer project to ILSpy.Installer, use ILSpy app version as MSI package version
4 years ago