Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed Sep 5, 2022
1 parent a8de5c0 commit 426f9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: publish nuget
if: matrix.os == 'windows-latest' && env.PUBLISH_NUGET
id: publish_nuget
uses: brandedoutcast/publish-nuget@v2.5.2
uses: alirezanet/publish-nuget@v3.0.0
with:
VERSION_REGEX: <version>(.*)<\/version>
PROJECT_FILE_PATH: ${{env.MAIN_CSPROJ}}
Expand Down
4 changes: 2 additions & 2 deletions CoreLisp/CoreLisp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>1.0.7</PackageVersion>
<PackageVersion>1.0.8</PackageVersion>
<Description> .net core lisp interpreter</Description>
<version>1.0.7</version> <PackageProjectUrl>https://github.com/b3b00/corelisp</PackageProjectUrl>
<version>1.0.8</version> <PackageProjectUrl>https://github.com/b3b00/corelisp</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/corelisp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/b3b00/corelisp/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit 426f9da

Please sign in to comment.