Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-05 15:55:12 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-05 15:55:12 +0300
commitfc977a37165f223b196542767e4f149f043e6872 (patch)
treec5586f06cbff80dcfc600a70e6d0be0cb6278bc2
parent814e2abb6c9dfe57bdc1dc73bfe17e2f48939fca (diff)
Project properties
-rw-r--r--NesContainers.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index 81ec233..6ef18eb 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -11,6 +11,17 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Nullable>enable</Nullable>
+ <Title>NesContainers</Title>
+ <Company>Cluster</Company>
+ <PackageProjectUrl>https://github.com/ClusterM/nes-containers</PackageProjectUrl>
+ <Copyright>Alexey 'Cluster' Avdyukhin, 2022</Copyright>
+ <Description>A simple .NET Standard 2.0 library for reading and modifying NES/Famicom ROM containers: .nes (iNES, NES 2.0), .unf (UNIF), and .fds (Famicom Disk System images).</Description>
+ <Version>1.0.0</Version>
+ <RepositoryUrl>https://github.com/ClusterM/nes-containers</RepositoryUrl>
+ <RepositoryType>git</RepositoryType>
+ <PackageTags>nes,famicom,famicom disk system</PackageTags>
+ <AssemblyVersion>1.0.0</AssemblyVersion>
+ <FileVersion>1.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">