Skip to content

Commit

Permalink
Raises version number to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 24, 2023
1 parent 604ec9c commit 6d9bb7f
Showing 1 changed file with 2 additions and 2 deletions.
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>3.0.2</PackageVersion>
<PackageVersion>3.0.3</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
<AssemblyName>GitHubActionsPlayground</AssemblyName>
<AssemblyVersion>3.0.2</AssemblyVersion>
<AssemblyVersion>3.0.3</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 6d9bb7f

Please sign in to comment.