|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>netstandard2;net4</TargetFrameworks> |
5 | 5 | <PackageId>WindowsFirewallHelper</PackageId> |
6 | | - <Version>1.6.3.40</Version> |
| 6 | + <Version>1.6.3.46</Version> |
7 | 7 | <Authors>Soroush Falahati</Authors> |
8 | 8 | <Description>A class library to manage the Windows Firewall as well as adding your program to the Windows Firewall Exception list. Supporting Windows XP+.</Description> |
9 | 9 | <PackageLicenseUrl>https://github.com/falahati/WindowsFirewallHelper/blob/master/LICENSE</PackageLicenseUrl> |
10 | 10 | <PackageProjectUrl>https://github.com/falahati/WindowsFirewallHelper</PackageProjectUrl> |
11 | 11 | <PackageIconUrl>https://github.com/falahati/WindowsFirewallHelper/blob/master/WindowsFirewallHelper/Icon.png?raw=true</PackageIconUrl> |
12 | 12 | <RepositoryUrl>https://github.com/falahati/WindowsFirewallHelper</RepositoryUrl> |
13 | | - <IncludeSymbols>true</IncludeSymbols> |
14 | | - <IncludeSource>true</IncludeSource> |
15 | 13 | <NeutralLanguage>en-US</NeutralLanguage> |
16 | | - <Copyright>Copyright (c) 2019 Soroush Falahati</Copyright> |
| 14 | + <Copyright>Copyright (c) 2021 Soroush Falahati</Copyright> |
17 | 15 | <PlatformTarget>AnyCPU</PlatformTarget> |
18 | 16 | <Title>Windows Firewall Helper (Win XP+)</Title> |
19 | 17 | <AssemblyOriginatorKeyFile>OpenSourceStrongNameSignKey.pfx</AssemblyOriginatorKeyFile> |
|
38 | 36 | <OutputPath>..\Debug</OutputPath> |
39 | 37 | </PropertyGroup> |
40 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 39 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 40 | + <EmbedAllSources>True</EmbedAllSources> |
| 41 | + <DebugType>embedded</DebugType> |
41 | 42 | <BumpRevision>True</BumpRevision> |
42 | 43 | <BumpResetLabel>dev</BumpResetLabel> |
43 | 44 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
0 commit comments