Skip to content

Commit

Permalink
release: bump video version to v7.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Nov 27, 2023
1 parent 5ab30fc commit 29c256e
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions Vonage.Server/Vonage.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageLicenseExpression/>
<PackageProjectUrl>https://github.com/Vonage/vonage-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v7.0.7-beta</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v7.1.0-beta</PackageReleaseNotes>
<Configurations>Debug;Release;ReleaseSigned</Configurations>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -30,7 +30,7 @@
<PackageIconUrl />
<Description>Official C#/.NET wrapper for the Vonage API. To use it you will need a Vonage account. Sign up for free at vonage.com. For full API documentation refer to developer.vonage.com.
</Description>
<Version>7.0.7-beta</Version>
<Version>7.1.0-beta</Version>
<Authors>Vonage</Authors>
<PackageTags>Video Vonage</PackageTags>
<AssemblyName>Vonage.Server</AssemblyName>
Expand All @@ -50,17 +50,13 @@
<AssemblyOriginatorKeyFile>../vonage.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Vonage.Common\Vonage.Common.csproj" PrivateAssets="All"/>
<ProjectReference Include="..\Vonage\Vonage.csproj"/>
</ItemGroup>
<ItemGroup>
<None Include="VonageLogo_Symbol_Black.png">
<Pack>True</Pack>
<PackagePath/>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Vonage.Common\Vonage.Common.csproj" PrivateAssets="All"/>
<ProjectReference Include="..\Vonage\Vonage.csproj"/>
<PackageReference Include="Enums.NET" Version="4.0.1"/>
<PackageReference Include="Handy.DotNETCore-Compatibility.ColorTranslations" Version="0.2.1"/>
<PackageReference Include="PolySharp" Version="1.13.2">
Expand All @@ -70,12 +66,6 @@
<PackageReference Update="NETStandard.Library" Version="2.0.3"/>
<PackageReference Include="Yoh.Text.Json.NamingPolicies" Version="1.0.0"/>
</ItemGroup>
<ItemGroup>
<_PackageFiles Include="$(OutputPath)\Vonage.Common.dll">
<BuildAction>None</BuildAction>
<PackagePath>lib\netstandard2.0</PackagePath>
</_PackageFiles>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="node ../.scripts/init.js"/>
</Target>
Expand Down

0 comments on commit 29c256e

Please sign in to comment.