Skip to content

Commit

Permalink
Embed DLL to have clean release (resolve #14)
Browse files Browse the repository at this point in the history
Issue: #14
  • Loading branch information
arnobpl committed Jan 13, 2024
1 parent fb6d803 commit 9b02efd
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 121 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,6 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# https://github.com/Fody/Costura
*/FodyWeavers.xsd
3 changes: 3 additions & 0 deletions SymlinkCreator/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura />
</Weavers>
4 changes: 2 additions & 2 deletions SymlinkCreator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.2.3")]
[assembly: AssemblyFileVersion("1.2.3")]
[assembly: AssemblyVersion("1.2.4")]
[assembly: AssemblyFileVersion("1.2.4")]
Loading

0 comments on commit 9b02efd

Please sign in to comment.