File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
6+
7+ ## [ 2] - 2022-07-20
8+
9+ ### Updated
10+
11+ - Updated to use .NET 6.0
12+
13+ ## [ 1] - 2020-12-03
14+
15+ ### Added
16+
17+ - GitHub Action for using dotnet outdated
18+
19+ [ 2 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v2
20+ [ 1 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v1
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:5 .0
1+ FROM mcr.microsoft.com/dotnet/sdk:6 .0
22
33RUN dotnet tool install --global dotnet-outdated-tool
44
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v2
2121
22- - uses : mcld/dotnet-outdated-action@v1
22+ - uses : mcld/dotnet-outdated-action@v2
2323` ` `
2424
25+ ## Version History
26+
27+ - v2: .NET Core 6
28+ - v1: .NET Core 5
29+
2530## License
2631
2732The content of the dotnet-outdated-action repository is distributed under [The MIT License](http://opensource.org/licenses/MIT).
You can’t perform that action at this time.
0 commit comments