Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<PropertyGroup>
<Authors>André Göpel</Authors>
<Copyright>© André Göpel</Copyright>
<!-- The release version is the git tag: CI packs with
-p:Version=${GITHUB_REF_NAME#v}, so this value never reaches NuGet. It exists so a
local build reports something truthful. Kept here rather than per-project because
every package in this repo ships from the same tag, so a per-project copy has nothing
to say that this one does not — and the copies only ever drifted out of date. -->
<Version>1.0.2</Version>
<RepositoryUrl>https://github.com/andregoepel/core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/andregoepel/core</PackageProjectUrl>
Expand Down
1 change: 0 additions & 1 deletion src/AndreGoepel.Core/AndreGoepel.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<PropertyGroup>
<PackageId>AndreGoepel.Core</PackageId>
<Version>1.0.0</Version>
<Description>Zero-dependency shared primitives for the AndreGoepel .NET ecosystem, starting with Result&lt;T&gt;.</Description>
<PackageTags>result;primitives;abstractions</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down