Skip to content

Commit b133933

Browse files
author
Meyn
committed
Update workflowfile
- Bump version to 1.0.9
1 parent a884b78 commit b133933

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publishToNuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- name: publish on version change
1414
id: publish_nuget
15-
uses: alirezanet/publish-nuget@v3.0.0
15+
uses: alirezanet/publish-nuget@v3.1.0
1616
with:
1717
# Filepath of the project to be packaged, relative to root of repository
1818
PROJECT_FILE_PATH: DownloadAssistant/DownloadAssistant.csproj
@@ -30,7 +30,7 @@ jobs:
3030
#VERSION_FILE_PATH: Directory.Build.props
3131

3232
# Regex pattern to extract version info in a capturing group
33-
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
33+
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
3434

3535
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
3636
# VERSION_STATIC: 1.0.0
@@ -39,7 +39,7 @@ jobs:
3939
#TAG_COMMIT: true
4040

4141
# Format of the git tag, [*] gets replaced with actual version
42-
# TAG_FORMAT: v*
42+
TAG_FORMAT: v*
4343

4444
# API key to authenticate with NuGet server
4545
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

DownloadAssistant/DownloadAssistant.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageProjectUrl></PackageProjectUrl>
1111
<PackageIcon>logo.png</PackageIcon>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
13-
<Version>1.0.8</Version>
13+
<Version>1.0.9</Version>
1414
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1515
<Description>A free to use library as a download manager.
1616
Includes retry, priority, cancel, etc.. function.
@@ -26,7 +26,7 @@ Features:
2626
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2727
<Company>Shard</Company>
2828
<Authors>Meyn</Authors>
29-
<PackageReleaseNotes>Fix invalid windows Filenames</PackageReleaseNotes>
29+
<PackageReleaseNotes>Improved handling and falback for retrieving Downloads folder path on Windows</PackageReleaseNotes>
3030
<RepositoryUrl>https://github.com/TypNull/DownloadAssistant</RepositoryUrl>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)