Skip to content

Commit

Permalink
Bump version to 1.1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Aug 2, 2022
1 parent 830a9b8 commit c41738e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet6.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: .NET 6 CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions HtmlBuilder/HtmlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
<Copyright>Copyright (c) 2019 Maroontress Fast Software</Copyright>
<PackageTags>HTML</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<Version>1.0.4.0</Version>
<Version>1.1.0.0</Version>
<RepositoryType />
<Company>Maroontress Fast Software</Company>
<PackageLicenseFile>COPYRIGHT.txt</PackageLicenseFile>
</PropertyGroup>


<ItemGroup>
<Compile Remove="dcx\**" />
<EmbeddedResource Remove="dcx\**" />
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,5 @@ dotnet test --collect:"XPlat Code Coverage" --results-directory MsTestResults \

[dotnet-sdk]:
https://dotnet.microsoft.com/en-us/download
[report-generator]:
https://github.com/danielpalme/ReportGenerator

0 comments on commit c41738e

Please sign in to comment.