Skip to content

Commit

Permalink
build: bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matigramirez committed Oct 9, 2023
1 parent b759fc2 commit f1a5615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Parsec/Parsec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
<LangVersion>10</LangVersion>
<Platforms>AnyCPU;x86</Platforms>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-alpha.9.0.0</Version>
<Version>1.0.0</Version>
<Authors>Matias Ramirez</Authors>
<Copyright>Matias Ramirez 2022</Copyright>
<PackageProjectUrl>https://github.com/matigramirez/Parsec</PackageProjectUrl>
<RepositoryUrl>https://github.com/matigramirez/Parsec</RepositoryUrl>
<PackageTags>csharp, shaiya, file, parser, dotnet</PackageTags>
<Description>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.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageVersion>1.0.0-alpha.9.0.0</PackageVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit f1a5615

Please sign in to comment.