-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of binaries to add to deployment #531
Comments
I'm pretty sure those all get ILMerged |
Sounds like I am missing something. There is no Squirrel.dll in the release package (https://github.com/Squirrel/Squirrel.Windows/releases/download/1.2.2/Squirrel.Windows-1.2.2.zip). So I rebuilt Squirrel.dll from source code in Visual Studio. And both Release and Debug do not ILMerge anything for me. Only CLBuild does ILMerge but on Update project. Could you please help me to get ILMerge'd Squirrel.dll? |
@skaryshev For C# projects, you should use the NuGet package, the release zip file is for non-C# projects |
OK. I run |
I see I need to add all 12 binaries to my deployment any way. Either directly or ILMerge them into one blob. |
Getting Started page still reads "Make sure to include Squirrel.dll and its dependencies too!" in "BETA: Some hacky notes that will go away soon" section.
Could you please confirm that we need to add all the following binaries to our application deployment.
DeltaCompressionDotNet.dll
DeltaCompressionDotNet.MsDelta.dll
ICSharpCode.SharpZipLib.dll
Microsoft.Data.Edm.dll
Microsoft.Data.OData.dll
Microsoft.Data.Services.Client.dll
Microsoft.Web.XmlTransform.dll
Mono.Cecil.dll
NuGet.Squirrel.dll
Splat.dll
Squirrel.dll
System.Spatial.dll
Thank you.
The text was updated successfully, but these errors were encountered: