Skip to content

Commit

Permalink
Build version 2.0.4 using .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shugaoye committed Dec 30, 2023
1 parent f906d36 commit 132f73c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions KPCLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>KPCLib</id>
<version>2.0.3</version>
<version>2.0.4</version>
<authors>Roger Ye</authors>
<owners>Roger Ye</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">LGPL-3.0-or-later</license>
<projectUrl>https://passxyz.github.io</projectUrl>
<description>This is a .NET standard 2.0 build of KeePassLib.</description>
<releaseNotes>
- Refactored the project structure
- Refactored the project structure, build using .NET 8.0
</releaseNotes>
<copyright>Dominik Reichl is the author of KeePassLib on Windows platform. Roger Ye updated and enhanced this library for .NET Standard.</copyright>
<repository url="https://github.com/passxyz/KPCLib" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="SkiaSharp" version="2.88.0" exclude="Build,Analyzers" />
<dependency id="Svg.Skia" version="0.5.14" exclude="Build,Analyzers" />
<dependency id="SkiaSharp" version="2.88.6" exclude="Build,Analyzers" />
<dependency id="Svg.Skia" version="1.0.0.9" exclude="Build,Analyzers" />
</group>
</dependencies>
<summary>KeePassLib built as .NET Standard Library</summary>
Expand Down
14 changes: 7 additions & 7 deletions KPCLib.xunit/KPCLib.xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

<IsPackable>false</IsPackable>

<Version>2.0.0</Version>
<Version>2.0.4</Version>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
<PackageReference Include="Svg.Skia" Version="0.5.14" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="HtmlAgilityPack" Version="1.11.57" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="Svg.Skia" Version="1.0.0.9" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion KPCLib/KPCLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.3</Version>
<Version>2.0.4</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://passxyz.github.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/passxyz/KPCLib</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions KeePassLib/KeePassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.0" />
<PackageReference Include="Svg.Skia" Version="0.5.14" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="Svg.Skia" Version="1.0.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 132f73c

Please sign in to comment.