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

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-27 18:56:28 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-27 18:56:28 +0300
commit22d03187293e81bce44294571986b15e6e253b42 (patch)
tree44acff0c05a9e904594f6ffd0158517d671c37ba
parentaa90a8b7ef00d416d4e87695ae53f13449ee5955 (diff)
Changed assembly name to nestiler
-rw-r--r--NesTiler.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler.csproj b/NesTiler.csproj
index 6b6bbcd..5065a7f 100644
--- a/NesTiler.csproj
+++ b/NesTiler.csproj
@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>com.clusterrr.Famicom.NesTiler</RootNamespace>
- <AssemblyName>NesTiler</AssemblyName>
+ <AssemblyName>nestiler</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">