Skip to content

Commit 09eb739

Browse files
authored
remove main.yml from build content (#3)
1 parent 64830aa commit 09eb739

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.1] - 2024-05-21
9+
### Removed
10+
11+
- main.yml from buld content
12+
813
## [v2.0.0] - 2024-05-14
914
### Add
1015

src/Serilog.Enrichers.Autodesk.Revit/Serilog.Enrichers.Autodesk.Revit.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net452;net8.0</TargetFrameworks>
5-
<Version>2.0.0</Version>
5+
<Version>2.0.1</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<LangVersion>11</LangVersion>
@@ -72,6 +72,6 @@
7272
<Link>assets\README.md</Link>
7373
</None>
7474

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

0 commit comments

Comments
 (0)