Skip to content

Commit

Permalink
Update README NetLah.AssemblyInfo.BuildTime.Target to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Aug 22, 2023
1 parent 2251339 commit 72b02bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This solution come from the idea of [Gérald Barré on Meziantou's blog Getting
```xml
<ItemGroup>
<PackageReference Include="NetLah.Abstractions" Version="0.2.0" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="0.2.0" PrivateAssets="All" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

Expand Down Expand Up @@ -82,7 +82,7 @@ Version:0.2.0-rc2.2 BuildTime:2021-11-08T21:26:56+08:00; Framework:.NETCoreApp,V
```xml
<ItemGroup>
<PackageReference Update="NetLah.Abstractions" Version="0.2.0" />
<PackageReference Update="NetLah.AssemblyInfo.BuildTime.Target" Version="0.2.0" PrivateAssets="All" />
<PackageReference Update="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

Expand All @@ -91,6 +91,6 @@ Version:0.2.0-rc2.2 BuildTime:2021-11-08T21:26:56+08:00; Framework:.NETCoreApp,V
```xml
<ItemGroup>
<PackageReference Update="NetLah.Abstractions" Version="0.2.0" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="0.2.0" PrivateAssets="All" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

0 comments on commit 72b02bc

Please sign in to comment.