Update package and project version to 1.1.0.0

This commit is contained in:
Stone_Red
2026-06-11 19:45:58 +02:00
parent ff8523fe8b
commit c39a1d3ff4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata> <metadata>
<id>yesnt</id> <id>yesnt</id>
<version>1.0.0.0</version> <version>1.1.0.0</version>
<title>YesNt</title> <title>YesNt</title>
<authors>Stone_Red</authors> <authors>Stone_Red</authors>
<projectUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter</projectUrl> <projectUrl>https://github.com/Stone-Red-Code/YesNt-Interpreter</projectUrl>
@@ -14,6 +14,7 @@
<PackageIcon>Logo.png</PackageIcon> <PackageIcon>Logo.png</PackageIcon>
<GenerateDocumentationFile>True</GenerateDocumentationFile> <GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.1.0.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">