Skip to content

Commit a95969b

Browse files
committed
Added version 1.0.7 to example projects
1 parent 756fb2e commit a95969b

16 files changed

Lines changed: 20 additions & 22 deletions

DhcpDotNet/.vs/DhcpDotNet/v16/.suo

0 Bytes
Binary file not shown.

DhcpDotNet/DhcpDotNet/obj/Debug/netstandard2.0/DhcpDotNet.csproj.FileListAbsolute.txt

Whitespace-only changes.

DhcpDotNet/Examples/DHCP Discover/DHCP Discover.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<PackageReference Include="DhcpDotNet">
54-
<Version>1.0.5</Version>
54+
<Version>1.0.7</Version>
5555
</PackageReference>
5656
</ItemGroup>
5757
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

DhcpDotNet/Examples/DHCP Discover/obj/DHCP Discover.csproj.nuget.dgspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"DhcpDotNet": {
3838
"target": "Package",
39-
"version": "[1.0.5, )"
39+
"version": "[1.0.7, )"
4040
}
4141
}
4242
}
Binary file not shown.
Binary file not shown.

DhcpDotNet/Examples/DHCP Discover/obj/project.assets.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": 3,
33
"targets": {
44
".NETFramework,Version=v4.8": {
5-
"DhcpDotNet/1.0.5": {
5+
"DhcpDotNet/1.0.7": {
66
"type": "package",
77
"compile": {
88
"lib/netstandard2.0/DhcpDotNet.dll": {}
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
".NETFramework,Version=v4.8/win": {
16-
"DhcpDotNet/1.0.5": {
16+
"DhcpDotNet/1.0.7": {
1717
"type": "package",
1818
"compile": {
1919
"lib/netstandard2.0/DhcpDotNet.dll": {}
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
".NETFramework,Version=v4.8/win-x64": {
27-
"DhcpDotNet/1.0.5": {
27+
"DhcpDotNet/1.0.7": {
2828
"type": "package",
2929
"compile": {
3030
"lib/netstandard2.0/DhcpDotNet.dll": {}
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
".NETFramework,Version=v4.8/win-x86": {
38-
"DhcpDotNet/1.0.5": {
38+
"DhcpDotNet/1.0.7": {
3939
"type": "package",
4040
"compile": {
4141
"lib/netstandard2.0/DhcpDotNet.dll": {}
@@ -47,14 +47,14 @@
4747
}
4848
},
4949
"libraries": {
50-
"DhcpDotNet/1.0.5": {
51-
"sha512": "SHzbuGTTiS23gxsdtGYPI81IBKvflGMg+r0fLNGZ2aoroRGeHKfqs8cJmqVf2uXegAFobMPWweu0NXMgK73vXg==",
50+
"DhcpDotNet/1.0.7": {
51+
"sha512": "FAE+cuIownqF6HMzeMlAjKFusoNzM+YZRcb9nt/djTWvsCr5NqHEh1SOMheU6ALm2Xh0ffBm7LkVYSLAZuyhMg==",
5252
"type": "package",
53-
"path": "dhcpdotnet/1.0.5",
53+
"path": "dhcpdotnet/1.0.7",
5454
"files": [
5555
".nupkg.metadata",
5656
".signature.p7s",
57-
"dhcpdotnet.1.0.5.nupkg.sha512",
57+
"dhcpdotnet.1.0.7.nupkg.sha512",
5858
"dhcpdotnet.nuspec",
5959
"empty-white-box.png",
6060
"lib/netstandard2.0/DhcpDotNet.dll"
@@ -63,7 +63,7 @@
6363
},
6464
"projectFileDependencyGroups": {
6565
".NETFramework,Version=v4.8": [
66-
"DhcpDotNet >= 1.0.5"
66+
"DhcpDotNet >= 1.0.7"
6767
]
6868
},
6969
"packageFolders": {
@@ -101,7 +101,7 @@
101101
"dependencies": {
102102
"DhcpDotNet": {
103103
"target": "Package",
104-
"version": "[1.0.5, )"
104+
"version": "[1.0.7, )"
105105
}
106106
}
107107
}

DhcpDotNet/Examples/DHCP Discover/obj/project.nuget.cache

Lines changed: 0 additions & 10 deletions
This file was deleted.

DhcpDotNet/Examples/DHCP Request/DHCP Request.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36+
<Reference Include="DhcpDotNet, Version=1.0.7.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\..\packages\DhcpDotNet.1.0.7\lib\netstandard2.0\DhcpDotNet.dll</HintPath>
38+
</Reference>
3639
<Reference Include="System" />
3740
<Reference Include="System.Core" />
3841
<Reference Include="System.Xml.Linq" />
@@ -48,6 +51,7 @@
4851
</ItemGroup>
4952
<ItemGroup>
5053
<None Include="App.config" />
54+
<None Include="packages.config" />
5155
</ItemGroup>
5256
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5357
</Project>
Binary file not shown.

0 commit comments

Comments
 (0)