Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 24, 2023
1 parent 5ae04f5 commit 63e0320
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions NetLah.Abstractions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

```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.Abstractions" Version="1.0.0" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

Expand Down Expand Up @@ -75,16 +75,16 @@ 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.Abstractions" Version="1.0.0" />
<PackageReference Update="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

- Set build date time to all projects

```xml
<ItemGroup>
<PackageReference Update="NetLah.Abstractions" Version="0.2.0" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="0.2.0" PrivateAssets="All" />
<PackageReference Update="NetLah.Abstractions" Version="1.0.0" />
<PackageReference Include="NetLah.AssemblyInfo.BuildTime.Target" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
```

0 comments on commit 63e0320

Please sign in to comment.