mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Up to version 0.2.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<RootNamespace>exeinfo</RootNamespace>
|
||||
<AssemblyName>exeinfo</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||
<ReleaseVersion>0.2</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -20,4 +20,7 @@ Global
|
||||
{5DD22357-AEA1-4B1D-9CAB-F51873A3A5D0}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{5DD22357-AEA1-4B1D-9CAB-F51873A3A5D0}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
version = 0.2
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -11,13 +11,14 @@
|
||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||
<PackOnBuild>true</PackOnBuild>
|
||||
<PackageId>libexeinfo</PackageId>
|
||||
<PackageVersion>0.1</PackageVersion>
|
||||
<PackageVersion>0.2</PackageVersion>
|
||||
<Authors>Natalia Portillo</Authors>
|
||||
<Owners>Natalia Portillo</Owners>
|
||||
<Summary>Library to get information about executable files.</Summary>
|
||||
<Title>libexeinfo</Title>
|
||||
<Description>Library to get information about executable files.</Description>
|
||||
<PackageProjectUrl>https://github.com/claunia/libexeinfo</PackageProjectUrl>
|
||||
<ReleaseVersion>0.2</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
Reference in New Issue
Block a user