M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +3 -0
@@ 6,6 6,9 @@
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<Authors>Rutherther</Authors>
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj => Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +3 -0
@@ 5,6 5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>Nos smooth's abstractions for information from NosTale data files.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj => Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +3 -0
@@ 5,6 5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>Nos smooth's database implementation of NosTale data using EF core.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj => Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +3 -0
@@ 5,6 5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>Nos smooth's NosTale data implementation using .NOS files.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj => Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +3 -0
@@ 6,6 6,9 @@
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Description>NosSmooth's packet serializer abstractions that hold all interfaces, classes, errors needed for creating assemblies with packets that can have generated serializers.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj => Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +3 -0
@@ 6,6 6,9 @@
<RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<Description>NosSmooth's packet string serializer implementation.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj => Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +3 -0
@@ 8,6 8,9 @@
<IsRoslynComponent>true</IsRoslynComponent>
<IncludeCopyLocalFilesOutputGroup>true</IncludeCopyLocalFilesOutputGroup>
<Description>NosSmooth's source code generator that generates serializers for packets.</Description>
+ <PackageVersion>1.0.1</PackageVersion>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +3 -0
@@ 6,6 6,9 @@
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>10</LangVersion>
<Description>Contains default NosTale packets.</Description>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<ItemGroup>