Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 2a7f4ab

Browse files
committed
Updated NuGet packages, Updated copyright year
1 parent a71c199 commit 2a7f4ab

File tree

6 files changed

+61
-25
lines changed

6 files changed

+61
-25
lines changed

DNSChanger/App.config

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
55
</startup>
6-
</configuration>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
10+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
14+
</configuration>

DNSChanger/DNSChanger.csproj

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
<Deterministic>true</Deterministic>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
18+
<TargetFrameworkProfile />
19+
<PublishUrl>publish\</PublishUrl>
20+
<Install>true</Install>
21+
<InstallFrom>Disk</InstallFrom>
22+
<UpdateEnabled>false</UpdateEnabled>
23+
<UpdateMode>Foreground</UpdateMode>
24+
<UpdateInterval>7</UpdateInterval>
25+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26+
<UpdatePeriodically>false</UpdatePeriodically>
27+
<UpdateRequired>false</UpdateRequired>
28+
<MapFileExtensions>true</MapFileExtensions>
29+
<ApplicationRevision>0</ApplicationRevision>
30+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31+
<IsWebBootstrapper>false</IsWebBootstrapper>
32+
<UseApplicationTrust>false</UseApplicationTrust>
33+
<BootstrapperEnabled>true</BootstrapperEnabled>
1834
</PropertyGroup>
1935
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2036
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -25,15 +41,18 @@
2541
<DefineConstants>DEBUG;TRACE</DefineConstants>
2642
<ErrorReport>prompt</ErrorReport>
2743
<WarningLevel>4</WarningLevel>
44+
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2845
</PropertyGroup>
2946
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3047
<PlatformTarget>AnyCPU</PlatformTarget>
31-
<DebugType>none</DebugType>
48+
<DebugType>embedded</DebugType>
3249
<Optimize>true</Optimize>
3350
<OutputPath>bin\Release\</OutputPath>
3451
<DefineConstants>TRACE</DefineConstants>
3552
<ErrorReport>prompt</ErrorReport>
3653
<WarningLevel>4</WarningLevel>
54+
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
55+
<DebugSymbols>true</DebugSymbols>
3756
</PropertyGroup>
3857
<PropertyGroup />
3958
<PropertyGroup>
@@ -49,13 +68,14 @@
4968
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
5069
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
5170
</Reference>
52-
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.8.15.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
53-
<HintPath>..\packages\TaskScheduler.2.8.15\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
71+
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.8.18.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
72+
<HintPath>..\packages\TaskScheduler.2.8.18\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
5473
</Reference>
5574
<Reference Include="System" />
5675
<Reference Include="System.Core" />
5776
<Reference Include="System.IO.Compression" />
5877
<Reference Include="System.Management" />
78+
<Reference Include="System.Web" />
5979
<Reference Include="System.Xml.Linq" />
6080
<Reference Include="System.Data.DataSetExtensions" />
6181
<Reference Include="Microsoft.CSharp" />
@@ -133,13 +153,25 @@
133153
<ItemGroup>
134154
<None Include="Resources\icon.ico" />
135155
</ItemGroup>
156+
<ItemGroup>
157+
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
158+
<Visible>False</Visible>
159+
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
160+
<Install>true</Install>
161+
</BootstrapperPackage>
162+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
163+
<Visible>False</Visible>
164+
<ProductName>.NET Framework 3.5 SP1</ProductName>
165+
<Install>false</Install>
166+
</BootstrapperPackage>
167+
</ItemGroup>
136168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137-
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
138169
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
139170
<PropertyGroup>
140171
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
141172
</PropertyGroup>
142-
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
143173
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
174+
<Error Condition="!Exists('..\packages\Fody.6.0.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.6\build\Fody.targets'))" />
144175
</Target>
176+
<Import Project="..\packages\Fody.6.0.6\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.6\build\Fody.targets')" />
145177
</Project>

DNSChanger/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Kamil Monicz")]
1212
[assembly: AssemblyProduct("DNSChanger")]
13-
[assembly: AssemblyCopyright("Copyright © 2019 Kamil Monicz")]
13+
[assembly: AssemblyCopyright("Copyright © 2020 Kamil Monicz")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

DNSChanger/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DNSChanger/Properties/Settings.Designer.cs

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DNSChanger/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Costura.Fody" version="4.1.0" targetFramework="net452" />
4-
<package id="Fody" version="6.0.0" targetFramework="net452" developmentDependency="true" />
5-
<package id="TaskScheduler" version="2.8.15" targetFramework="net452" />
4+
<package id="Fody" version="6.0.6" targetFramework="net452" developmentDependency="true" />
5+
<package id="TaskScheduler" version="2.8.18" targetFramework="net452" />
66
</packages>

0 commit comments

Comments
 (0)