We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba70529 commit e911d9dCopy full SHA for e911d9d
1 file changed
src/GitHubActionsPlayground/GitHubActionsPlayground.csproj
@@ -11,13 +11,13 @@
11
<PropertyGroup>
12
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks>
13
<LangVersion>latest</LangVersion>
14
- <PackageVersion>4.0.0</PackageVersion>
+ <PackageVersion>4.0.1</PackageVersion>
15
</PropertyGroup>
16
17
<PropertyGroup Label="Assembly information">
18
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
19
<AssemblyName>GitHubActionsPlayground</AssemblyName>
20
- <AssemblyVersion>4.0.0</AssemblyVersion>
+ <AssemblyVersion>4.0.1</AssemblyVersion>
21
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
22
<Copyright>Copyright © 2022 $(Company)</Copyright>
23
<Description>This does nothing useful.</Description>
0 commit comments