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-08 09:55:07 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 09:55:07 +0300
commite20a5e0a1d4a26319d3f5ca2004afd6743473f2f (patch)
tree0ee8f983f34b487611abd8415d474b70a82c62ae
parent0acfff00771d0f944db0c91ebd366e0cb3d01591 (diff)
Version bumpv1.1.0
-rw-r--r--NesContainers.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index 94c63be..b8f22f1 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -16,12 +16,12 @@
<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.1</Version>
+ <Version>1.1.0</Version>
<RepositoryUrl>https://github.com/ClusterM/nes-containers</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>nes,famicom,famicom disk system</PackageTags>
- <AssemblyVersion>1.0.1</AssemblyVersion>
- <FileVersion>1.0.1</FileVersion>
+ <AssemblyVersion>1.1.0</AssemblyVersion>
+ <FileVersion>1.1.0</FileVersion>
<Authors>Alexey 'Cluster' Avdyukhin</Authors>
</PropertyGroup>