Skip to content

Commit

Permalink
version bump v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tensei committed Sep 6, 2021
1 parent 680c128 commit 8fdd34d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions anidow/anidow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
<ApplicationIcon>anidown_28v_icon.ico</ApplicationIcon>
<LangVersion>9</LangVersion>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
<Authors>Tensei C.</Authors>
<Company>MemeLabs</Company>
<PackageProjectUrl>https://github.com/MemeLabs/Anidow</PackageProjectUrl>
<Copyright>© 2020-2021 MemeLabs</Copyright>
<RepositoryUrl>https://github.com/MemeLabs/Anidow</RepositoryUrl>
<PackageTags>anime, nyaa, manga, animebytes, wpf, automation, torrent, c#, mvvm, stylet</PackageTags>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PackageVersion>1.4.0</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(SelfContained)'=='true'">
Expand Down Expand Up @@ -65,16 +66,16 @@
<PackageReference Include="HtmlAgilityPack" Version="1.11.36"/>
<PackageReference Include="Humanizer.Core" Version="2.11.10"/>
<PackageReference Include="Jot" Version="2.1.8"/>
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="4.8.0" />
<PackageReference Include="Microsoft.AppCenter" Version="4.3.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.3.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="4.8.0"/>
<PackageReference Include="Microsoft.AppCenter" Version="4.3.0"/>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.3.0"/>
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.3.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.9"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.9">
Expand Down

0 comments on commit 8fdd34d

Please sign in to comment.