Skip to content

Commit e7455f4

Browse files
committed
feat:(sorting) bumped the version
1 parent afac9ff commit e7455f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Build
2525
run: dotnet build --no-restore
2626
- name: Build Package
27-
run: dotnet pack --output nupkgs --configuration Release -p PackageVersion=1.0.${{ github.run_number }}
27+
run: dotnet pack --output nupkgs
2828
- name: Push to Nuget
2929
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<Version>1.0.1</Version>
5+
<Version>1.0.5</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<PackageId>Sajan.Abp.Vue.Template</PackageId>
88
<Title>Abp Vue Template</Title>

0 commit comments

Comments
 (0)