From f1a56158b97feb1d1eb4bf6292031555c57878d9 Mon Sep 17 00:00:00 2001 From: matias Date: Mon, 9 Oct 2023 14:55:54 -0300 Subject: [PATCH] build: bump version to v1.0.0 --- src/Parsec/Parsec.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Parsec/Parsec.csproj b/src/Parsec/Parsec.csproj index 8af6b6fb..6d9eff15 100644 --- a/src/Parsec/Parsec.csproj +++ b/src/Parsec/Parsec.csproj @@ -4,7 +4,7 @@ 10 AnyCPU;x86 true - 1.0.0-alpha.9.0.0 + 1.0.0 Matias Ramirez Matias Ramirez 2022 https://github.com/matigramirez/Parsec @@ -12,8 +12,7 @@ csharp, shaiya, file, parser, dotnet Parsec is a simple file parsing library for Shaiya file formats built with C# and .NET Standard 2.0. Its goal is to make reading and manipulating the game's file formats with ease. false - 1.0.0-alpha.9.0.0 - netstandard2.0;netstandard2.1;net6.0;net7.0 + netstandard2.0;net6.0;net7.0 true enable