From ff5369aa6fcddfb848c50695403e2a3b92fb7e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCller?= Date: Sun, 17 May 2020 00:00:00 +0000 Subject: [PATCH] Version 4.0.0.1: produce snupkg, new license config --- src/LockFreeDoublyLinkedList.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/LockFreeDoublyLinkedList.csproj b/src/LockFreeDoublyLinkedList.csproj index e936262..c0ff47d 100644 --- a/src/LockFreeDoublyLinkedList.csproj +++ b/src/LockFreeDoublyLinkedList.csproj @@ -6,14 +6,15 @@ Lock free doubly linked list LockFreeDoublyLinkedList A lock free doubly linked list for high concurrency. - 4.0.0.0 + 4.0.0.1 Christoph Müller (iblzm@hotmail.de) Christoph Müller (iblzm@hotmail.de) Copyright © Christoph Müller 2018–2020 en true https://github.com/c7hm4r/LockFreeDoublyLinkedList - https://www.apache.org/licenses/LICENSE-2.0.html + Apache-2.0 + LICENSE.txt lock-free thread-safe linked list concurrency false @@ -24,6 +25,8 @@ TRACE;DEBUG; + true + snupkg pdbonly true @@ -38,5 +41,6 @@ +