Skip to content

Commit

Permalink
Update to RRP 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richtea committed Feb 10, 2024
1 parent 1f76e4c commit 2110714
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
outputs:
nupkg-artifact: ${{ steps.output_variables.outputs.nupkg-artifact }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
outputs:
build-version: ${{ steps.set_build_version.outputs.build-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get current version from changelog
id: get_current_version
Expand All @@ -22,7 +22,7 @@ jobs:
version: latest-or-unreleased

- name: Parse current version number
uses: madhead/semver-utils@latest
uses: madhead/semver-utils@v4
id: semver_parser
with:
# Parse the latest release version, or a default value if nothing is released
Expand Down
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<!-- Define root build directory, see Richtea.RecommendedPractices -->
<RtRootDir>$(MSBuildThisFileDirectory)</RtRootDir>
<RtEditorConfigUpgrade>silent</RtEditorConfigUpgrade>
<RtStyleCopUpgrade>silent</RtStyleCopUpgrade>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion StyleCop.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
" NuGet package's version.",
" never - Never modify this file, and don't issue any warnings about",
" any discrepancies (use this if you are managing it yourself).",
" warn - Do not modify any existing stylecop.json file, but create one if it doesn't",
" warn - Do not modify any existing StyleCop.json file, but create one if it doesn't",
" exist. If one exists and is different from the package version, issue a",
" build warning. NOTE: this is the default value if the property is not",
" specified.",
Expand Down
2 changes: 1 addition & 1 deletion src/Yawn/Yawn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Richtea.RecommendedPractices" Version="1.0.0">
<PackageReference Include="Richtea.RecommendedPractices" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion tests/Yawn.Test/Yawn.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Richtea.RecommendedPractices" Version="1.0.0">
<PackageReference Include="Richtea.RecommendedPractices" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2110714

Please sign in to comment.