Skip to content

Commit b886385

Browse files
author
github-actions
committed
Merge branch 'release/0.1.7'
2 parents cd3c2ee + 01760a4 commit b886385

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ The following actions exist:
1111
+ test 3
1212
+ test 4
1313
+ test 5
14+
+ test 6

src/GitHubActionsPlayground/GitHubActionsPlayground.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<PropertyGroup>
1212
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks>
1313
<LangVersion>latest</LangVersion>
14-
<PackageVersion>0.1.6</PackageVersion>
14+
<PackageVersion>0.1.7</PackageVersion>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Label="Assembly information">
1818
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
1919
<AssemblyName>GitHubActionsPlayground</AssemblyName>
20-
<AssemblyVersion>0.1.6</AssemblyVersion>
20+
<AssemblyVersion>0.1.7</AssemblyVersion>
2121
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
2222
<Copyright>Copyright © 2022 $(Company)</Copyright>
2323
<Description>This does nothing useful.</Description>

0 commit comments

Comments
 (0)