Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ydinkov authored Feb 13, 2022
1 parent 23656f5 commit 924a3b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dialogative/Dialogative.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
<Title>Dialogative</Title>
<Description>Yaml interpreter for videogame dialogue trees</Description>
<Summary>Create and run dialogue trees in dotnet with yaml!</Summary>
<VersionPrefix>1.0.4</VersionPrefix>
<VersionPrefix>1.0.5</VersionPrefix>

<PackageId>Dialogative</PackageId>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/ydinkov/Dialogative</PackageProjectUrl>
<RepositoryUrl>https://github.com/ydinkov/Dialogative</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<!-- <GeneratePackageOnBuild>true</GeneratePackageOnBuild>-->
<Authors>Yasen Dinkov</Authors>

<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<LangVersion>preview</LangVersion>
<TargetFrameworks>net6.0;netcoreapp3.1;netstandard2.1</TargetFrameworks>



</PropertyGroup>
Expand Down

0 comments on commit 924a3b4

Please sign in to comment.