Skip to content

Commit

Permalink
feat(#8): Setting version in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 16, 2023
1 parent eff05e9 commit aacd40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
sed -i -e "s/<InformationalVersion>4.7.11<\/InformationalVersion>/<InformationalVersion>$PACKAGE_VERSION<\/InformationalVersion>/g" Directory.Build.props
sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" README.md
sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" CHANGELOG.md
- name: pkgdeps/git-tag-action
uses: pkgdeps/git-tag-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AssemblyVersion>4.7.1.1</AssemblyVersion>
<!-- This is metadata about the package. It is used to pack the NuGet. -->
<Authors>Marcel Melzig</Authors>
<Description>Implements a test environment.</Description>
<Copyright>© Marcel Melzig</Copyright>
<PackageTags>test environment xunit tdd</PackageTags>
<Title>Test Environment</Title>
Expand Down Expand Up @@ -51,7 +52,6 @@
</ReadLinesFromFile>
<PropertyGroup>
<PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
<Description>@(ReleaseNoteLines, '%0a')</Description>
</PropertyGroup>
</Target>
</Project>

0 comments on commit aacd40d

Please sign in to comment.