Up to version 0.2.

This commit is contained in:
2017-10-16 15:53:45 +01:00
parent 0e26cd9904
commit ee64aa4308
3 changed files with 6 additions and 1 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>