Skip to content

Commit

Permalink
Fix project templates yaml to sync with Meadow.Sdk and bump to 1.1.1 (#…
Browse files Browse the repository at this point in the history
…136)

* Fix project templates yaml to sync with Meadow.Sdk and bump to 1.1.1

* Update Release Notes.
  • Loading branch information
CartBlanche authored Jul 18, 2023
1 parent 14752fc commit 66cfce0
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 63 deletions.
14 changes: 7 additions & 7 deletions Meadow.CSharp.CoreCompute.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.CSharp.CoreCompute.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
14 changes: 7 additions & 7 deletions Meadow.CSharp.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.CSharp.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
14 changes: 7 additions & 7 deletions Meadow.FSharp.CoreCompute.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.FSharp.CoreCompute.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
14 changes: 7 additions & 7 deletions Meadow.FSharp.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.FSharp.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
14 changes: 7 additions & 7 deletions Meadow.VBNet.CoreCompute.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.VBNet.CoreCompute.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
14 changes: 7 additions & 7 deletions Meadow.VBNet.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/Application_Settings_Configuration/

Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
# Logging:
# LogLevel:
# Default: "Trace"
#Logging:
# LogLevel:
# Default: Trace
6 changes: 3 additions & 3 deletions Meadow.VBNet.Template/wifi.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/

# # To enable automatically connecting to a default network, make sure to enable the Coprocessor > AutomaticallyStartNetwork value in meadow.config.yaml.
# Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
#Credentials:
# Ssid: YourSSID
# Password: SSIDPassword
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="VS_Meadow_Extension.ProjectType..fe358059-9487-4fe7-a01a-4b67b8231321" Version="1.1.0" Language="en-US" Publisher="Wilderness Labs" />
<Identity Id="VS_Meadow_Extension.ProjectType..fe358059-9487-4fe7-a01a-4b67b8231321" Version="1.1.1" Language="en-US" Publisher="Wilderness Labs" />
<DisplayName>VS 2019 Tools for Meadow</DisplayName>
<Description xml:space="preserve">Tools for developing Meadow applications</Description>
<Icon>wildernesslabs_icon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="VS_Meadow_Extension.2022.d5eb772d-2173-4795-b60b-67929a9bf12d" Version="1.1.0" Language="en-US" Publisher="Wilderness Labs" />
<Identity Id="VS_Meadow_Extension.2022.d5eb772d-2173-4795-b60b-67929a9bf12d" Version="1.1.1" Language="en-US" Publisher="Wilderness Labs" />
<DisplayName>VS 2022 Tools for Meadow</DisplayName>
<Description xml:space="preserve">Tools for developing Meadow applications</Description>
<Icon>wildernesslabs_icon.png</Icon>
Expand Down
2 changes: 1 addition & 1 deletion VS_Meadow_Extension/VS_Meadow_Extension.Shared/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Meadow
{
public static class Globals
{
public const string AssemblyVersion = "1.1.0.0";
public const string AssemblyVersion = "1.1.1.0";

public const string MeadowCapability = "Meadow";

Expand Down
4 changes: 4 additions & 0 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ For step by step instructions on using this extension, [check out the tutorial](

## Release Notes

### 1.1.1

- Update spacing app.*.yaml to meet specs and sync with Meadow.Sdk templates.

### 1.1.0

- Update overview.md.
Expand Down

0 comments on commit 66cfce0

Please sign in to comment.