From 66290d2c071b8110ed8346400d3102a9d5162d37 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Thu, 18 Jul 2024 22:16:40 +0400 Subject: [PATCH] feat: Released 3.0.2. --- .github/workflows/auto-update.yml | 2 +- .github/workflows/dotnet.yml | 2 ++ src/libs/Directory.Build.props | 14 ++++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index ac1a6e7c..dbe6bafb 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -1,7 +1,7 @@ name: Opens a new PR if there are OpenAPI updates on: schedule: - - cron: '0 6 * * *' + - cron: '0 */3 * * *' permissions: contents: write diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ff176ce2..1e14562d 100755 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -3,6 +3,8 @@ on: push: branches: - main + tags: + - v** jobs: build-test-publish: diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index f863f6b4..f8db6f21 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -16,7 +16,6 @@ - 3.0.1 true true tryAGI and contributors @@ -30,11 +29,18 @@ - - true - $(MSBuildThisFileDirectory)../../../LocalPackages + + v + dev + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all