Skip to content

Commit

Permalink
Update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Dec 5, 2018
1 parent 1fc32d6 commit e32976a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ManagedWimLib/ManagedWimLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
Supports Windows and Linux.</Description>
<Copyright>Copyright (c) 2018 Hajin Jang</Copyright>
<Company>Joveler</Company>
<PackageReleaseNotes>- Include native armhf, arm64 linux binary</PackageReleaseNotes>
<PackageReleaseNotes>- Update included wimlib to 1.13.0</PackageReleaseNotes>
<PackageLicenseUrl>https://github.com/ied206/ManagedWimLib/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ied206/ManagedWimLib</PackageProjectUrl>
<RepositoryUrl></RepositoryUrl>
<PackageTags>wim wimlib pinvoke interop</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/ied206/ManagedWimLib/master/Image/Logo.png</PackageIconUrl>
<Version>1.2.3</Version>
<Version>1.2.4</Version>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\ManagedWimLib.targets" />
</Project>
4 changes: 2 additions & 2 deletions ManagedWimLib/ManagedWimLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>ManagedWimLib</id>
<title>ManagedWimLib</title>
<version>1.2.3</version>
<version>1.2.4</version>
<owners>ied206</owners>
<authors>Eric Biggers, Hajin Jang</authors>
<licenseUrl>https://github.com/ied206/ManagedWimLib/blob/master/LICENSE</licenseUrl>
Expand All @@ -13,7 +13,7 @@
<description>C# pinvoke library for wimlib.
Supports Windows and Linux.</description>
<summary>C# pinvoke library for wimlib.</summary>
<releaseNotes>- Include native armhf, arm64 linux binary</releaseNotes>
<releaseNotes>- Update included wimlib to 1.13.0</releaseNotes>
<copyright>Copyright (c) 2018 Hajin Jang</copyright>
<tags>wim wimlib pinvoke interop</tags>
<dependencies>
Expand Down

0 comments on commit e32976a

Please sign in to comment.