Updated project versions to 3.2.5

pull/119/head
dahall 2020-04-13 07:14:09 -06:00
parent ef73f4360e
commit 8bfbd8348e
5 changed files with 48 additions and 48 deletions

View File

@ -1,48 +1,48 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Vanara.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Vanara.snk</AssemblyOriginatorKeyFile>
<Authors>David Hall</Authors> <Authors>David Hall</Authors>
<Company>GitHub Community</Company> <Company>GitHub Community</Company>
<Copyright>Copyright © 2017-2020</Copyright> <Copyright>Copyright © 2017-2020</Copyright>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<IncludeSource>true</IncludeSource> <IncludeSource>true</IncludeSource>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage> <NeutralLanguage>en-US</NeutralLanguage>
<PackageIcon>Vanara64x64.png</PackageIcon> <PackageIcon>Vanara64x64.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/dahall/vanara</PackageProjectUrl> <PackageProjectUrl>https://github.com/dahall/vanara</PackageProjectUrl>
<Product>Vanara</Product> <Product>Vanara</Product>
<RepositoryType>Git</RepositoryType> <RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/dahall/vanara</RepositoryUrl> <RepositoryUrl>https://github.com/dahall/vanara</RepositoryUrl>
<RootNamespace>Vanara.PInvoke</RootNamespace> <RootNamespace>Vanara.PInvoke</RootNamespace>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<Version>3.2.4</Version> <Version>3.2.5</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'"> <PropertyGroup Condition="'$(Configuration)'=='Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>
<!-- BEGIN: Source Link configuration. --> <!-- BEGIN: Source Link configuration. -->
<PropertyGroup> <PropertyGroup>
<IncludeSymbols>true</IncludeSymbols> <IncludeSymbols>true</IncludeSymbols>
<EmbedAllSources>true</EmbedAllSources> <EmbedAllSources>true</EmbedAllSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat> <SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CIBuild Condition="'$(CIBUILD)' == ''">false</CIBuild> <CIBuild Condition="'$(CIBUILD)' == ''">false</CIBuild>
<ContinuousIntegrationBuild>$(CIBUILD)</ContinuousIntegrationBuild> <ContinuousIntegrationBuild>$(CIBUILD)</ContinuousIntegrationBuild>
<DeterministicSourcePaths>$(CIBUILD)</DeterministicSourcePaths> <DeterministicSourcePaths>$(CIBUILD)</DeterministicSourcePaths>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/> <SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
</ItemGroup> </ItemGroup>
<!-- END: Source Link configuration. --> <!-- END: Source Link configuration. -->
<ItemGroup Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or $(TargetFramework.StartsWith('net4')) "> <ItemGroup Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or $(TargetFramework.StartsWith('net4')) ">
<Reference Include="System" /> <Reference Include="System" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="$(MSBuildThisFileDirectory)docs\icons\Vanara64x64.png" Pack="true" PackagePath="\" /> <None Include="$(MSBuildThisFileDirectory)docs\icons\Vanara64x64.png" Pack="true" PackagePath="\" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.4.0")] [assembly: AssemblyVersion("3.2.5.0")]
[assembly: AssemblyFileVersion("3.2.4.0")] [assembly: AssemblyFileVersion("3.2.5.0")]

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("3.2.4.0")] [assembly: AssemblyVersion("3.2.5.0")]
[assembly: AssemblyFileVersion("3.2.4.0")] [assembly: AssemblyFileVersion("3.2.5.0")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.4.0")] [assembly: AssemblyVersion("3.2.5.0")]
[assembly: AssemblyFileVersion("3.2.4.0")] [assembly: AssemblyFileVersion("3.2.5.0")]

View File

@ -3,7 +3,7 @@
<metadata> <metadata>
<id>Vanara.Library</id> <id>Vanara.Library</id>
<title>Vanara Libraries Metapackage</title> <title>Vanara Libraries Metapackage</title>
<version>3.2.4</version> <version>3.2.5</version>
<description>The full set of packages associated with the Vanara PInvoke Libraries.</description> <description>The full set of packages associated with the Vanara PInvoke Libraries.</description>
<tags>pinvoke;vanara;net-extensions;interop</tags> <tags>pinvoke;vanara;net-extensions;interop</tags>
<copyright>Copyright © 2017-2020</copyright> <copyright>Copyright © 2017-2020</copyright>