Skip to content

Commit

Permalink
chore: bump simpleauth version to 0.1.0 (#1061)
Browse files Browse the repository at this point in the history
* chore: bump simpleauth version to 0.1.0

* chore: trigger CI for all pull requests
  • Loading branch information
blackchoey authored May 18, 2021
1 parent db352f0 commit 68b31ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/FunctionExtensionCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- 'packages/function-extension/**'
branches: [ main ]
workflow_dispatch:

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simpleauthCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- 'packages/simpleauth/**'
branches: [ main ]
workflow_dispatch:

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<CodeAnalysisRuleSet>$(SolutionDir)\ruleset\AllInOne.ruleset</CodeAnalysisRuleSet>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<LangVersion>8.0</LangVersion>
<Version>0.1.0-rc.1</Version>
<Version>0.1.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Microsoft</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 68b31ff

Please sign in to comment.