Skip to content

Commit

Permalink
New Logo and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ydinkov committed Jul 28, 2023
1 parent 764aa5f commit 5805427
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 218 deletions.
7 changes: 3 additions & 4 deletions Dialogative/Dialogative.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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.5</VersionPrefix>
<VersionPrefix>1.0.7</VersionPrefix>

<PackageId>Dialogative</PackageId>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -19,7 +19,7 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<LangVersion>preview</LangVersion>
<TargetFrameworks>net6.0;netcoreapp3.1;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>



Expand All @@ -28,9 +28,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.0.1" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
<None Include="..\LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\icon.png" Pack="true" PackagePath="$(PackageIconFile)" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Nuget](https://img.shields.io/nuget/v/Dialogative?label=Nuget&logo=nuget)](https://www.nuget.org/packages/Dialogative/)

![](icon.svg)
![](icon.png)

# Dialogative

Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
213 changes: 0 additions & 213 deletions icon.svg

This file was deleted.

0 comments on commit 5805427

Please sign in to comment.