diff --git a/Arkane.Zeroconf/Arkane.Zeroconf.csproj b/Arkane.Zeroconf/Arkane.Zeroconf.csproj index 91dcbd3..f2fe85c 100644 --- a/Arkane.Zeroconf/Arkane.Zeroconf.csproj +++ b/Arkane.Zeroconf/Arkane.Zeroconf.csproj @@ -1,7 +1,7 @@ - netcoreapp7.0 + net6.0 true 1.3.0 Arkane Systems @@ -10,7 +10,7 @@ A Zero Configuration Networking library for .NET. Please see project web site for more information. - + MIT https://github.com/cerebrate/Arkane.Zeroconf MIT License zeroconf bonjour @@ -19,11 +19,6 @@ Please see project web site for more information. ArkaneSystems.Arkane.Zeroconf true zeroconf.snk - MIT - - - - latest diff --git a/azclient/App.config b/azclient/App.config deleted file mode 100644 index 23440d8..0000000 --- a/azclient/App.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/azclient/Properties/AssemblyInfo.cs b/azclient/Properties/AssemblyInfo.cs deleted file mode 100644 index b09579f..0000000 --- a/azclient/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -#region header - -// azclient - AssemblyInfo.cs -// - -#endregion - -#region using - -using System.Reflection ; -using System.Runtime.InteropServices ; - -#endregion - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle ("Arkane.Zeroconf.Client")] -[assembly: AssemblyDescription ("Zero Configuration (Bonjour) library client")] - -#if DEBUG -[assembly: AssemblyConfiguration ("Debug")] -#else -[assembly: AssemblyConfiguration ("Release")] -#endif - -[assembly: AssemblyCompany ("Arkane Systems")] -[assembly: AssemblyProduct ("Arkane.Zeroconf")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible (false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid ("f3ecdca4-7dd3-4a9e-b21e-ba1a4921f469")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("0.9.1.0")] -[assembly: AssemblyFileVersion ("0.9.1.0")] diff --git a/azclient/azclient.csproj b/azclient/azclient.csproj index a87235f..3fa022f 100644 --- a/azclient/azclient.csproj +++ b/azclient/azclient.csproj @@ -1,18 +1,17 @@  - net7.0 + net6.0 Exe ArkaneSystems.Arkane.Zeroconf.Client - false + + + Arkane.Zeroconf.Client + Arkane Systems + Zero Configuration (Bonjour) library client + Arkane.Zeroconf + 0.9.1 - - - - - all - - \ No newline at end of file