Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: solved typo on CopyrightYearStart
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 23, 2024
1 parent 3075346 commit 04f7476
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@
<Import Project="$(DirEngineeringSettings)src.build.props" Condition=" '$(IsTestableProject)' != 'true' " />
<Import Project="$(DirEngineeringSettings)tests.build.props" Condition=" '$(IsTestableProject)' == 'true' " />

<PropertyGroup>
<Title>$(MSBuildProjectName)</Title>
<Description>Small project for the generation of sequential Guids.</Description>
<PackageProjectUrl>https://github.com/dailydevops/sequentialguid</PackageProjectUrl>
<RepositoryUrl>https://github.com/dailydevops/sequentialguid.git</RepositoryUrl>
<PackageTags>sequentialguid;guid;uuid</PackageTags>

<CopyrightYearStart>2024</CopyrightYearStart>
</PropertyGroup>

</Project>
10 changes: 0 additions & 10 deletions src/NetEvolve.SequentialGuid/NetEvolve.SequentialGuid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,4 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<Title>$(MSBuildProjectName)</Title>
<Description>Small project for the generation of sequential Guids.</Description>
<PackageProjectUrl>https://github.com/dailydevops/sequentialguid</PackageProjectUrl>
<RepositoryUrl>https://github.com/dailydevops/sequentialguid.git</RepositoryUrl>
<PackageTags>sequentialguid;guid;uuid</PackageTags>

<CopyrightStartYear>2024</CopyrightStartYear>
</PropertyGroup>

</Project>

0 comments on commit 04f7476

Please sign in to comment.