Skip to content

Commit 87d7bda

Browse files
authored
Merge pull request #4 from ehonda/fix/assembly-version
Fix assembly name: `EHonda.Optional.Core` instead of just `Core`
2 parents 6a471b7 + acfd352 commit 87d7bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<RootNamespace>EHonda.Optional.$(MSBuildProjectName)</RootNamespace>
7+
<AssemblyName>$(RootNamespace)</AssemblyName>
78
<PackageId>$(RootNamespace)</PackageId>
89
<Authors>Dennis Renz</Authors>
910
<Copyright>Copyright (c) Dennis Renz 2025</Copyright>
1011
<PackageProjectUrl>https://github.com/ehonda/Optional</PackageProjectUrl>
1112
<PackageReadmeFile>README.md</PackageReadmeFile>
1213
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1314
<PackageTags>optional option maybe</PackageTags>
14-
<Version>1.0.0</Version> <!-- Common version for all packages in src -->
15+
<Version>2.0.0</Version> <!-- Common version for all packages in src -->
1516
<PackageReleaseNotes>See package release notes on GitHub: https://github.com/ehonda/Optional/releases/tag/$(PackageId)-v$(Version)</PackageReleaseNotes>
1617
<DefineConstants>JETBRAINS_ANNOTATIONS</DefineConstants>
1718

0 commit comments

Comments
 (0)