File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/GitHubActionsPlayground Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ The following actions exist:
17
17
+ test 9
18
18
+ test 10
19
19
+ test 11
20
+ + test 12
Original file line number Diff line number Diff line change 11
11
<PropertyGroup >
12
12
<TargetFrameworks >netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks >
13
13
<LangVersion >latest</LangVersion >
14
- <PackageVersion >3.0.0 </PackageVersion >
14
+ <PackageVersion >3.0.1 </PackageVersion >
15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup Label =" Assembly information" >
18
18
<AssemblyTitle >A test project for reusable GitHub actions.</AssemblyTitle >
19
19
<AssemblyName >GitHubActionsPlayground</AssemblyName >
20
- <AssemblyVersion >3.0.0 </AssemblyVersion >
20
+ <AssemblyVersion >3.0.1 </AssemblyVersion >
21
21
<Company >Carl Zeiss Industrielle Messtechnik GmbH</Company >
22
22
<Copyright >Copyright © 2022 $(Company)</Copyright >
23
23
<Description >This does nothing useful.</Description >
You can’t perform that action at this time.
0 commit comments