From b6b4392c2143a3189189a2c296d344b54f1ec92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Mon, 31 Jan 2022 10:06:12 +0100 Subject: [PATCH] chore: add repository url and license to nuget --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 3 +++ .../NosSmooth.Data.Abstractions.csproj | 3 +++ Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj | 3 +++ Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 3 +++ .../NosSmooth.PacketSerializer.Abstractions.csproj | 3 +++ .../NosSmooth.PacketSerializer.csproj | 3 +++ .../NosSmooth.PacketSerializersGenerator.csproj | 3 +++ Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 3 +++ 8 files changed, 24 insertions(+) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index d9b40b8..7583410 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -6,6 +6,9 @@ net6.0;netstandard2.1 Rutherther NosSmooth Core library allowing implementing nostale client, handling packets and commands. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj index 0832cbd..d02ef66 100644 --- a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +++ b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj @@ -5,6 +5,9 @@ enable enable Nos smooth's abstractions for information from NosTale data files. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj index 0a2b7ce..3fed6ac 100644 --- a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +++ b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj @@ -5,6 +5,9 @@ enable enable Nos smooth's database implementation of NosTale data using EF core. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index 2c46da5..d52a74d 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -5,6 +5,9 @@ enable enable Nos smooth's NosTale data implementation using .NOS files. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index f779dba..20ea848 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -6,6 +6,9 @@ enable 10 NosSmooth's packet serializer abstractions that hold all interfaces, classes, errors needed for creating assemblies with packets that can have generated serializers. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 9b9fcc5..58b552f 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -6,6 +6,9 @@ NosSmooth.PacketSerializer net6.0;netstandard2.1 NosSmooth's packet string serializer implementation. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 diff --git a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj index 4fbdaca..82ffdb8 100644 --- a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +++ b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj @@ -8,6 +8,9 @@ true true NosSmooth's source code generator that generates serializers for packets. + 1.0.1 + https://github.com/Rutherther/NosSmooth/ + MIT diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 8727a08..944135c 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -6,6 +6,9 @@ netstandard2.1 10 Contains default NosTale packets. + https://github.com/Rutherther/NosSmooth/ + MIT + 1.0.1 -- 2.48.1