Skip to content

Commit

Permalink
Release AmiClient 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Jan 27, 2019
1 parent f70539b commit d4b070d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions AmiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<LangVersion>7.3</LangVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>7.3</LangVersion>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
10 changes: 8 additions & 2 deletions AmiClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AmiClient</id>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Asterisk Management Interface (AMI) client library for .NET</description>
<copyright>Copyright © 2019 Alex Forster. All rights reserved.</copyright>
<authors>alexforster</authors>
<tags>asterisk asterisk-ami asterisk-pbx voip sip csharp csharp-library netstandard netcore</tags>
<projectUrl>https://github.com/alexforster/AmiClient/tree/v1.2.1</projectUrl>
<projectUrl>https://github.com/alexforster/AmiClient/tree/v1.2.2</projectUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageTypes>
<packageType name="Dependency" />
</packageTypes>
<dependencies>
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="System.Reactive.Interfaces" version="4.1.2" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\netstandard2.0\*" target="lib\netstandard2.0" />
</files>
</package>
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[assembly: AssemblyProduct("AmiClient")]
[assembly: AssemblyCopyright("Copyright © 2019 Alex Forster. All rights reserved.")]

[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyVersion("1.2.2")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down

0 comments on commit d4b070d

Please sign in to comment.