|
11 | 11 | <Copyright>Copyright (c) Atlas Lift Tech Inc. 2021</Copyright>
|
12 | 12 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
13 | 13 | <PackageTags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin Blazor AspNetCore</PackageTags>
|
14 |
| - <Company>Atlas Lift Tech Inc.</Company> |
15 |
| - <Authors>Anton Vishnyak</Authors> |
16 |
| - <AssemblyVersion>0.3.16</AssemblyVersion> |
17 |
| - <FileVersion>0.3.16</FileVersion> |
| 14 | + <Company>Atlas Lift Tech Inc;IoTSharp</Company> |
| 15 | + <Authors>Anton Vishnyak;maikebing</Authors> |
| 16 | + <AssemblyVersion>0.4.0</AssemblyVersion> |
| 17 | + <FileVersion>0.4.0</FileVersion> |
18 | 18 | <LangVersion>default</LangVersion>
|
19 |
| - <RepositoryUrl>https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting</RepositoryUrl> |
| 19 | + <RepositoryUrl>https://github.com/IoTSharp/MQTTnet.AspNetCore.Routing</RepositoryUrl> |
20 | 20 | <RepositoryType>GIT</RepositoryType>
|
21 | 21 | <PackageReleaseNotes>* Added support for passing an array of assemblies to use in route discovery</PackageReleaseNotes>
|
22 |
| - <Version>0.3.16</Version> |
| 22 | + <Version>0.4.0</Version> |
23 | 23 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
24 |
| - <PackageProjectUrl>https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting</PackageProjectUrl> |
| 24 | + <PackageProjectUrl>https://github.com/IoTSharp/MQTTnet.AspNetCore.Routing</PackageProjectUrl> |
25 | 25 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
26 | 26 | <IncludeSymbols>true</IncludeSymbols>
|
27 | 27 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
30 | 30 | </PropertyGroup>
|
31 | 31 | <ItemGroup>
|
32 | 32 | <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
|
33 |
| - <_Parameter1>MQTTnet.AspNetCore.AttributeRouting.Tests</_Parameter1> |
| 33 | + <_Parameter1>MQTTnet.AspNetCore.Routing.Tests</_Parameter1> |
34 | 34 | </AssemblyAttribute>
|
35 | 35 | </ItemGroup>
|
36 | 36 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
0 commit comments