com.wallstop-studios.dxmessaging 2.0.0-rc08 → 2.0.0-rc10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,39 @@
1
+ 
2
+ Microsoft Visual Studio Solution File, Format Version 12.00
3
+ # Visual Studio Version 17
4
+ VisualStudioVersion = 17.5.002.0
5
+ MinimumVisualStudioVersion = 10.0.40219.1
6
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SourceGenerators", "SourceGenerators", "{0DF18527-7C86-4348-9EF4-33DA032D4FE7}"
7
+ EndProject
8
+ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WallstopStudios.DxMessaging.SourceGenerators", "SourceGenerators\WallstopStudios.DxMessaging.SourceGenerators\WallstopStudios.DxMessaging.SourceGenerators.csproj", "{B8386663-CEF8-4AEA-93A1-FD8333348281}"
9
+ EndProject
10
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E3C47390-2263-42CC-AD86-419017D1EBAC}"
11
+ EndProject
12
+ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WallstopStudios.DxMessaging.Tests.Runtime", "Tests\Runtime\WallstopStudios.DxMessaging.Tests.Runtime.csproj", "{95BAFE87-3361-4950-B1D8-B35D3A09AB16}"
13
+ EndProject
14
+ Global
15
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
16
+ Debug|Any CPU = Debug|Any CPU
17
+ Release|Any CPU = Release|Any CPU
18
+ EndGlobalSection
19
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
20
+ {B8386663-CEF8-4AEA-93A1-FD8333348281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21
+ {B8386663-CEF8-4AEA-93A1-FD8333348281}.Debug|Any CPU.Build.0 = Debug|Any CPU
22
+ {B8386663-CEF8-4AEA-93A1-FD8333348281}.Release|Any CPU.ActiveCfg = Release|Any CPU
23
+ {B8386663-CEF8-4AEA-93A1-FD8333348281}.Release|Any CPU.Build.0 = Release|Any CPU
24
+ {95BAFE87-3361-4950-B1D8-B35D3A09AB16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25
+ {95BAFE87-3361-4950-B1D8-B35D3A09AB16}.Debug|Any CPU.Build.0 = Debug|Any CPU
26
+ {95BAFE87-3361-4950-B1D8-B35D3A09AB16}.Release|Any CPU.ActiveCfg = Release|Any CPU
27
+ {95BAFE87-3361-4950-B1D8-B35D3A09AB16}.Release|Any CPU.Build.0 = Release|Any CPU
28
+ EndGlobalSection
29
+ GlobalSection(SolutionProperties) = preSolution
30
+ HideSolutionNode = FALSE
31
+ EndGlobalSection
32
+ GlobalSection(NestedProjects) = preSolution
33
+ {B8386663-CEF8-4AEA-93A1-FD8333348281} = {0DF18527-7C86-4348-9EF4-33DA032D4FE7}
34
+ {95BAFE87-3361-4950-B1D8-B35D3A09AB16} = {E3C47390-2263-42CC-AD86-419017D1EBAC}
35
+ EndGlobalSection
36
+ GlobalSection(ExtensibilityGlobals) = postSolution
37
+ SolutionGuid = {0A0DAA20-4D59-49D7-9619-F90CBC7A1395}
38
+ EndGlobalSection
39
+ EndGlobal
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: fd9ad0cc3a5adb34087d9abd80ce5619
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.dxmessaging",
3
- "version": "2.0.0-rc08",
3
+ "version": "2.0.0-rc10",
4
4
  "displayName": "DxMessaging",
5
5
  "description": "Synchronous Event Bus for Unity",
6
6
  "unity": "2021.3",