M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +0 -2
@@ 6,8 6,6 @@
<TargetFrameworks>net7.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>
<VersionPrefix>3.3.1</VersionPrefix>
<PackageReleaseNotes>Add contract reached state.
Avoid deadlocks.</PackageReleaseNotes>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +0 -2
@@ 6,8 6,6 @@
<LangVersion>10</LangVersion>
<TargetFramework>net7.0</TargetFramework>
<Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>2.4.2</VersionPrefix>
<PackageReleaseNotes>Remove passives from player skills.
Change position of caster when receiving su packet.</PackageReleaseNotes>
M Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj => Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +0 -2
@@ 5,8 5,6 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's abstractions for information from NosTale data files.</Description>
<LangVersion>10</LangVersion>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>2.2.1</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
M Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj => Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +0 -2
@@ 5,8 5,6 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's database implementation of NosTale data using EF core.</Description>
<LangVersion>10</LangVersion>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>2.1.1</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
M Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj => Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +0 -2
@@ 5,8 5,6 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's NosTale data implementation using .NOS files.</Description>
<LangVersion>10</LangVersion>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>2.2.2</VersionPrefix>
<PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
<TargetFramework>net7.0</TargetFramework>
M Directory.Build.props => Directory.Build.props +6 -0
@@ 11,6 11,12 @@
<CodeAnalysisRuleSet>$(StyleCopRuleset)</CodeAnalysisRuleSet>
</PropertyGroup>
+ <PropertyGroup>
+ <RepositoryUrl>https://github.com/Rutherther/NosSmooth</RepositoryUrl>
+ <RepositoryBranch>main</RepositoryBranch>
+ <PackageProjectUrl>https://github.com/Rutherther/NosSmooth</PackageProjectUrl>
+ </PropertyGroup>
+
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261">
<PrivateAssets>all</PrivateAssets>
M Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj => Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +0 -2
@@ 7,8 7,6 @@
<TargetFramework>net7.0</TargetFramework>
<VersionPrefix>1.2.0</VersionPrefix>
<Description>Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time.</Description>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
M Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj => Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +0 -2
@@ 5,8 5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>NosSmooth extension for finding paths and walking found paths.</Description>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>NosSmooth extension allowing for finding paths on maps.</Description>
<VersionPrefix>1.2.0</VersionPrefix>
<PackageReleaseNotes>React to su and tp packet by changing character position.</PackageReleaseNotes>
M Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj => Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +0 -2
@@ 5,8 5,6 @@
<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>
<VersionPrefix>1.3.1</VersionPrefix>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<PackageReleaseNotes>Add IsOnSeparator method to PacketStringEnumerator.</PackageReleaseNotes>
M Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj => Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +0 -2
@@ 6,8 6,6 @@
<RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Description>NosSmooth's packet string serializer implementation.</Description>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>2.2.6</VersionPrefix>
<PackageReleaseNotes>Fix parsing upgrade rare sub packet -1.</PackageReleaseNotes>
</PropertyGroup>
M Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj => Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +0 -2
@@ 10,8 10,6 @@
<Description>NosSmooth's source code generator that generates serializers for packets.</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
<VersionPrefix>1.1.1</VersionPrefix>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Add support for multiple separators.</PackageReleaseNotes>
</PropertyGroup>
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +0 -2
@@ 5,8 5,6 @@
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Description>Contains default NosTale packets.</Description>
- <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
- <PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>3.5.1</VersionPrefix>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<PackageReleaseNotes>Put correct (list) attribute to Pst packet Effects.</PackageReleaseNotes>