-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
62 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks> | ||
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks> | ||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard1.3;netstandard2.0</TargetFrameworks> | ||
<Title>ManagedWimLib</Title> | ||
<LangVersion>latest</LangVersion> | ||
<Authors>Eric Biggers, Hajin Jang</Authors> | ||
<Description>C# wrapper library for native wimlib. | ||
Targets .Net Standard, supports Windows and Linux.</Description> | ||
Supports Windows and Linux.</Description> | ||
<Copyright>Copyright (c) 2018 Hajin Jang</Copyright> | ||
<Company>Joveler</Company> | ||
<PackageReleaseNotes>- .Net Standard support | ||
- Add Linux support | ||
- Add Wim.MountImage(), Wim.UnmountImage()</PackageReleaseNotes> | ||
<PackageReleaseNotes>- Add .Net Framework 4.5.1 target</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.0</Version> | ||
<Version>1.2.1</Version> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildProjectDirectory)\ManagedWimLib.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters