Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 24, 2023
2 parents d57fb10 + 42cae03 commit b3aa85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ The following actions exist:
+ test 5
+ test 6
+ test 7
+ test 8
4 changes: 2 additions & 2 deletions src/GitHubActionsPlayground/GitHubActionsPlayground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<PackageVersion>1.0.3</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
<AssemblyName>GitHubActionsPlayground</AssemblyName>
<AssemblyVersion>1.0.3</AssemblyVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2022 $(Company)</Copyright>
<Description>This does nothing useful.</Description>
Expand Down

0 comments on commit b3aa85f

Please sign in to comment.