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

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <cluster@cluster.wtf>2023-09-21 19:23:30 +0300
committerAlexey 'Cluster' Avdyukhin <cluster@cluster.wtf>2023-09-21 19:23:30 +0300
commit1255fd61b955046b715a5a75462b529afe395d8f (patch)
tree61835b41261c742862c4886734e6079318507600
parente24fb580de227e6a7ae17fac7764827db1d04b5e (diff)
Version bump.
-rw-r--r--NesTiler/NesTiler.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/NesTiler/NesTiler.csproj b/NesTiler/NesTiler.csproj
index fe1fd13..531c26d 100644
--- a/NesTiler/NesTiler.csproj
+++ b/NesTiler/NesTiler.csproj
@@ -67,9 +67,9 @@
</ItemGroup>
<PropertyGroup>
<DebugType>embedded</DebugType>
- <AssemblyVersion>1.1.0</AssemblyVersion>
- <FileVersion>1.1.0</FileVersion>
- <Version>1.1.0</Version>
+ <AssemblyVersion>1.2.0</AssemblyVersion>
+ <FileVersion>1.2.0</FileVersion>
+ <Version>1.2.0</Version>
<RepositoryUrl>https://github.com/ClusterM/nestiler</RepositoryUrl>
<Description>Tool for converting pictures into NES format: generating pattern tables, palettes, name tables</Description>
<Company>Alexey "Cluster" Avdyukhin</Company>
@@ -77,6 +77,9 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Product>NesTiler</Product>
<Nullable>enable</Nullable>
+ <RepositoryType>git</RepositoryType>
+ <PackageTags>nes,famicom,tiles</PackageTags>
+ <Copyright>Alexey "Cluster" Avdyukhin, 2023</Copyright>
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="make commit buildtime&#xD;&#xA;" />