Skip to content

Commit

Permalink
Make class public. Add keywords (#39)
Browse files Browse the repository at this point in the history
* Make class public. Add keywords

* Bump version
  • Loading branch information
hbjorgo authored Jan 30, 2024
1 parent 759d063 commit 5c22e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/HeboTech.ATLib/HeboTech.ATLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>HeboTech</Authors>
<Product>HeboTech ATLib</Product>
<Version>7.1.0-beta1</Version>
<PackageVersion>7.1.0-beta1</PackageVersion>
<Version>7.1.0-beta2</Version>
<PackageVersion>7.1.0-beta2</PackageVersion>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<FileVersion>7.1.0.0</FileVersion>
<PackageId>HeboTech.ATLib</PackageId>
<Title>AT command library that makes it easy to communicate with modems.</Title>
<Description>AT command library that makes it easy to communicate with modems.</Description>
<PackageTags>atcommand at command hayes gsm sms modem simcom d-link tp-link dwm-222 ma260 sim5320 mc55i</PackageTags>
<PackageTags>atcommand at command hayes gsm sms modem simcom d-link tp-link cinterion telit dwm-222 ma260 sim5320 mc55i me910c1</PackageTags>
<RepositoryUrl>https://github.com/hbjorgo/ATLib</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/HeboTech.ATLib/Modems/Telit/ME910C1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace HeboTech.ATLib.Modems.Telit
{
internal class ME910C1 : ModemBase, IModem, IME910C1
public class ME910C1 : ModemBase, IModem, IME910C1
{
/// <summary>
/// Telit ME910C1 chipset
Expand Down

0 comments on commit 5c22e33

Please sign in to comment.