Skip to content

Commit

Permalink
fix nuget naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtendDev committed Dec 7, 2021
1 parent 9227f1a commit ab1240e
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions ConnectSDK.AddressBook/ConnectSDK.AddressBook.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NuspecFile>Intermedia.NET.SDK.AddressBook.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.AddressBook.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="[5.0.2,6.0.0)" />
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.1.6,2.0)" />
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.0.1,2.0)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.AddressBook</id>
<id>Intermedia.SDK.AddressBook</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand All @@ -15,7 +15,7 @@
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="[5.0.2,6.0.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions ConnectSDK.Analytics/ConnectSDK.Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NuspecFile>Intermedia.NET.SDK.Analytics.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.Analytics.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="[5.0.2,6.0)"/>
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.1.6,2.0)"/>
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.0.1,2.0)"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.Analytics</id>
<id>Intermedia.SDK.Analytics</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand All @@ -17,7 +17,7 @@ Envision Analytics Platform</description>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="[5.0.2,6.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ConnectSDK.Auth/ConnectSDK.Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NuspecFile>Intermedia.NET.SDK.Auth.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.Auth.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.Auth</id>
<id>Intermedia.SDK.Auth</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand All @@ -21,7 +21,7 @@
<dependency id="System.Text.Json" version="[5.0.2,6.0.0)" exclude="Build,Analyzers" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="[6.13.1,7.0.0)" exclude="Build,Analyzers" />
<dependency id="IdentityModel" version="[5.2.0, 6.0.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ConnectSDK.Common/ConnectSDK.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NuspecFile>Intermedia.NET.SDK.Common.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.Common.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.Common</id>
<id>Intermedia.SDK.Common</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand Down
4 changes: 2 additions & 2 deletions ConnectSDK.Meetings/ConnectSDK.Meetings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NuspecFile>Intermedia.NET.SDK.Meetings.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.Meetings.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="[5.0.2,6.0)" />
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.1.6,2.0)" />
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.0.1,2.0)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.Meetings</id>
<id>Intermedia.SDK.Meetings</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand All @@ -17,12 +17,12 @@ AnyMeeting</description>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="[5.0.2,6.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Debug\netstandard2.0\ConnectSDK.Meetings.dll" target="lib/netstandard2.0"/>
<file src="..\icon.png" target=""/>
<file src=".\icon.png" target=""/>
</files>
</package>
Binary file added ConnectSDK.Meetings/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ConnectSDK.Voice/ConnectSDK.Voice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NuspecFile>Intermedia.NET.SDK.Voice.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.Voice.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
Expand All @@ -14,6 +14,6 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="[5.0.9,6.0.0)" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[5.0.9,6.0.0)" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="[1.1.0,2.0.0)" />
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.1.6,2.0)"/>
<ProjectReference Include="..\ConnectSDK.Common\ConnectSDK.Common.csproj" Version="[1.0.1,2.0)"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK.Voice</id>
<id>Intermedia.SDK.Voice</id>
<version>$version$</version>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
<repository type="git" url="https://github.com/intermedia-net/extend-dotnet-sdk"/>
Expand All @@ -22,7 +22,7 @@
<dependency id="Microsoft.Extensions.Logging" version="[5.0.0,6.0.0)" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Console" version="[5.0.0,6.0.0)" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="[5.0.2,6.0.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ConnectSDK/ConnectSDK.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NuspecFile>Intermedia.NET.SDK.nuspec</NuspecFile>
<NuspecFile>Intermedia.SDK.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IntermediaCloudCommunications.NET.SDK</id>
<id>Intermedia.SDK</id>
<authors>Intermedia</authors>
<owners>IntermediaCloudCommunications</owners>
<owners>Intermedia</owners>
<version>$version$</version>
<license type="expression">MIT</license>
<projectUrl>https://www.intermedia.com/integrations/apis</projectUrl>
Expand All @@ -15,11 +15,11 @@
<icon>icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="IntermediaCloudCommunications.NET.SDK.AddressBook" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Analytics" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Meetings" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Voice" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="IntermediaCloudCommunications.NET.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.AddressBook" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Analytics" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Meetings" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Voice" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
<dependency id="Intermedia.SDK.Common" version="[1.0.1,2.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
<summary> A summary of your package </summary>
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ The SDK is compiled with .NET Standard 2.0 target. You can use the libraries wit

The SDK consists of several packages, which are available at NuGet.

* Intermedia.NET.SDK.Voice provides a client for [Voice API](https://developer.intermedia.com/api/spec/calling/index.html)
* Intermedia.NET.SDK.Meetings provides a client for [Meetings API](https://developer.intermedia.com/api/spec/meeting/index.html)
* Intermedia.NET.SDK.Analytics provides a client for [Analytics API](https://developer.intermedia.com/api/spec/analytics/index.html)
* Intermedia.NET.SDK.Address Book provides a client for [Address Book API](https://developer.intermedia.com/api/spec/address_book/index.html)
* Intermedia.NET.SDK provides all functionality
* Intermedia.SDK.Voice provides a client for [Voice API](https://developer.intermedia.com/api/spec/calling/index.html)
* Intermedia.SDK.Meetings provides a client for [Meetings API](https://developer.intermedia.com/api/spec/meeting/index.html)
* Intermedia.SDK.Analytics provides a client for [Analytics API](https://developer.intermedia.com/api/spec/analytics/index.html)
* Intermedia.SDK.Address Book provides a client for [Address Book API](https://developer.intermedia.com/api/spec/address_book/index.html)
* Intermedia.SDK provides all functionality

To install the C# client library with the full functionality using NuGet, run the following command from the terminal in your projects directory:

``` cmd
dotnet add package Intermedia.NET.SDK
dotnet add package Intermedia.SDK
```

Or run the following command in the Package Manager Console:

``` cmd
Install-Package Intermedia.NET.SDK
Install-Package Intermedia.SDK
```

If you prefer to run commands directly from source:
Expand Down

0 comments on commit ab1240e

Please sign in to comment.