Skip to content

Commit a58587f

Browse files
committed
Merge branch 'main' into readme
2 parents 0aaf05e + 4980339 commit a58587f

73 files changed

Lines changed: 359 additions & 708 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Build
2222
run: dotnet build --no-restore -p:Configuration=Release
2323
- name: Publish to NuGet
24-
run: dotnet nuget push "/home/runner/work/WinAppCommunity.Sdk/WinAppCommunity.Sdk/src/bin/Release/WinAppCommunity.Sdk.*.*.*.nupkg" --skip-duplicate --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json
24+
run: dotnet nuget push "/home/runner/work/WindowsAppCommunity.Sdk/WindowsAppCommunity.Sdk/src/bin/Release/WindowsAppCommunity.Sdk.*.*.*.nupkg" --skip-duplicate --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json
2525

.idea/.idea.WinAppCommunity.Sdk/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/.idea.WinAppCommunity.Sdk/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/.idea.WinAppCommunity.Sdk/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/.idea.WinAppCommunity.Sdk/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.32802.463
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAppCommunity.Sdk", "src\WinAppCommunity.Sdk.csproj", "{4103C486-827D-4DDC-A600-752D8DD3D6E0}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsAppCommunity.Sdk", "src\WindowsAppCommunity.Sdk.csproj", "{4103C486-827D-4DDC-A600-752D8DD3D6E0}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinAppCommunity.Sdk.Tests", "tests\WinAppCommunity.Sdk.Tests.csproj", "{296B048C-F31A-4555-AE05-B96F27399907}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAppCommunity.Sdk.Tests", "tests\WindowsAppCommunity.Sdk.Tests.csproj", "{296B048C-F31A-4555-AE05-B96F27399907}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/IModifiableAccentColor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace WinAppCommunity.Sdk;
1+
namespace WindowsAppCommunity.Sdk;
22

33
/// <summary>
44
/// Represents an accent color that can be modified.

src/IModifiableConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace WinAppCommunity.Sdk;
1+
namespace WindowsAppCommunity.Sdk;
22

33
/// <summary>
44
/// Represents a modifiable connection with a key and a value.

src/IModifiableConnectionsCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace WinAppCommunity.Sdk;
1+
namespace WindowsAppCommunity.Sdk;
22

33
/// <summary>
44
/// Represents a modifiable connections collection.

src/IModifiableEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace WinAppCommunity.Sdk;
1+
namespace WindowsAppCommunity.Sdk;
22

33
/// <summary>
44
/// Represents a modifiable entity with common methods.

0 commit comments

Comments
 (0)