Skip to content

Commit

Permalink
[Bq2579x] Various fixes in sample
Browse files Browse the repository at this point in the history
- License header, assembly name and properties.

***NO_CI***
  • Loading branch information
antoniofagundes committed Sep 13, 2024
1 parent 53cb049 commit 8f0a4cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devices/Bq2579x/samples/Bq2579x.Samples.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<FileAlignment>512</FileAlignment>
<RootNamespace>Iot.Device.Si7021.Samples</RootNamespace>
<AssemblyName>Iot.Device.Si7021.Samples</AssemblyName>
<RootNamespace>Iot.Device.Bq2579x.Samples</RootNamespace>
<AssemblyName>Iot.Device.Bq2579x.Samples</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<DocumentationFile>bin\$(Configuration)\Iot.Device.Si7021.Samples.xml</DocumentationFile>
<LangVersion>9.0</LangVersion>
Expand Down
6 changes: 4 additions & 2 deletions devices/Bq2579x/samples/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////

using Iot.Device.Bq2579x;
using System.Device.I2c;
Expand Down
8 changes: 6 additions & 2 deletions devices/Bq2579x/samples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Iot.Device.Bq25798.Samples")]
[assembly: AssemblyTitle("Iot.Device.Bq2579x.Samples")]
[assembly: AssemblyCompany("nanoFramework Contributors")]
[assembly: AssemblyCopyright("Copyright(c).NET Foundation and Contributors")]

Expand Down

0 comments on commit 8f0a4cf

Please sign in to comment.