File tree 2 files changed +7
-2
lines changed
src/Serilog.Enrichers.Autodesk.Revit
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v2.0.1] - 2024-05-21
9
+ ### Removed
10
+
11
+ - main.yml from buld content
12
+
8
13
## [ v2.0.0] - 2024-05-14
9
14
### Add
10
15
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net452;net8.0</TargetFrameworks >
5
- <Version >2.0.0 </Version >
5
+ <Version >2.0.1 </Version >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<LangVersion >11</LangVersion >
72
72
<Link >assets\README.md</Link >
73
73
</None >
74
74
75
- <Content Include =" ../../.github/workflows/*.yml" Link =" ci/%(FileName)$(FileExt)" />
75
+ <None Include =" ../../.github/workflows/*.yml" Link =" ci/%(FileName)$(FileExt)" />
76
76
</ItemGroup >
77
77
</Project >
You can’t perform that action at this time.
0 commit comments