-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New project was added to create strong named assembiles. Signing key is included inside the project. The Dockerfile was updated to build the strong named assembly package. Azure pipelines were updated to publish nuget package as a GitHub asset and also to NuGet.org.
- Loading branch information
Showing
6 changed files
with
711 additions
and
6 deletions.
There are no files selected for viewing
682 changes: 682 additions & 0 deletions
682
CSharpFunctionalExtensions.StrongName/CSharpFunctionalExtensions.StrongName.csproj
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+596 Bytes
CSharpFunctionalExtensions.StrongName/CSharpFunctionalExtensions.snk
Binary file not shown.
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
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,6 +1,6 @@ | ||
2.42.0 | ||
2.42.1 | ||
New features: | ||
* #540 Add BindZip to return the Tuple of merged Binds | ||
* None | ||
|
||
Fixed issues: | ||
* None | ||
* #27 Add strong named assembly |