Skip to content

Commit 04fd771

Browse files
author
Oren (electricessence)
committed
Updated project and dependencies.
1 parent 3f8bb02 commit 04fd771

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Open.Threading.ReadWrite.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Description>Useful set of extensions and classes for simplifying and optimizing read-write synchronization.
1212

1313
Part of the "Open" set of libraries.</Description>
14-
<Version>1.0.2</Version>
14+
<Version>1.0.3</Version>
1515
<AssemblyVersion>1.0.0.1</AssemblyVersion>
1616
<FileVersion>1.0.0.1</FileVersion>
1717
<PackageTags>dotnet, dotnet-core, dotnetcore, cs, collections, extensions, threadsafe, thread-safe, readwrite, read-write, readerwriterlock, readerwriterlockslim</PackageTags>
@@ -22,7 +22,14 @@ Part of the "Open" set of libraries.</Description>
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Open.Diagnostics" Version="1.0.1" />
25+
<None Remove=".git" />
26+
<None Remove=".gitignore" />
27+
<None Remove="LISCENSE.md" />
28+
<None Remove="README.md" />
29+
</ItemGroup>
30+
31+
<ItemGroup>
32+
<PackageReference Include="Open.Diagnostics" Version="1.2.0" />
2633
<PackageReference Include="Open.Disposable" Version="1.0.4" />
2734
</ItemGroup>
2835

0 commit comments

Comments
 (0)