Daniel Grunwald
fc882b9203
Automatically install dotnet-format in specific version in the commit hook.
3 years ago
Daniel Grunwald
08ceffc3ad
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
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
7019e1c02f
Make sure that update-assemblyinfo.ps1 fails if PowerShell >= 5.0 is not installed.
3 years ago
Siegfried Pammer
a88a413571
Fix DecompilerVersionInfoDependency in ILSpy.Installer.csproj
3 years ago
Siegfried Pammer
c7719b1a6f
Try again to remove ILSpy.dll.config.
3 years ago
Siegfried Pammer
de630c9897
Fix ghactions-install.ps1
3 years ago
Siegfried Pammer
b3f8e4fe3c
Simplify update-assemblyinfo.ps1 and introduce public DecompilerVersionInfo class.
3 years ago
Siegfried Pammer
1ccc63b829
Revert removal of app.config.template
3 years ago
SilverFox
cdeef0909f
Fix output artifacts for CI builds
3 years ago
Siegfried Pammer
406f537fbe
Ditch nuspec.template
3 years ago
Christoph Wille
ce7f594010
Remove outdated build tools
4 years ago
Christoph Wille
9a4f5bc664
Minimal changes for building on .NET 6.0
4 years ago
Siegfried Pammer
07bedd45d1
Fix #2572 : Shallow clones do not produce correct version numbers as these require full history.
4 years ago
Andreas Weizel
05874991a9
Rename installer project to ILSpy.Installer, use ILSpy app version as MSI package version
4 years ago
Andreas Weizel
075c447954
Rename ILSpy.AddIn.VS17 to ILSpy.AddIn.VS2022
4 years ago
Andreas Weizel
30e2efad9f
Introduce a separate package for VS 2022 (VS17) AddIn
- Set a different GUID for VS 2022 VSIX package
- Fix wrong path in script
4 years ago
Daniel Grunwald
6410a7558e
Use `dotnet-format` so it works on GitHub actions
5 years ago
Siegfried Pammer
404f8ed71d
Add dotnet format to tidy.py
5 years ago
Christoph Wille
ade5a95656
Branches with / create invalid artefact names
5 years ago
Christoph Wille
379a47e296
GH Action build for ILSpy ( #2211 )
* Start work on a GH Action build for ILSpy
* Proper dotnet tool install
* Add a bit more of the tasks
* Add dotnet test and upload msix artefact
* Update upload-artifact
* Try adding VSIX
* Missing Uploads sketched
* Fix 7z
* Update upload for VSIX, NuGet and MSIX
* add ghactions-install.ps1
* Add github.workspace to make MSIX drop directory absolute path
* Fix naming of zip to keep it with AppVeyor
* Fix branch handling in ghactions-install.ps1
* Match zipping to https://github.com/icsharpcode/ILSpy/blob/master/appveyor.yml#L30
* Set ReleaseChannel for update-assemblyinfo
* channel is on matrix not env
* Skeleton for GH packages NuGet upload
* Write version number to ILSPY_VERSION file
* Try passing version as output
* Syntax for ::set-output on Windows
* Make dotnet test more readable with env vars
* ::set-output with Write-Output
* Modify version step as per https://github.com/mstum/Simplexcel/blob/master/.github/workflows/cibuild.yml
* Build all branches on push
* Collect ILSpy artifact for Debug too
* Error on no files found for upload
Co-authored-by: Siegfried Pammer <siegfriedpammer@gmail.com>
5 years ago
Siegfried Pammer
2b13e57102
Fix pipelines-install.ps1
5 years ago
Siegfried Pammer
22b3838e72
run azure-pipelines/appveyor on all branches we treat as release branches: master and release/*
5 years ago
Siegfried Pammer
e5475b584e
Fix build.
5 years ago
Siegfried Pammer
7eef6f2bfe
Optimize update-assemblyinfo.ps1 build step
5 years ago
Siegfried Pammer
383d02611f
Add BuildTools/sort-resx.ps1 and sort contents of resx files by key
5 years ago
Siegfried Pammer
2be6d279b3
Fix update-assemblyinfo.ps1 for worktrees
6 years ago
Daniel Grunwald
67fa24b09f
Improve async/await decompilation when reference assemblies are missing
6 years ago
Siegfried Pammer
28ef411109
Set version = 5.0.1
6 years ago
Oren Novotny
77ccbd07cb
Version appxmanifests
6 years ago
Oren Novotny
40053ccebf
Support both AppVeyor and Pipelines in assembly info script
6 years ago
Oren Novotny
b34906e832
Add Azure DevOps pipeline
6 years ago
Siegfried Pammer
c3fee4bdde
Ignore indentation of file 'Resources.Designer.cs'
6 years ago
Siegfried Pammer
ef7a37c279
Update branches list in appveyor.yml
7 years ago
Siegfried Pammer
1ba6a304da
Set VersionName = "rc"
7 years ago
Andreas Weizel
fdd0fa1111
Forgot to extend version update script for ILSpy.AddIn manifest.
Removed generated manifest file from repo.
7 years ago
Siegfried Pammer
59e01db150
Set up 3.1.x branch
7 years ago
Siegfried Pammer
c3e1f41009
Add 3.0.x branch handling to appveyor-install.ps1
8 years ago
Siegfried Pammer
98b22f3f1f
Add preparerelease.bat
8 years ago
Siegfried Pammer
b4974eb559
Add preparerelease.bat
8 years ago
Siegfried Pammer
fa83221b67
Fix nuspec for release builds.
8 years ago
Siegfried Pammer
843e80434a
Improve update-assemblyinfo.ps1 x-plat support.
8 years ago
Siegfried Pammer
94eb99c3ff
Add configuration to nupkg output.
8 years ago
Siegfried Pammer
b78d640abd
Make update-assemblyinfo.ps1 .NET 2.0 compatible and use (Get-Location).ToString().GetHashCode() as the object may change, but the string stays the same.
8 years ago
Siegfried Pammer
3e982ae2f7
Revert "#967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy."
This reverts commit ed0ed8f5ab
.
8 years ago
Siegfried Pammer
ed0ed8f5ab
#967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy.
8 years ago
Siegfried Pammer
6faa5913c5
#965 Do not use PSScriptRoot as it might be null.
8 years ago
Siegfried Pammer
8c5ae20cc1
Fix git path in update-assemblyinfo.ps1
8 years ago
Siegfried Pammer
6849550c69
Fix #965 : Why can't compile it?
8 years ago
Siegfried Pammer
42e41c3f16
Automate versioning of nupkg. Remarks: Edit ICSharpCode.Decompiler.nuspec.template
8 years ago