-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename namespace from Devices to Device (#24)
- Loading branch information
1 parent
09ae383
commit 92722a2
Showing
18 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
...rk.System.Devices.Dac.DELIVERABLES.nuspec → ...ork.System.Device.Dac.DELIVERABLES.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>nanoFramework.System.Devices.Dac.DELIVERABLES</id> | ||
<id>nanoFramework.System.Device.Dac.DELIVERABLES</id> | ||
<version>$version$</version> | ||
<title>nanoFramework.System.Devices.Dac.DELIVERABLES</title> | ||
<title>nanoFramework.System.Device.Dac.DELIVERABLES</title> | ||
<authors>nanoFramework project contributors</authors> | ||
<owners>nanoFramework project contributors</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<developmentDependency>false</developmentDependency> | ||
<projectUrl>https://github.com/nanoframework/lib-System.Devices.Dac</projectUrl> | ||
<projectUrl>https://github.com/nanoframework/lib-System.Device.Dac</projectUrl> | ||
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl> | ||
<copyright>Copyright (c) 2019 The nanoFramework project contributors</copyright> | ||
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the System.Devices.Dac assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description> | ||
<summary>System.Devices.Dac.DELIVERABLES is not meant for development.</summary> | ||
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the System.Device.Dac assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description> | ||
<summary>System.Device.Dac.DELIVERABLES is not meant for development.</summary> | ||
<tags> | ||
</tags> | ||
<dependencies> | ||
<dependency id="nanoFramework.CoreLibrary" version="1.7.3" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="System.Devices.Dac\bin\Release\Stubs\*.*" target="content\Stubs\" /> | ||
<file src="System.Devices.Dac\obj\Release\*.txt" target="content\txt\" /> | ||
<file src="System.Devices.Dac\obj\Release\*.dump" target="content\dump\" /> | ||
<file src="System.Devices.Dac\obj\Release\*.strings" target="content\dump\" /> | ||
<file src="System.Devices.Dac\obj\Release\*.resources" target="content\resources\" /> | ||
<file src="System.Devices.Dac\obj\Release\*.il" target="content\disasm\" /> | ||
<file src="System.Device.Dac\bin\Release\Stubs\*.*" target="content\Stubs\" /> | ||
<file src="System.Device.Dac\obj\Release\*.txt" target="content\txt\" /> | ||
<file src="System.Device.Dac\obj\Release\*.dump" target="content\dump\" /> | ||
<file src="System.Device.Dac\obj\Release\*.strings" target="content\dump\" /> | ||
<file src="System.Device.Dac\obj\Release\*.resources" target="content\resources\" /> | ||
<file src="System.Device.Dac\obj\Release\*.il" target="content\disasm\" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>nanoFramework.System.Device.Dac</id> | ||
<version>$version$</version> | ||
<title>nanoFramework.System.Device.Dac</title> | ||
<authors>nanoFramework project contributors</authors> | ||
<owners>nanoFramework project contributors</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<developmentDependency>false</developmentDependency> | ||
<projectUrl>https://github.com/nanoframework/lib-System.Device.Dac</projectUrl> | ||
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl> | ||
<repository type="git" url="https://github.com/nanoframework/lib-System.Device.Dac" commit="$commit$" /> | ||
<copyright>Copyright (c) 2019 The nanoFramework project contributors</copyright> | ||
<description>This package includes the System.Device.Dac assembly for nanoFramework C# projects. | ||
This package requires a target with System.Device.Dac v$nativeVersion$.</description> | ||
<summary>System.Device.Dac assembly for nanoFramework C# projects</summary> | ||
<tags>nanoFramework C# csharp netmf netnf System.Device.Dac</tags> | ||
<dependencies> | ||
<dependency id="nanoFramework.CoreLibrary" version="1.7.3" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="System.Device.Dac\bin\Release\System.Device.Dac.dll" target="lib\System.Device.Dac.dll" /> | ||
<file src="System.Device.Dac\bin\Release\System.Device.Dac.pdb" target="lib\System.Device.Dac.pdb" /> | ||
<file src="System.Device.Dac\bin\Release\System.Device.Dac.pdbx" target="lib\System.Device.Dac.pdbx" /> | ||
<file src="System.Device.Dac\bin\Release\System.Device.Dac.pe" target="lib\System.Device.Dac.pe" /> | ||
<file src="System.Device.Dac\bin\Release\System.Device.Dac.xml" target="lib\System.Device.Dac.xml" /> | ||
<!-- readme --> | ||
<file src="readme.txt" target="readme.txt" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters