Skip to content

Commit

Permalink
Shorten package descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 30, 2024
1 parent 80a8c13 commit a26805e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 17 deletions.
9 changes: 0 additions & 9 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<PackRelease>false</PackRelease>
<PackageDescription>$(Description)

Development of TERA stopped on April 20, 2022. Official game servers shut down
on June 30 in the same year. Some of the knowledge and functionality provided by
$(Product) was previously held in relative secrecy by a small portion of the
game's third-party modding community for the sake of preserving game integrity.
With the game effectively defunct, $(Product) now enables the game's community
to freely analyze and modify the client, e.g. for the purposes of creating
unofficial server emulators.</PackageDescription>
<PackageLicenseExpression>0BSD</PackageLicenseExpression>
<PackageProjectUrl>https://docs.vezel.dev/novadrop</PackageProjectUrl>
<PublishRelease>false</PublishRelease>
Expand Down
2 changes: 1 addition & 1 deletion src/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Vezel.Novadrop.Client</AssemblyName>
<IsPackable>true</IsPackable>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides support for interacting with the TERA launcher and client.</PackageDescription>
<PackageId>Vezel.Novadrop.Client</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/common/common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Vezel.Novadrop.Common</AssemblyName>
<IsPackable>true</IsPackable>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides common functionality used by all Novadrop packages.</PackageDescription>
<PackageId>Vezel.Novadrop.Common</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/formats/formats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$(NoWarn);
NU5104
</NoWarn>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides support for TERA's various file formats.</PackageDescription>
<PackageId>Vezel.Novadrop.Formats</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/interop/interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Vezel.Novadrop.Interop</AssemblyName>
<IsPackable>true</IsPackable>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides low-level bindings for in-memory interoperation with the
TERA client.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/net/net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<AssemblyName>Vezel.Novadrop.Net</AssemblyName>
<!-- TODO: Ship this package. -->
<IsPackable>false</IsPackable>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides support for TERA's network protocol.</PackageDescription>
<PackageId>Vezel.Novadrop.Net</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/dc/dc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>novadrop-dc</AssemblyName>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides the .NET global tool for manipulating TERA's data center
files.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/gpk/gpk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<AssemblyName>novadrop-gpk</AssemblyName>
<!-- TODO: Ship this package. -->
<IsPackable>false</IsPackable>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides the .NET global tool for manipulating TERA's GPK archive
files.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rc/rc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>novadrop-rc</AssemblyName>
<PackageDescription>$(PackageDescription)
<PackageDescription>$(Description)

This package provides the .NET global tool for manipulating TERA's resource
container files.</PackageDescription>
Expand Down

0 comments on commit a26805e

Please sign in to comment.