Skip to content

Commit

Permalink
remove main.yml from build content (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosymep authored May 21, 2024
1 parent 64830aa commit 09eb739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.1] - 2024-05-21
### Removed

- main.yml from buld content

## [v2.0.0] - 2024-05-14
### Add

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net452;net8.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
Expand Down Expand Up @@ -72,6 +72,6 @@
<Link>assets\README.md</Link>
</None>

<Content Include="../../.github/workflows/*.yml" Link="ci/%(FileName)$(FileExt)" />
<None Include="../../.github/workflows/*.yml" Link="ci/%(FileName)$(FileExt)" />
</ItemGroup>
</Project>

0 comments on commit 09eb739

Please sign in to comment.