Skip to content

Commit 2ce36c9

Browse files
authored
Replace LibGit2Sharp by GitReader (#29)
* Replace LibGit2Sharp by GitReader * 1.0.10.1
1 parent 74ba997 commit 2ce36c9

17 files changed

+129
-42
lines changed

Chocolatey/GitHubReleaseNotes/GitHubReleaseNotes.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
29-
<version>1.0.10.0</version>
29+
<version>1.0.10.1</version>
3030
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>Stef Heyenrath</owners>

Chocolatey/GitHubReleaseNotes/HowTo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ choco apikey --key {KEY} --source https://push.chocolatey.org/
3030

3131
Then push:
3232
``` cmd
33-
choco push githubreleasenotes.1.0.10.0.nupkg --source https://push.chocolatey.org/
33+
choco push githubreleasenotes.1.0.10.1.nupkg --source https://push.chocolatey.org/
3434
```

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<Version>1.0.10.0</Version>
7+
<Version>1.0.10.1</Version>
88
<Description>Generate Release Notes from a GitHub project.</Description>
99
<Summary>Generate Release Notes from a GitHub project.</Summary>
1010
<Authors>Stef Heyenrath</Authors>

GenerateReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels invalid question doc tip --version 1.0.10.0
1+
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels invalid question doc tip --version 1.0.10.1
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
2+
3+
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
4+
PackageVersion: 1.0.10.1
5+
InstallerType: zip
6+
NestedInstallerType: portable
7+
NestedInstallerFiles:
8+
- RelativeFilePath: GitHubReleaseNotes.exe
9+
ProductCode: '{32249977-C6C1-40ED-B6A8-7084E69A0E7A}'
10+
ReleaseDate: 2024-02-21
11+
AppsAndFeaturesEntries:
12+
- UpgradeCode: '{54DA3D9F-E8A2-401F-A6BE-8133C2E04398}'
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/StefH/GitHubReleaseNotes/releases/download/1.0.10.1/GitHubReleaseNotes.zip
16+
InstallerSha256: 039727840909AD4E9B906E45902C031A413BAEC7A290ED703D61D3868BFC69AB
17+
ManifestType: installer
18+
ManifestVersion: 1.6.0
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
2+
3+
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
4+
PackageVersion: 1.0.10.1
5+
PackageLocale: en-US
6+
Publisher: Stef Heyenrath
7+
PublisherUrl: https://github.com/StefH
8+
PublisherSupportUrl: https://github.com/StefH/GitHubReleaseNotes
9+
PackageName: GitHubReleaseNotes
10+
PackageUrl: https://github.com/StefH/GitHubReleaseNotes
11+
License: MIT
12+
LicenseUrl: https://github.com/StefH/GitHubReleaseNotes/blob/master/LICENSE
13+
ShortDescription: Generate Release Notes in MarkDown format from a GitHub project.
14+
Moniker: githubreleasenotes
15+
Tags:
16+
- changelog
17+
- generate
18+
- github
19+
- markdown
20+
- md
21+
- releasenotes
22+
- tags
23+
ReleaseNotesUrl: https://github.com/StefH/GitHubReleaseNotes/blob/master/ReleaseNotes.md
24+
ManifestType: defaultLocale
25+
ManifestVersion: 1.6.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
2+
3+
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
4+
PackageVersion: 1.0.10.1
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.6.0

Wix/Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="32249977-C6C1-40ED-B6A8-7084E69A0E7A" Name="GitHubReleaseNotes" Language="1033" Manufacturer="Stef Heyenrath" Version="1.0.10.0" UpgradeCode="4E0EDF71-49CA-4113-8EF5-E1518AADE1E1">
3+
<Product Id="32249977-C6C1-40ED-B6A8-7084E69A0E7A" Name="GitHubReleaseNotes" Language="1033" Manufacturer="Stef Heyenrath" Version="1.0.10.1" UpgradeCode="54DA3D9F-E8A2-401F-A6BE-8133C2E04398">
44
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
55
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
66
<MediaTemplate EmbedCab="yes" />

Wix/upgradeGuid.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4E0EDF71-49CA-4113-8EF5-E1518AADE1E1
1+
54DA3D9F-E8A2-401F-A6BE-8133C2E04398

examples/RestEase-Client-Generator.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# 1.0.0.0 (23 January 2024)
1+
# 1.0.0.0 (21 February 2024)
22
- [#761](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/761) - Add unit tests for Any [test] contributed by [StefH](https://github.com/StefH)
33
- [#765](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/765) - #764 - Introduce Sliding Cache to Constant Expression Helper [feature] contributed by [TWhidden](https://github.com/TWhidden)
4+
- [#770](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/770) - Enhancements to SlidingCache&lt;&gt; for Improved Thread Safety and Performance [feature] contributed by [TWhidden](https://github.com/TWhidden)
5+
- [#780](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/780) - Add RadzenDataGrid.BlazorApp example [test] contributed by [StefH](https://github.com/StefH)
6+
- [#764](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/764) - Possible Memory Leak with ConstantExpressionHelper [bug]
47

58
# v1.3.8 (20 January 2024)
69
- [#758](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/758) - Update function argument parsing for strings [bug] contributed by [StefH](https://github.com/StefH)
@@ -413,7 +416,7 @@
413416
- [#239](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/239) - SingleOrDefaultAsync [feature] contributed by [StefH](https://github.com/StefH)
414417
- [#238](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/238) - Missing SingleOrDefaultAsync for EntityFrameworkCore [feature]
415418

416-
# 1.0.10.0 (07 January 2019)
419+
# 1.0.9.1 (07 January 2019)
417420
- [#210](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/210) - Set up CI with Azure Pipelines contributed by [azure-pipelines[bot]](https://github.com/apps/azure-pipelines)
418421
- [#211](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/211) - ParameterExpressionRenamer contributed by [StefH](https://github.com/StefH)
419422
- [#212](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/212) - Make ExpressionPromoter plugable contributed by [david-garcia-garcia](https://github.com/david-garcia-garcia)

0 commit comments

Comments
 (0)