We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afac9ff commit e7455f4Copy full SHA for e7455f4
.github/workflows/nuget-package.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Build
25
run: dotnet build --no-restore
26
- name: Build Package
27
- run: dotnet pack --output nupkgs --configuration Release -p PackageVersion=1.0.${{ github.run_number }}
+ run: dotnet pack --output nupkgs
28
- name: Push to Nuget
29
run: dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
Sajan.Abp.Vue.Template.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<PackageType>Template</PackageType>
5
- <Version>1.0.1</Version>
+ <Version>1.0.5</Version>
6
<TargetFramework>net8.0</TargetFramework>
7
<PackageId>Sajan.Abp.Vue.Template</PackageId>
8
<Title>Abp Vue Template</Title>
0 commit comments