-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce to Costura.Fody to embed dlls inside exe on release.
+ Improve parts of the GUI and tabs order. + Add also ConfigureAwait package for async await. Might be used later. + Update README.
- Loading branch information
1 parent
6c70f12
commit 0f023fc
Showing
46 changed files
with
287 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Weavers> | ||
<Costura /> | ||
<ConfigureAwait /> | ||
</Weavers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="ConfigureAwait.Fody" version="2.1.0" targetFramework="net461" /> | ||
<package id="Costura.Fody" version="2.0.0" targetFramework="net461" /> | ||
<package id="Fody" version="3.0.3" targetFramework="net461" developmentDependency="true" /> | ||
<package id="HtmlAgilityPack" version="1.8.4" targetFramework="net461" /> | ||
</packages> |
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
src/packages/ConfigureAwait.Fody.2.1.0/lib/net452/ConfigureAwait.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+4 KB
src/packages/ConfigureAwait.Fody.2.1.0/lib/netstandard1.4/ConfigureAwait.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
src/packages/ConfigureAwait.Fody.2.1.0/lib/netstandard1.4/ConfigureAwait.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+16 KB
src/packages/ConfigureAwait.Fody.2.1.0/netclassicweaver/ConfigureAwait.Fody.dll
Binary file not shown.
Binary file added
BIN
+16 KB
src/packages/ConfigureAwait.Fody.2.1.0/netstandardweaver/ConfigureAwait.Fody.dll
Binary file not shown.
Binary file not shown.
Oops, something went wrong.