-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed List AttachedFile * 0.0.8 * .
- Loading branch information
Showing
9 changed files
with
61 additions
and
43 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
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,7 @@ | ||
rem https://github.com/StefH/GitHubReleaseNotes | ||
|
||
SET version=0.0.8 | ||
|
||
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% | ||
|
||
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid doc --template PackageReleaseNotes.template --version %version% |
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# {{releaseInfos.0.FriendlyName}} ({{formatDate releaseInfos.0.When "dd MMMM yyyy"}}) | ||
{{#each releaseInfos.0.issueInfos}} | ||
- #{{Number}} {{Title}}{{#if Labels}} [{{join Labels ", "}}]{{/if}} | ||
{{/each}} | ||
|
||
The full release notes can be found here: https://github.com/StefH/Matroska/blob/main/ReleaseNotes.md |
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 @@ | ||
# 0.0.7 (11 March 2021) | ||
- #9 Remove signing from Matroska and Matroska.Muxer projects [enhancement] | ||
- #8 A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) [bug] | ||
|
||
The full release notes can be found here: https://github.com/StefH/Matroska/blob/main/ReleaseNotes.md |
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,23 +1,23 @@ | ||
# 0.0.7 (11 March 2021) | ||
- [#9](https://github.com/StefH/Matroska/pull/9) - Remove signing from Matroska and Matroska.Muxer projects [enhancement] contributed by [StefH](https://github.com/StefH) | ||
- [#8](https://github.com/StefH/Matroska/issues/8) - A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) [bug] | ||
|
||
# 0.0.6 (19 January 2021) | ||
- [#7](https://github.com/StefH/Matroska/pull/7) - Use Ebml.xml to generate classes + use Span.ReaderWriter version 0.0.3 contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.5 (12 January 2021) | ||
- [#5](https://github.com/StefH/Matroska/pull/5) - Generate models based on Matroska specification contributed by [StefH](https://github.com/StefH) | ||
- [#6](https://github.com/StefH/Matroska/pull/6) - Use SpanReader + SpanWriter contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.4 (07 January 2021) | ||
- [#4](https://github.com/StefH/Matroska/pull/4) - Add Tags element + improve OggCRC32 contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.3 (06 January 2021) | ||
- [#3](https://github.com/StefH/Matroska/pull/3) - Replace System.Runtime.Caching by a Dictionary [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.2 (06 January 2021) | ||
- [#2](https://github.com/StefH/Matroska/pull/2) - Add more properties [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.1 (05 January 2021) | ||
- [#1](https://github.com/StefH/Matroska/pull/1) - Add OggOpus Demuxer [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.7 (11 March 2021) | ||
- [#9](https://github.com/StefH/Matroska/pull/9) - Remove signing from Matroska and Matroska.Muxer projects [enhancement] contributed by [StefH](https://github.com/StefH) | ||
- [#8](https://github.com/StefH/Matroska/issues/8) - A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) [bug] | ||
|
||
# 0.0.6 (19 January 2021) | ||
- [#7](https://github.com/StefH/Matroska/pull/7) - Use Ebml.xml to generate classes + use Span.ReaderWriter version 0.0.3 contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.5 (12 January 2021) | ||
- [#5](https://github.com/StefH/Matroska/pull/5) - Generate models based on Matroska specification contributed by [StefH](https://github.com/StefH) | ||
- [#6](https://github.com/StefH/Matroska/pull/6) - Use SpanReader + SpanWriter contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.4 (07 January 2021) | ||
- [#4](https://github.com/StefH/Matroska/pull/4) - Add Tags element + improve OggCRC32 contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.3 (06 January 2021) | ||
- [#3](https://github.com/StefH/Matroska/pull/3) - Replace System.Runtime.Caching by a Dictionary [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.2 (06 January 2021) | ||
- [#2](https://github.com/StefH/Matroska/pull/2) - Add more properties [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.1 (05 January 2021) | ||
- [#1](https://github.com/StefH/Matroska/pull/1) - Add OggOpus Demuxer [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
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