File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed
Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
21-
22- - name : Install .NET SDKs
23- uses : actions/setup-dotnet@v4
24- with :
25- dotnet-version : |
26- 6.0.x
27- 8.0.x
28- 9.0.x
20+ uses : actions/checkout@v5
2921
3022 - name : Restore
3123 run : dotnet restore --nologo
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
17-
18- - name : Install .NET SDKs
19- uses : actions/setup-dotnet@v4
20- with :
21- dotnet-version : |
22- 6.0.x
23- 8.0.x
24- 9.0.x
16+ uses : actions/checkout@v5
2517
2618 - name : Restore
2719 run : dotnet restore --nologo
4234 run : dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
4335
4436 - name : Archive Artifacts
45- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
4638 with :
4739 name : nuget-packages
4840 path : src/**/Release/*.*nupkg
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >Provides localized time zone names.</Description >
55 <Authors >Matt Johnson-Pint</Authors >
6- <TargetFrameworks >netstandard2.0;netstandard2.1;net462;net6.0;; net8.0;net9.0;</TargetFrameworks >
6+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462;net8.0;net9.0;</TargetFrameworks >
77 <PackageId >TimeZoneNames</PackageId >
88 <PackageTags >timezone;time;zone;time zone;iana;tzdb;olson;timezoneinfo;globalization;international;localization</PackageTags >
99 <PackageProjectUrl >https://github.com/mattjohnsonpint/TimeZoneNames</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments