Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac committed Oct 30, 2021
1 parent 7e8ddb6 commit ba3a9ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Archigen/Archigen/Archigen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.9.3-alpha</Version>
<Version>1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/kesac/Archigen</PackageProjectUrl>
<RepositoryUrl>https://github.com/kesac/Archigen</RepositoryUrl>
<Authors>Kevin Sacro</Authors>
<Company />
<Product />
<FileVersion>0.9.3.0</FileVersion>
<FileVersion>1.0.0.0</FileVersion>
<Description>Archigen is a tiny class library that makes other procedural generation libraries or programs easier to integrate with each other.</Description>
<Copyright>Copyright (c) 2021 Kevin Sacro</Copyright>
<PackageTags>archigen procedural generation random</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ba3a9ea

Please sign in to comment.