File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments