Skip to content

Commit 9e8a4b0

Browse files
author
Oren (electricessence)
committed
Updated versioning and project items.
1 parent 1878409 commit 9e8a4b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Open.Arithmetic.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ Part of the "Open" set of libraries.</Description>
1515
<RepositoryUrl>https://github.com/electricessence/Open.Arithmetic/</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>dotnet, dotnet-core, dotnetcore, cs, math, dynamic, arithmetic</PackageTags>
18+
<Version>1.0.1</Version>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
21-
<PackageReference Include="Open.Collections" Version="1.1.0" />
22+
<None Remove=".git" />
23+
<None Remove=".gitignore" />
24+
<None Remove="LISCENSE.md" />
25+
<None Remove="README.md" />
26+
</ItemGroup>
27+
28+
<ItemGroup>
29+
<PackageReference Include="Open.Collections" Version="1.2.0" />
2230
</ItemGroup>
2331

2432
</Project>

0 commit comments

Comments
 (0)